Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Class
org.alfresco.service.cmr.workflow.WorkflowTask
Packages that use org.alfresco.service.cmr.workflow.WorkflowTask
org.alfresco.service.cmr.workflow
Uses of WorkflowTask in org.alfresco.service.cmr.workflow
Fields in org.alfresco.service.cmr.workflow declared as WorkflowTask
WorkflowTimer.task
          Deprecated.
Methods in org.alfresco.service.cmr.workflow that return WorkflowTask
WorkflowService.endTask(String taskId, String transitionId)
          End the Task (i.e.
WorkflowService.getStartTask(String workflowInstanceId)
          Gets the start task instance for the given workflow instance.
WorkflowTimer.getTask()
WorkflowService.getTaskById(String taskId)
          Gets a Task by unique Id
WorkflowService.updateTask(String taskId, Map<QName,Serializable> properties, Map<QName,List<NodeRef>> add, Map<QName,List<NodeRef>> remove)
          Update the Properties and Associations of a Task
Methods in org.alfresco.service.cmr.workflow that return types with arguments of type WorkflowTask
WorkflowService.getAssignedTasks(String authority, WorkflowTaskState state)
          Gets all tasks assigned to the specified authority
WorkflowService.getAssignedTasks(String authority, WorkflowTaskState state, boolean lazyInitialization)
          Gets all tasks assigned to the specified authority
WorkflowService.getPooledTasks(String authority)
          Gets the pooled tasks available to the specified authority
WorkflowService.getPooledTasks(String authority, boolean lazyinitialization)
          Gets the pooled tasks available to the specified authority
WorkflowService.getStartTasks(List<String> workflowInstanceIds, boolean sameSession)
          Gets the start task instances for the given workflow instances.
WorkflowService.getTasksForWorkflowPath(String pathId)
          Gets all Tasks associated with the specified path
WorkflowService.queryTasks(WorkflowTaskQuery query)
          Deprecated. Use overloaded method with the sameSession parameter (this method defaults the parameter to false).
WorkflowService.queryTasks(WorkflowTaskQuery query, boolean sameSession)
          Query for tasks
Methods in org.alfresco.service.cmr.workflow with parameters of type WorkflowTask
boolean
WorkflowService.isTaskClaimable(WorkflowTask task, String username)
          Determines if the given user can claim the given task
boolean
WorkflowService.isTaskClaimable(WorkflowTask task, String username, boolean refreshTask)
          Determines if the given user can claim the given task
boolean
WorkflowService.isTaskEditable(WorkflowTask task, String username)
          Determines if the given user can edit the given task
boolean
WorkflowService.isTaskEditable(WorkflowTask task, String username, boolean refreshTask)
          Determines if the given user can edit the given task
boolean
WorkflowService.isTaskReassignable(WorkflowTask task, String username)
          Determines if the given user can reassign the given task
boolean
WorkflowService.isTaskReassignable(WorkflowTask task, String username, boolean refreshTask)
          Determines if the given user can reassign the given task
boolean
WorkflowService.isTaskReleasable(WorkflowTask task, String username)
          Determines if the given user can release the given task
boolean
WorkflowService.isTaskReleasable(WorkflowTask task, String username, boolean refreshTask)
          Determines if the given user can release the given task
Constructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowTask
WorkflowTimer(String id, String name, WorkflowPath path, WorkflowTask task, Date dueDate, String error)
           

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.