Class BpmnProcessRestClient
- java.lang.Object
-
- org.apache.syncope.client.enduser.rest.BaseRestClient
-
- org.apache.syncope.client.enduser.rest.BpmnProcessRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class BpmnProcessRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description BpmnProcessRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStream
getDefinition(javax.ws.rs.core.MediaType mediaType, String key)
List<BpmnProcess>
getDefinitions()
byte[]
getDiagram(String key)
-
Methods inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
getDefinitions
public List<BpmnProcess> getDefinitions()
-
getDefinition
public InputStream getDefinition(javax.ws.rs.core.MediaType mediaType, String key)
-
getDiagram
public byte[] getDiagram(String key)
-
-