Uses of Class
org.apache.syncope.core.logic.BpmnProcessLogic
-
Packages that use BpmnProcessLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of BpmnProcessLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return BpmnProcessLogic Modifier and Type Method Description BpmnProcessLogicFlowableLogicContext. bpmnProcessLogic(BpmnProcessManager bpmnProcessManager) -
Uses of BpmnProcessLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type BpmnProcessLogic Modifier and Type Method Description BpmnProcessServiceFlowableRESTCXFContext. bpmnProcessService(BpmnProcessLogic bpmnProcessLogic) -
Uses of BpmnProcessLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as BpmnProcessLogic Modifier and Type Field Description protected BpmnProcessLogicBpmnProcessServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type BpmnProcessLogic Constructor Description BpmnProcessServiceImpl(BpmnProcessLogic logic)
-