Class 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:
    Serialized Form
    • Constructor Detail

      • MonitorRestService

        public MonitorRestService()
    • 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: