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 SerializableThe MonitorController provides analytic information about the current process instance.- Version:
- 1.1
- Author:
- rsoika
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MonitorRestService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgenerateBackgroundColorScheme()This helper method generates a backgroundColorScheme for chart diagrams.StringtaxonomyChartData(String processid, String workflowgroup, String task, String category)This method loads taxonomy data for a workflow group within a given process and builds a ChartJS data structure in JSON format
-
-
-
Method Detail
-
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:
-
generateBackgroundColorScheme
public static String generateBackgroundColorScheme()
This helper method generates a backgroundColorScheme for chart diagrams.- Returns:
-
-