@Named
@RequestScoped
@Path(value="/team")
@Produces(value={"text/html","application/xml","application/json"})
public class TeamRestService
extends Object
implements Serializable
| Constructor and Description |
|---|
TeamRestService() |
| Modifier and Type | Method and Description |
|---|---|
org.imixs.workflow.xml.XMLDataCollection |
getProcessList() |
org.imixs.workflow.xml.XMLDataCollection |
getProcessListJSON() |
org.imixs.workflow.xml.XMLDataCollection |
getProcessListXML() |
org.imixs.workflow.xml.XMLDataCollection |
getSpaces() |
org.imixs.workflow.xml.XMLDataCollection |
getSpacesJSON() |
org.imixs.workflow.xml.XMLDataCollection |
getSpacesXML() |
org.imixs.workflow.xml.XMLDataCollection |
getWorkflowGroupsJSON()
Returns a string list of all workflow groups
|
@GET @Path(value="/processlist") public org.imixs.workflow.xml.XMLDataCollection getProcessList()
@GET @Path(value="/processlist.xml") @Produces(value="text/xml") public org.imixs.workflow.xml.XMLDataCollection getProcessListXML()
@GET @Path(value="/processlist.json") @Produces(value="application/json") public org.imixs.workflow.xml.XMLDataCollection getProcessListJSON()
@GET @Path(value="/spaces") public org.imixs.workflow.xml.XMLDataCollection getSpaces()
@GET @Path(value="/spaces.xml") @Produces(value="text/xml") public org.imixs.workflow.xml.XMLDataCollection getSpacesXML()
@GET @Path(value="/spaces.json") @Produces(value="application/json") public org.imixs.workflow.xml.XMLDataCollection getSpacesJSON()
@GET
@Path(value="/workflowgroups.json")
@Produces(value="application/json")
public org.imixs.workflow.xml.XMLDataCollection getWorkflowGroupsJSON()
throws org.imixs.workflow.exceptions.ModelException
org.imixs.workflow.exceptions.ModelExceptionCopyright © 2011–2022 Imixs Software Solutions GmbH. All rights reserved.