Uses of Class
org.apache.syncope.client.console.rest.BpmnProcessRestClient
Packages that use BpmnProcessRestClient
Package
Description
-
Uses of BpmnProcessRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return BpmnProcessRestClientMethods in org.apache.syncope.client.console with parameters of type BpmnProcessRestClientModifier and TypeMethodDescriptionFlowableConsoleContext.bpmnProcessGETResource
(BpmnProcessRestClient bpmnProcessRestClient) FlowableConsoleContext.bpmnProcessPUTResource
(BpmnProcessRestClient bpmnProcessRestClient) -
Uses of BpmnProcessRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as BpmnProcessRestClient -
Uses of BpmnProcessRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as BpmnProcessRestClientModifier and TypeFieldDescriptionprotected BpmnProcessRestClient
NewBpmnProcess.bpmnProcessRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type BpmnProcessRestClient -
Uses of BpmnProcessRestClient in org.apache.syncope.client.console.resources
Fields in org.apache.syncope.client.console.resources declared as BpmnProcessRestClientModifier and TypeFieldDescriptionprotected final BpmnProcessRestClient
AbstractBpmnProcessResource.bpmnProcessRestClient
protected final BpmnProcessRestClient
AbstractBpmnProcessResource.bpmnProcessRestClient
Constructors in org.apache.syncope.client.console.resources with parameters of type BpmnProcessRestClientModifierConstructorDescriptionBpmnProcessGETResource
(BpmnProcessRestClient bpmnProcessRestClient) BpmnProcessPUTResource
(BpmnProcessRestClient bpmnProcessRestClient)