Class ExecutableResource
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.webengine.model.impl.DefaultObject
org.nuxeo.ecm.automation.server.rest.ExecutableResource
- Direct Known Subclasses:
OperationResource
- Author:
- Bogdan Stefanescu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.servlet.http.HttpServletRequestprotected jakarta.servlet.http.HttpServletResponseprotected AutomationServiceprotected CoreSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OperationContextjakarta.ws.rs.core.ResponsedoPost(ExecutionRequest xreq) abstract Objectexecute(ExecutionRequest req) abstract StringgetId()abstract booleanisChain()Methods inherited from class org.nuxeo.ecm.webengine.model.impl.DefaultObject
disptachAdapter, isAdapterMethods 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, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
Field Details
-
service
-
request
@Context protected jakarta.servlet.http.HttpServletRequest request -
response
@Context protected jakarta.servlet.http.HttpServletResponse response -
session
-
-
Constructor Details
-
ExecutableResource
public ExecutableResource()
-
-
Method Details
-
createContext
-
doPost
-
getId
-
execute
- Throws:
OperationException
-
isChain
public abstract boolean isChain()
-