Class BpmnProcessGETResource
- java.lang.Object
-
- org.apache.wicket.request.resource.AbstractResource
-
- org.apache.syncope.client.console.resources.BpmnProcessGETResource
-
- All Implemented Interfaces:
Serializable
,IResource
,IClusterable
@Resource(key="bpmnProcessGET", path="/bpmnProcessGET") public class BpmnProcessGETResource extends AbstractResource
Mirror REST resource for obtaining BPMN process in JSON (used by Flowable Modeler).- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.wicket.request.resource.AbstractResource
AbstractResource.ContentRangeType, AbstractResource.ResourceResponse, AbstractResource.WriteCallback
-
Nested classes/interfaces inherited from interface org.apache.wicket.request.resource.IResource
IResource.Attributes
-
-
Field Summary
Fields Modifier and Type Field Description protected BpmnProcessRestClient
bpmnProcessRestClient
protected static Logger
LOG
-
Fields inherited from class org.apache.wicket.request.resource.AbstractResource
CONTENT_DISPOSITION_HEADER_NAME, CONTENT_RANGE_ENDBYTE, CONTENT_RANGE_STARTBYTE, INTERNAL_HEADERS
-
-
Constructor Summary
Constructors Constructor Description BpmnProcessGETResource(BpmnProcessRestClient bpmnProcessRestClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BpmnProcess
getBpmnProcess(IResource.Attributes attributes)
protected AbstractResource.ResourceResponse
newResourceResponse(IResource.Attributes attributes)
-
Methods inherited from class org.apache.wicket.request.resource.AbstractResource
configureCache, getCachingStrategy, respond, setRequestMetaData, setRequestRangeMetaData, setResponseContentRangeHeaderFields, setResponseHeaders
-
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
bpmnProcessRestClient
protected final BpmnProcessRestClient bpmnProcessRestClient
-
-
Constructor Detail
-
BpmnProcessGETResource
public BpmnProcessGETResource(BpmnProcessRestClient bpmnProcessRestClient)
-
-
Method Detail
-
newResourceResponse
protected AbstractResource.ResourceResponse newResourceResponse(IResource.Attributes attributes)
- Specified by:
newResourceResponse
in classAbstractResource
-
getBpmnProcess
protected BpmnProcess getBpmnProcess(IResource.Attributes attributes)
-
-