Uses of Enum Class
org.alfresco.service.cmr.workflow.WorkflowTaskState
Packages that use WorkflowTaskState
Package
Description
-
Uses of WorkflowTaskState in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow with parameters of type WorkflowTaskStateModifier and TypeMethodDescriptionWorkflowObjectFactory.createTask(String id, WorkflowTaskDefinition taskDef, String name, String defaultTitle, String defaultDescription, WorkflowTaskState state, WorkflowPath path, String workflowDefinitionName, Map<QName, Serializable> properties) WorkflowObjectFactory.createTask(String id, WorkflowTaskDefinition taskDef, String name, String defaultTitle, String defaultDescription, WorkflowTaskState state, WorkflowPath path, Map<QName, Serializable> properties) TaskComponent.getAssignedTasks(String authority, WorkflowTaskState state, boolean lazyInitialization) Gets all tasks assigned to the specified authorityWorkflowServiceImpl.getAssignedTasks(String authority, WorkflowTaskState state) WorkflowServiceImpl.getAssignedTasks(String authority, WorkflowTaskState state, boolean lazyInitialization) -
Uses of WorkflowTaskState in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti with parameters of type WorkflowTaskStateModifier and TypeMethodDescriptionActivitiWorkflowEngine.getAssignedTasks(String authority, WorkflowTaskState state, boolean lazyInitialization) Gets all tasks assigned to the specified authority -
Uses of WorkflowTaskState in org.alfresco.service.cmr.workflow
Fields in org.alfresco.service.cmr.workflow declared as WorkflowTaskStateMethods in org.alfresco.service.cmr.workflow that return WorkflowTaskStateModifier and TypeMethodDescriptionWorkflowTask.getState()WorkflowTaskQuery.getTaskState()static WorkflowTaskStateReturns the enum constant of this class with the specified name.static WorkflowTaskState[]WorkflowTaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.service.cmr.workflow with parameters of type WorkflowTaskStateModifier and TypeMethodDescriptionWorkflowService.getAssignedTasks(String authority, WorkflowTaskState state) Gets all tasks assigned to the specified authorityWorkflowService.getAssignedTasks(String authority, WorkflowTaskState state, boolean lazyInitialization) Gets all tasks assigned to the specified authorityvoidWorkflowTaskQuery.setTaskState(WorkflowTaskState taskState) Constructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowTaskStateModifierConstructorDescriptionWorkflowTask(String id, WorkflowTaskDefinition definition, String name, String title, String description, WorkflowTaskState state, WorkflowPath path, Map<QName, Serializable> properties)