Package org.apache.syncope.core.logic
Class BpmnProcessLogic
java.lang.Object
org.apache.syncope.core.logic.AbstractLogic<BpmnProcess>
org.apache.syncope.core.logic.AbstractTransactionalLogic<BpmnProcess>
org.apache.syncope.core.logic.BpmnProcessLogic
-
Field Summary
Fields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
exportDefinition
(String key, BpmnProcessFormat format, OutputStream os) void
exportDiagram
(String key, OutputStream os) void
importDefinition
(String key, BpmnProcessFormat format, String definition) list()
protected BpmnProcess
resolveReference
(Method method, Object... args) Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Field Details
-
bpmnProcessManager
-
-
Constructor Details
-
BpmnProcessLogic
-
-
Method Details
-
list
-
exportDefinition
@PreAuthorize("hasRole(\'BPMN_PROCESS_GET\')") @Transactional(readOnly=true) public void exportDefinition(String key, BpmnProcessFormat format, OutputStream os) -
exportDiagram
@PreAuthorize("hasRole(\'BPMN_PROCESS_GET\')") @Transactional(readOnly=true) public void exportDiagram(String key, OutputStream os) -
importDefinition
@PreAuthorize("hasRole(\'BPMN_PROCESS_SET\')") public void importDefinition(String key, BpmnProcessFormat format, String definition) -
delete
-
resolveReference
protected BpmnProcess resolveReference(Method method, Object... args) throws UnresolvedReferenceException - Specified by:
resolveReference
in classAbstractLogic<BpmnProcess>
- Throws:
UnresolvedReferenceException
-