Package org.umlg.runtime.restlet
Class BaseQueryExecutionServerResourceImpl
- java.lang.Object
-
- org.restlet.resource.Resource
-
- org.restlet.resource.ServerResource
-
- org.umlg.runtime.restlet.BaseQueryExecutionServerResourceImpl
-
- Direct Known Subclasses:
QueryExecuteServerResourceImpl
public abstract class BaseQueryExecutionServerResourceImpl extends org.restlet.resource.ServerResource
-
-
Constructor Summary
Constructors Constructor Description BaseQueryExecutionServerResourceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.restlet.representation.Representationexecute(String query, Object contextId, String type)protected org.restlet.representation.RepresentationexecuteStatic(String query, String contextClassifierQualifiedName, String type)protected org.restlet.representation.RepresentationgetRepresentation(org.umlg.runtime.domain.PersistentObject po)-
Methods inherited from class org.restlet.resource.ServerResource
abort, commit, delete, delete, describeVariants, doCatch, doConditionalHandle, doError, doHandle, doHandle, doNegotiatedHandle, get, get, getAttribute, getDescription, getInfo, getInfo, getName, getOnSent, getPreferredVariant, getRole, getVariants, getVariants, handle, hasAnnotations, head, head, isAnnotated, isAutoCommitting, isCommitted, isConditional, isExisting, isInRole, isNegotiated, options, options, patch, patch, post, post, put, put, redirectPermanent, redirectPermanent, redirectSeeOther, redirectSeeOther, redirectTemporary, redirectTemporary, setAllowedMethods, setAnnotated, setAttribute, setAutoCommitting, setChallengeRequests, setCommitted, setConditional, setCookieSettings, setDescription, setDimensions, setExisting, setLocationRef, setLocationRef, setName, setNegotiated, setOnSent, setProxyChallengeRequests, setServerInfo, setStatus, setStatus, setStatus, setStatus, updateAllowedMethods, updateDimensions
-
Methods inherited from class org.restlet.resource.Resource
doError, doInit, doRelease, getAllowedMethods, getApplication, getChallengeRequests, getChallengeResponse, getClientInfo, getConditions, getConnegService, getContext, getConverterService, getCookies, getCookieSettings, getDimensions, getHostRef, getLocationRef, getLogger, getMatrix, getMatrixValue, getMaxForwards, getMetadataService, getMethod, getOriginalRef, getProtocol, getProxyChallengeRequests, getProxyChallengeResponse, getQuery, getQueryValue, getRanges, getReference, getReferrerRef, getRequest, getRequestAttributes, getRequestCacheDirectives, getRequestEntity, getResponse, getResponseAttributes, getResponseCacheDirectives, getResponseEntity, getRootRef, getServerInfo, getStatus, getStatusService, init, isConfidential, isLoggable, release, setApplication, setQueryValue, setRequest, setResponse, toBoolean, toByte, toDouble, toFloat, toInteger, toLong, toObject, toRepresentation, toRepresentation, toRepresentation, toShort, toString
-
-
-
-
Method Detail
-
execute
protected org.restlet.representation.Representation execute(String query, Object contextId, String type)
-
executeStatic
protected org.restlet.representation.Representation executeStatic(String query, String contextClassifierQualifiedName, String type)
-
getRepresentation
protected org.restlet.representation.Representation getRepresentation(org.umlg.runtime.domain.PersistentObject po) throws org.restlet.resource.ResourceException- Throws:
org.restlet.resource.ResourceException
-
-