Class BpmnProcessServiceImpl
java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.BpmnProcessServiceImpl
- All Implemented Interfaces:
BpmnProcessService,JAXRSService
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
LOG, messageContext, OPTIONS_ALLOW, searchContext, uriInfoFields inherited from interface org.apache.syncope.common.rest.api.service.JAXRSService
CRLF, DOUBLE_DASH, PARAM_ANYTYPE_KIND, PARAM_ANYTYPEKEY, PARAM_CONNID_PAGED_RESULTS_COOKIE, PARAM_DETAILS, PARAM_ENTITY_KEY, PARAM_FIQL, PARAM_KEYWORD, PARAM_MAX, PARAM_NOTIFICATION, PARAM_ORDERBY, PARAM_PAGE, PARAM_REALM, PARAM_RECURSIVE, PARAM_RESOURCE, PARAM_SIZE, PARAM_USER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the BPMN process under the provided key.exportDiagram(String key) Exports the BPMN diagram representation (if available), for matching key.Exports the BPMN process for matching key.list()Lists the available BPMN processes.voidImports the BPMN process under the provided key.Methods inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
applyPreference, buildPagedResult, checkETag, createResponse, findActualKey, getPreference, isNullPriorityAsync, modificationResponse, pageable, pageable, sort
-
Field Details
-
logic
-
-
Constructor Details
-
BpmnProcessServiceImpl
-
-
Method Details
-
list
Description copied from interface:BpmnProcessServiceLists the available BPMN processes.- Specified by:
listin interfaceBpmnProcessService- Returns:
- available BPMN processs
-
get
Description copied from interface:BpmnProcessServiceExports the BPMN process for matching key.- Specified by:
getin interfaceBpmnProcessService- Parameters:
key- BPMN process key- Returns:
- BPMN process for matching key
-
exportDiagram
Description copied from interface:BpmnProcessServiceExports the BPMN diagram representation (if available), for matching key.- Specified by:
exportDiagramin interfaceBpmnProcessService- Parameters:
key- BPMN process key- Returns:
- BPMN diagram representation
-
set
Description copied from interface:BpmnProcessServiceImports the BPMN process under the provided key.- Specified by:
setin interfaceBpmnProcessService- Parameters:
key- BPMN process keydefinition- BPMN process for matching kind
-
delete
Description copied from interface:BpmnProcessServiceRemoves the BPMN process under the provided key.- Specified by:
deletein interfaceBpmnProcessService- Parameters:
key- BPMN process key
-