Package org.imixs.workflow.office.rest
Class MonitorRestService
java.lang.Object
org.imixs.workflow.office.rest.MonitorRestService
- All Implemented Interfaces:
Serializable
@Produces({"text/html","application/xhtml+xml","application/xml","application/json","text/xml"})
@Path("/monitor")
public class MonitorRestService
extends Object
implements Serializable
The MonitorController provides analytic information about the current process
instance.
- Version:
- 1.1
- Author:
- rsoika
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MonitorRestService
public MonitorRestService()
-
-
Method Details
-
taxonomyChartData
@GET @Path("/{processid}/{workflowgroup}/{task}/{category}") @Produces({"application/json","application/xhtml+xml"}) public String taxonomyChartData(@PathParam("processid") String processid, @PathParam("workflowgroup") String workflowgroup, @PathParam("task") String task, @PathParam("category") String category) This method loads taxonomy data for a workflow group within a given process and builds a ChartJS data structure in JSON format- Parameters:
workflowgroup-task-- Returns:
-