Class BpmnProcessRestClient
- java.lang.Object
-
- org.apache.syncope.client.enduser.rest.BaseRestClient
-
- org.apache.syncope.client.enduser.rest.BpmnProcessRestClient
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.rest.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 Static Methods Concrete Methods Modifier and Type Method Description static InputStreamgetDefinition(javax.ws.rs.core.MediaType mediaType, String key)static List<org.apache.syncope.common.lib.to.BpmnProcess>getDefinitions()static byte[]getDiagram(String key)-
Methods inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
getService, getService, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
getDefinitions
public static List<org.apache.syncope.common.lib.to.BpmnProcess> getDefinitions()
-
getDefinition
public static InputStream getDefinition(javax.ws.rs.core.MediaType mediaType, String key)
-
getDiagram
public static byte[] getDiagram(String key)
-
-