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 BpmnProcessLogic
FlowableLogicContext. 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 BpmnProcessService
FlowableRESTCXFContext. 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 BpmnProcessLogic
BpmnProcessServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type BpmnProcessLogic Constructor Description BpmnProcessServiceImpl(BpmnProcessLogic logic)
-