public class ModelRestService extends Object
| Constructor and Description |
|---|
ModelRestService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteModel(String version) |
org.imixs.workflow.xml.EntityCollection |
getActivityList(String version,
int processid,
String items) |
org.imixs.workflow.xml.EntityCollection |
getActivityListJSON(String version,
int processid,
String items) |
org.imixs.workflow.xml.EntityCollection |
getActivityListXML(String version,
int processid,
String items) |
String |
getAllVersions() |
org.imixs.workflow.xml.XMLItemCollection |
getProcessEntity(String version,
int processid,
String items) |
org.imixs.workflow.xml.XMLItemCollection |
getProcessEntityJSON(String version,
int processid,
String items) |
org.imixs.workflow.xml.XMLItemCollection |
getProcessEntityXML(String version,
int processid,
String items) |
org.imixs.workflow.xml.EntityCollection |
getProcessList(String version,
String items) |
org.imixs.workflow.xml.EntityCollection |
getProcessListJSON(String version,
String items) |
org.imixs.workflow.xml.EntityCollection |
getProcessListXML(String version,
String items) |
org.imixs.workflow.xml.EntityCollection |
getStartProcessList(String version,
String items)
Retuns a list of all Start Entities from each workflowgroup
|
org.imixs.workflow.xml.EntityCollection |
getStartProcessListJSON(String version,
String items) |
org.imixs.workflow.xml.EntityCollection |
getStartProcessListXML(String version,
String items) |
void |
postModel(org.imixs.workflow.xml.EntityCollection ecol) |
void |
postModelByVersion(String sModelVersion,
org.imixs.workflow.xml.EntityCollection ecol) |
void |
putModel(org.imixs.workflow.xml.EntityCollection ecol)
This method updates a Model provided in a EntityCollection object.
|
void |
putModelByVersion(String sModelVersion,
org.imixs.workflow.xml.EntityCollection ecol)
This method updates a Model provided in a EntityCollection object for a
provided model version.
|
public String getAllVersions()
public org.imixs.workflow.xml.EntityCollection getProcessList(String version, String items)
public org.imixs.workflow.xml.EntityCollection getProcessListXML(String version, String items)
public org.imixs.workflow.xml.EntityCollection getProcessListJSON(String version, String items)
public org.imixs.workflow.xml.XMLItemCollection getProcessEntity(String version, int processid, String items)
public org.imixs.workflow.xml.XMLItemCollection getProcessEntityXML(String version, int processid, String items)
public org.imixs.workflow.xml.XMLItemCollection getProcessEntityJSON(String version, int processid, String items)
public org.imixs.workflow.xml.EntityCollection getStartProcessList(String version, String items)
version - public org.imixs.workflow.xml.EntityCollection getStartProcessListXML(String version, String items)
public org.imixs.workflow.xml.EntityCollection getStartProcessListJSON(String version, String items)
public org.imixs.workflow.xml.EntityCollection getActivityList(String version, int processid, String items)
public org.imixs.workflow.xml.EntityCollection getActivityListXML(String version, int processid, String items)
public org.imixs.workflow.xml.EntityCollection getActivityListJSON(String version, int processid, String items)
public void deleteModel(String version)
public void putModelByVersion(String sModelVersion, org.imixs.workflow.xml.EntityCollection ecol)
version - - $modelversionecol - - model datapublic void putModel(org.imixs.workflow.xml.EntityCollection ecol)
ecol - public void postModelByVersion(String sModelVersion, org.imixs.workflow.xml.EntityCollection ecol)
public void postModel(org.imixs.workflow.xml.EntityCollection ecol)
Copyright © 2010–2013 Imixs Software Solutions GmbH. All rights reserved.