Uses of Class
org.apache.syncope.client.console.rest.BpmnProcessRestClient
-
-
Uses of BpmnProcessRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return BpmnProcessRestClient Modifier and Type Method Description BpmnProcessRestClient
FlowableConsoleContext. bpmnProcessRestClient()
Methods in org.apache.syncope.client.console with parameters of type BpmnProcessRestClient Modifier and Type Method Description BpmnProcessGETResource
FlowableConsoleContext. bpmnProcessGETResource(BpmnProcessRestClient bpmnProcessRestClient)
BpmnProcessPUTResource
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 Modifier and Type Field Description protected BpmnProcessRestClient
Flowable. bpmnProcessRestClient
-
Uses of BpmnProcessRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as BpmnProcessRestClient Modifier and Type Field Description protected BpmnProcessRestClient
NewBpmnProcess. bpmnProcessRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type BpmnProcessRestClient Constructor Description Builder(BpmnProcessRestClient restClient, PageReference pageRef)
-
Uses of BpmnProcessRestClient in org.apache.syncope.client.console.resources
Fields in org.apache.syncope.client.console.resources declared as BpmnProcessRestClient Modifier and Type Field Description protected BpmnProcessRestClient
AbstractBpmnProcessResource. bpmnProcessRestClient
protected BpmnProcessRestClient
AbstractBpmnProcessResource. bpmnProcessRestClient
Constructors in org.apache.syncope.client.console.resources with parameters of type BpmnProcessRestClient Constructor Description BpmnProcessGETResource(BpmnProcessRestClient bpmnProcessRestClient)
BpmnProcessPUTResource(BpmnProcessRestClient bpmnProcessRestClient)
-