Class BpmnProcessRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.BpmnProcessRestClient
- All Implemented Interfaces:
Serializable
,RestClient
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteDefinition
(String key) getDefinition
(MediaType mediaType, String key) byte[]
getDiagram
(String key) void
setDefinition
(MediaType mediaType, String key, String definition) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
BpmnProcessRestClient
public BpmnProcessRestClient()
-
-
Method Details
-
getDefinitions
-
getDefinition
-
setDefinition
-
getDiagram
-
deleteDefinition
-