public class ModelClient extends AbstractClient
baseURI, requestFilterList, sslContext| Constructor and Description |
|---|
ModelClient(String base_uri)
Initialize the client by a BASE_URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteModel(String version)
Deletes a model by its version
|
void |
postModel(org.imixs.workflow.bpmn.BPMNModel model)
Posts a byte array of a BPMN Model to the Model service.
|
getBaseURI, getCustomResource, getCustomResourceXML, getSslContext, getWebTarget, logout, newClient, registerClientRequestFilter, setBaseURI, setSslContextpublic ModelClient(String base_uri)
base_uri - public void postModel(org.imixs.workflow.bpmn.BPMNModel model)
throws RestAPIException
data - - byte array of a bpmn model fileRestAPIExceptionpublic void deleteModel(String version) throws RestAPIException
userid - RestAPIExceptionCopyright © 2018–2021 Imixs Software Solutions GmbH. All rights reserved.