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
FieldsFields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexportDefinition(String key, BpmnProcessFormat format, OutputStream os) voidexportDiagram(String key, OutputStream os) voidimportDefinition(String key, BpmnProcessFormat format, String definition) list()protected BpmnProcessresolveReference(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:
resolveReferencein classAbstractLogic<BpmnProcess>- Throws:
UnresolvedReferenceException
-