@Deprecated public class ModelRestServiceV3 extends Object
| Constructor and Description |
|---|
ModelRestServiceV3()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteModel(String version)
Deprecated.
|
EntityCollection |
findAllEventsByTask(String version,
int processid,
String items)
Deprecated.
|
EntityCollection |
findAllTasks(String version,
String items)
Deprecated.
|
EntityCollection |
findTasksByGroup(String version,
String group,
String items)
Deprecated.
Returns a list of all Tasks of a specific workflow group.
|
List<String> |
getGroups(String version,
String items)
Deprecated.
Retuns a list of all Start Entities from each workflowgroup
|
javax.ws.rs.core.Response |
getModelFile(String version,
javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
|
javax.ws.rs.core.StreamingOutput |
getModelOverview()
Deprecated.
|
String |
getModelXML()
Deprecated.
|
XMLItemCollection |
getTask(String version,
int processid,
String items)
Deprecated.
|
javax.ws.rs.core.Response |
postBPMNModel(org.imixs.workflow.bpmn.BPMNModel bpmnmodel)
Deprecated.
|
void |
postModel(EntityCollection ecol)
Deprecated.
|
void |
postModelByVersion(String sModelVersion,
EntityCollection ecol)
Deprecated.
|
javax.ws.rs.core.Response |
putBPMNModel(org.imixs.workflow.bpmn.BPMNModel bpmnmodel)
Deprecated.
This method consumes a Imixs BPMN model file and updates the
corresponding model information.
|
void |
putModel(EntityCollection ecol)
Deprecated.
This method updates a Model provided in a EntityCollection object.
|
void |
putModelByVersion(String sModelVersion,
EntityCollection ecol)
Deprecated.
This method updates a Model provided in a EntityCollection object for a
provided model version.
|
public javax.ws.rs.core.StreamingOutput getModelOverview()
public String getModelXML()
public EntityCollection findAllTasks(String version, String items)
public javax.ws.rs.core.Response getModelFile(String version, @Context javax.ws.rs.core.UriInfo uriInfo)
public XMLItemCollection getTask(String version, int processid, String items)
public EntityCollection findAllEventsByTask(String version, int processid, String items)
public List<String> getGroups(String version, String items)
version - public EntityCollection findTasksByGroup(String version, String group, String items)
version - public void deleteModel(String version)
public javax.ws.rs.core.Response putBPMNModel(org.imixs.workflow.bpmn.BPMNModel bpmnmodel)
model - public javax.ws.rs.core.Response postBPMNModel(org.imixs.workflow.bpmn.BPMNModel bpmnmodel)
public void putModelByVersion(String sModelVersion, EntityCollection ecol)
version - - $modelversionecol - - model datapublic void postModelByVersion(String sModelVersion, EntityCollection ecol)
public void putModel(EntityCollection ecol)
ecol - public void postModel(EntityCollection ecol)
Copyright © 2006–2019 Imixs Software Solutions GmbH. All rights reserved.