Class OperationResource
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.webengine.model.impl.DefaultObject
org.nuxeo.ecm.automation.server.jaxrs.ExecutableResource
org.nuxeo.ecm.automation.server.jaxrs.OperationResource
- Author:
- Bogdan Stefanescu
-
Field Summary
Fields inherited from class org.nuxeo.ecm.automation.server.jaxrs.ExecutableResource
request, response, service, session
Fields inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
ctx, next, path, prev
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoGet()
protected static String
entityType
(Class<?> clazz) execute
(ExecutionRequest xreq) getId()
protected void
initialize
(Object... args) boolean
isChain()
Methods inherited from class org.nuxeo.ecm.automation.server.jaxrs.ExecutableResource
createContext, doPost
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapter
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
Field Details
-
type
-
-
Constructor Details
-
OperationResource
public OperationResource()
-
-
Method Details
-
initialize
- Overrides:
initialize
in classAbstractResource<ResourceTypeImpl>
-
doGet
- Throws:
OperationException
-
doGetYaml
- Throws:
OperationException
-
execute
- Specified by:
execute
in classExecutableResource
- Throws:
OperationException
-
entityType
-
getId
- Specified by:
getId
in classExecutableResource
-
isChain
public boolean isChain()- Specified by:
isChain
in classExecutableResource
-