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
abstract WorkflowTask
WorkflowService.endTask(String taskId, String transitionId)
          End the Task (i.e.
abstract WorkflowTask
WorkflowService.getStartTask(String workflowInstanceId)
          Gets the start task instance for the given workflow instance.
WorkflowTimer.getTask()
abstract WorkflowTask
WorkflowService.getTaskById(String taskId)
          Gets a Task by unique Id
abstract WorkflowTask
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
abstract List<WorkflowTask>
WorkflowService.getAssignedTasks(String authority, WorkflowTaskState state)
          Gets all tasks assigned to the specified authority
abstract List<WorkflowTask>
WorkflowService.getAssignedTasks(String authority, WorkflowTaskState state, boolean lazyInitialization)
          Gets all tasks assigned to the specified authority
abstract List<WorkflowTask>
WorkflowService.getPooledTasks(String authority)
          Gets the pooled tasks available to the specified authority
abstract List<WorkflowTask>
WorkflowService.getPooledTasks(String authority, boolean lazyinitialization)
          Gets the pooled tasks available to the specified authority
abstract List<WorkflowTask>
WorkflowService.getStartTasks(List<String> workflowInstanceIds, boolean sameSession)
          Gets the start task instances for the given workflow instances.
abstract List<WorkflowTask>
WorkflowService.getTasksForWorkflowPath(String pathId)
          Gets all Tasks associated with the specified path
abstract List<WorkflowTask>
WorkflowService.queryTasks(WorkflowTaskQuery query)
          Deprecated. Use overloaded method with the sameSession parameter (this method defaults the parameter to false).
abstract List<WorkflowTask>
WorkflowService.queryTasks(WorkflowTaskQuery query, boolean sameSession)
          Query for tasks
Methods in org.alfresco.service.cmr.workflow with parameters of type WorkflowTask
abstract boolean
WorkflowService.isTaskClaimable(WorkflowTask task, String username)
          Determines if the given user can claim the given task
abstract boolean
WorkflowService.isTaskClaimable(WorkflowTask task, String username, boolean refreshTask)
          Determines if the given user can claim the given task
abstract boolean
WorkflowService.isTaskEditable(WorkflowTask task, String username)
          Determines if the given user can edit the given task
abstract boolean
WorkflowService.isTaskEditable(WorkflowTask task, String username, boolean refreshTask)
          Determines if the given user can edit the given task
abstract boolean
WorkflowService.isTaskReassignable(WorkflowTask task, String username)
          Determines if the given user can reassign the given task
abstract boolean
WorkflowService.isTaskReassignable(WorkflowTask task, String username, boolean refreshTask)
          Determines if the given user can reassign the given task
abstract boolean
WorkflowService.isTaskReleasable(WorkflowTask task, String username)
          Determines if the given user can release the given task
abstract 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–2018 Alfresco Software. All rights reserved.

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