Uses of Class
org.apache.syncope.client.console.rest.BpmnProcessRestClient
- 
- 
Uses of BpmnProcessRestClient in org.apache.syncope.client.consoleMethods in org.apache.syncope.client.console that return BpmnProcessRestClient Modifier and Type Method Description BpmnProcessRestClientFlowableConsoleContext. bpmnProcessRestClient()Methods in org.apache.syncope.client.console with parameters of type BpmnProcessRestClient Modifier and Type Method Description BpmnProcessGETResourceFlowableConsoleContext. bpmnProcessGETResource(BpmnProcessRestClient bpmnProcessRestClient)BpmnProcessPUTResourceFlowableConsoleContext. bpmnProcessPUTResource(BpmnProcessRestClient bpmnProcessRestClient)
- 
Uses of BpmnProcessRestClient in org.apache.syncope.client.console.pagesFields in org.apache.syncope.client.console.pages declared as BpmnProcessRestClient Modifier and Type Field Description protected BpmnProcessRestClientFlowable. bpmnProcessRestClient
- 
Uses of BpmnProcessRestClient in org.apache.syncope.client.console.panelsFields in org.apache.syncope.client.console.panels declared as BpmnProcessRestClient Modifier and Type Field Description protected BpmnProcessRestClientNewBpmnProcess. bpmnProcessRestClientConstructors 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.resourcesFields in org.apache.syncope.client.console.resources declared as BpmnProcessRestClient Modifier and Type Field Description protected BpmnProcessRestClientAbstractBpmnProcessResource. bpmnProcessRestClientprotected BpmnProcessRestClientAbstractBpmnProcessResource. bpmnProcessRestClientConstructors in org.apache.syncope.client.console.resources with parameters of type BpmnProcessRestClient Constructor Description BpmnProcessGETResource(BpmnProcessRestClient bpmnProcessRestClient)BpmnProcessPUTResource(BpmnProcessRestClient bpmnProcessRestClient)
 
-