Constant Field Values
Contents
org.activiti.*
-
org.activiti.cloud.services.query.app.QueryConsumerChannels Modifier and Type Constant Field Value public static final StringQUERY_CONSUMER"queryConsumer"
-
org.activiti.cloud.services.query.events.handlers.ProcessDeletedEventHandler Modifier and Type Constant Field Value protected final StringINVALID_PROCESS_INSTANCE_STATE"Process Instance %s is not in a valid state: %s. Only process instances in status COMPLETED or CANCELLED can be deleted." -
org.activiti.cloud.services.query.events.handlers.QueryEventHandlerContextOptimizer Modifier and Type Constant Field Value public static final StringACTIVITIES"activities"public static final StringSERVICE_TASKS"serviceTasks"public static final StringTASKS"tasks"public static final StringVARIABLES"variables"
-
org.activiti.cloud.services.query.rest.ProcessInstanceDiagramControllerBase Modifier and Type Constant Field Value public static final StringIMAGE_SVG_XML"image/svg+xml" -
org.activiti.cloud.services.query.rest.RestDocConstants Modifier and Type Constant Field Value public static final StringPREDICATE_DESC"Predicate binding to core entity parameter values."public static final StringPREDICATE_EXAMPLE"{\"name\": \"Real name\"}"public static final StringROOT_TASKS_DESC"Filter tasks without parent task."public static final StringSTANDALONE_TASKS_DESC"Filter tasks without parent process."public static final StringVARIABLE_KEYS_DESC"Used to retrieve process variables. It is constructed from process definition key and variable name, e.g.: {processDefinitionKey}/{variableName}."public static final StringVARIABLE_KEYS_EXAMPLE"Process_90W_3nLpw/initializedVar"