Uses of Class
org.apache.syncope.common.lib.to.BpmnProcess
-
-
Uses of BpmnProcess in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type BpmnProcess Modifier and Type Method Description ActionsPanel<BpmnProcess>
BpmnProcessDirectoryPanel. getActions(IModel<BpmnProcess> model)
protected List<IColumn<BpmnProcess,String>>
BpmnProcessDirectoryPanel. getColumns()
Iterator<BpmnProcess>
BpmnProcessDirectoryPanel.BpmProcessDataProvider. iterator(long first, long count)
IModel<BpmnProcess>
BpmnProcessDirectoryPanel.BpmProcessDataProvider. model(BpmnProcess object)
protected WizardMgtPanel<BpmnProcess>
BpmnProcessDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
Methods in org.apache.syncope.client.console.panels with parameters of type BpmnProcess Modifier and Type Method Description IModel<BpmnProcess>
BpmnProcessDirectoryPanel.BpmProcessDataProvider. model(BpmnProcess object)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type BpmnProcess Modifier and Type Method Description ActionsPanel<BpmnProcess>
BpmnProcessDirectoryPanel. getActions(IModel<BpmnProcess> model)
-
Uses of BpmnProcess in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type BpmnProcess Modifier and Type Method Description List<BpmnProcess>
BpmnProcessRestClient. getDefinitions()
-
Uses of BpmnProcess in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return types with arguments of type BpmnProcess Modifier and Type Method Description List<BpmnProcess>
BpmnProcessRestClient. getDefinitions()
-
Uses of BpmnProcess in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type BpmnProcess Modifier and Type Method Description List<BpmnProcess>
BpmnProcessService. list()
Lists the available BPMN processes. -
Uses of BpmnProcess in org.apache.syncope.core.flowable.api
Methods in org.apache.syncope.core.flowable.api that return types with arguments of type BpmnProcess Modifier and Type Method Description List<BpmnProcess>
BpmnProcessManager. getProcesses()
-
Uses of BpmnProcess in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl that return types with arguments of type BpmnProcess Modifier and Type Method Description List<BpmnProcess>
FlowableBpmnProcessManager. getProcesses()
-
Uses of BpmnProcess in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return BpmnProcess Modifier and Type Method Description protected BpmnProcess
BpmnProcessLogic. resolveReference(Method method, Object... args)
Methods in org.apache.syncope.core.logic that return types with arguments of type BpmnProcess Modifier and Type Method Description List<BpmnProcess>
BpmnProcessLogic. list()
-
Uses of BpmnProcess in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type BpmnProcess Modifier and Type Method Description List<BpmnProcess>
BpmnProcessServiceImpl. list()
-