Package com.logicaldoc.workflow.data
Class WorkflowTasksDataServlet
- java.lang.Object
 - 
- javax.servlet.GenericServlet
 - 
- javax.servlet.http.HttpServlet
 - 
- com.logicaldoc.workflow.data.WorkflowTasksDataServlet
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class WorkflowTasksDataServlet extends javax.servlet.http.HttpServlet- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intTASKS_ADMINstatic intTASKS_ASSIGNEDstatic intTASKS_I_CAN_OWNstatic intTASKS_INVOLVEDstatic intTASKS_SUPERVISORstatic intTASKS_SUSPENDEDstatic Map<Long,WorkflowDefinition>workflowModelsA cache for the workflow object models 
- 
Constructor Summary
Constructors Constructor Description WorkflowTasksDataServlet() 
 - 
 
- 
- 
Field Detail
- 
TASKS_ASSIGNED
public static int TASKS_ASSIGNED
 
- 
TASKS_I_CAN_OWN
public static int TASKS_I_CAN_OWN
 
- 
TASKS_SUSPENDED
public static int TASKS_SUSPENDED
 
- 
TASKS_ADMIN
public static int TASKS_ADMIN
 
- 
TASKS_SUPERVISOR
public static int TASKS_SUPERVISOR
 
- 
TASKS_INVOLVED
public static int TASKS_INVOLVED
 
- 
workflowModels
public static Map<Long,WorkflowDefinition> workflowModels
A cache for the workflow object models 
 - 
 
 -