@Produces(value={"text/html","application/xhtml+xml","application/xml","application/json","text/xml"})
@Path(value="/monitor")
public class MonitorRestService
extends Object
implements Serializable
| Constructor and Description |
|---|
MonitorRestService() |
| Modifier and Type | Method and Description |
|---|---|
String |
taxonomyChartData(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
|
@GET
@Path(value="/{processid}/{workflowgroup}/{task}/{category}")
@Produces(value={"application/json","application/xhtml+xml"})
public String taxonomyChartData(@PathParam(value="processid")
String processid,
@PathParam(value="workflowgroup")
String workflowgroup,
@PathParam(value="task")
String task,
@PathParam(value="category")
String category)
workflowgroup - task - Copyright © 2016–2022 Imixs Software Solutions GmbH. All rights reserved.