Uses of Class
org.alfresco.service.cmr.workflow.WorkflowTask
Packages that use WorkflowTask
Package
Description
-
Uses of WorkflowTask in org.alfresco.repo.forms.processor.workflow
Methods in org.alfresco.repo.forms.processor.workflow that return WorkflowTaskModifier and TypeMethodDescriptionprotected WorkflowTaskTaskFormProcessor.getTypedItemForDecodedId(String itemId) Returns the typed item.TaskFormPersister.persist()Methods in org.alfresco.repo.forms.processor.workflow that return types with arguments of type WorkflowTaskModifier and TypeMethodDescriptionprotected ContentModelFormPersister<WorkflowTask>TaskFormProcessor.makeFormPersister(WorkflowTask item) Methods in org.alfresco.repo.forms.processor.workflow with parameters of type WorkflowTaskModifier and TypeMethodDescriptionprotected Map<QName,Serializable> TaskFormProcessor.getAssociationValues(WorkflowTask item) protected TypeDefinitionTaskFormProcessor.getBaseType(WorkflowTask task) protected StringTaskFormProcessor.getItemType(WorkflowTask item) Returns aStringdescribing the type fo the specified item.protected StringTaskFormProcessor.getItemURI(WorkflowTask item) Returns the URI location of the specified item.protected Map<QName,Serializable> TaskFormProcessor.getPropertyValues(WorkflowTask task) TaskFormProcessor.getTransientValues(WorkflowTask item) protected ContentModelFormPersister<WorkflowTask>TaskFormProcessor.makeFormPersister(WorkflowTask item) Constructor parameters in org.alfresco.repo.forms.processor.workflow with type arguments of type WorkflowTaskModifierConstructorDescriptionTaskFormPersister(ContentModelItemData<WorkflowTask> itemData, NamespaceService namespaceService, DictionaryService dictionaryService, WorkflowService workflowService, NodeService nodeService, AuthenticationService authenticationService, BehaviourFilter behaviourFilter, org.apache.commons.logging.Log logger) -
Uses of WorkflowTask in org.alfresco.repo.template
Constructors in org.alfresco.repo.template with parameters of type WorkflowTaskModifierConstructorDescriptionWorkflowTaskItem(ServiceRegistry services, TemplateImageResolver resolver, WorkflowTask task) -
Uses of WorkflowTask in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow that return WorkflowTaskModifier 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) End the Task (i.e.TaskComponent.getStartTask(String workflowInstanceId) Gets all active timers for the specified workflowWorkflowServiceImpl.getStartTask(String workflowInstanceId) Gets the start task instance for the given workflow instance.TaskComponent.getTaskById(String taskId) Gets a Task by unique IdWorkflowServiceImpl.getTaskById(String taskId) Start the specified Task Note: this is an optional task operation.TaskComponent.suspendTask(String taskId) Suspend the specified TaskTaskUpdater.transition()TaskUpdater.transition(String transitionId) TaskUpdater.update()TaskComponent.updateTask(String taskId, Map<QName, Serializable> properties, Map<QName, List<NodeRef>> add, Map<QName, List<NodeRef>> remove) Update the Properties and Associations of a TaskWorkflowServiceImpl.updateTask(String taskId, Map<QName, Serializable> properties, Map<QName, List<NodeRef>> add, Map<QName, List<NodeRef>> remove) Methods in org.alfresco.repo.workflow that return types with arguments of type WorkflowTaskModifier and TypeMethodDescriptionTaskComponent.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) TaskComponent.getPooledTasks(List<String> authorities, boolean lazyInitialization) Gets the pooled tasks available to the specified authorityWorkflowServiceImpl.getPooledTasks(String authority) WorkflowServiceImpl.getPooledTasks(String authority, boolean lazyinitialization) TaskComponent.getStartTasks(List<String> workflowInstanceIds, boolean sameSession) Gets all start tasks for the specified workflowWorkflowServiceImpl.getStartTasks(List<String> workflowInstanceIds, boolean sameSession) WorkflowComponent.getTasksForWorkflowPath(String pathId) Gets all Tasks associated with the specified pathWorkflowServiceImpl.getTasksForWorkflowPath(String pathId) TaskComponent.queryTasks(WorkflowTaskQuery query) Deprecated.TaskComponent.queryTasks(WorkflowTaskQuery query, boolean sameSession) Query for tasks Hint: useWorkflowTaskQuerysetLimit() method to limit the number of processed items if you don't really need to go through all of themWorkflowServiceImpl.queryTasks(WorkflowTaskQuery query) WorkflowServiceImpl.queryTasks(WorkflowTaskQuery query, boolean sameSession) Methods in org.alfresco.repo.workflow with parameters of type WorkflowTaskModifier and TypeMethodDescriptionWorkflowObjectFactory.createWorkflowTimer(String id, String name, String error, Date dueDate, WorkflowPath workflowPath, WorkflowTask workflowTask) booleanWorkflowServiceImpl.isTaskClaimable(WorkflowTask task, String username) booleanWorkflowServiceImpl.isTaskClaimable(WorkflowTask task, String username, boolean refreshTask) booleanWorkflowServiceImpl.isTaskEditable(WorkflowTask task, String username) booleanWorkflowServiceImpl.isTaskEditable(WorkflowTask task, String username, boolean refreshTask) booleanWorkflowServiceImpl.isTaskReassignable(WorkflowTask task, String username) booleanWorkflowServiceImpl.isTaskReassignable(WorkflowTask task, String username, boolean refreshTask) booleanWorkflowServiceImpl.isTaskReleasable(WorkflowTask task, String username) booleanWorkflowServiceImpl.isTaskReleasable(WorkflowTask task, String username, boolean refreshTask) -
Uses of WorkflowTask in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti that return WorkflowTaskModifier and TypeMethodDescriptionActivitiTypeConverter.convert(org.activiti.engine.history.HistoricTaskInstance historicTaskInstance) ActivitiTypeConverter.convert(org.activiti.engine.task.Task task) ActivitiTypeConverter.convert(org.activiti.engine.task.Task task, boolean ignoreDomainMismatch) Converts the given task into aWorkflowTask, allows ignoring domain mismatch (ALF-12264)End the Task (i.e.ActivitiWorkflowEngine.getStartTask(String workflowInstanceId) Gets all active timers for the specified workflowActivitiWorkflowEngine.getTaskById(String taskId) Gets a Task by unique IdActivitiTypeConverter.getVirtualStartTask(String processInstanceId, Boolean inProgress) Start the specified Task Note: this is an optional task operation.ActivitiWorkflowEngine.suspendTask(String taskId) Suspend the specified TaskActivitiWorkflowEngine.updateTask(String taskId, Map<QName, Serializable> properties, Map<QName, List<NodeRef>> add, Map<QName, List<NodeRef>> remove) Update the Properties and Associations of a TaskMethods in org.alfresco.repo.workflow.activiti that return types with arguments of type WorkflowTaskModifier and TypeMethodDescriptionActivitiWorkflowEngine.getAssignedTasks(String authority, WorkflowTaskState state, boolean lazyInitialization) Gets all tasks assigned to the specified authorityActivitiWorkflowEngine.getPooledTasks(List<String> authorities, boolean lazyInitialization) Gets the pooled tasks available to the specified authorityActivitiWorkflowEngine.getStartTasks(List<String> workflowInstanceIds, boolean sameSession) ActivitiWorkflowEngine.getTasksForWorkflowPath(String pathId) Gets all Tasks associated with the specified pathActivitiWorkflowEngine.queryTasks(WorkflowTaskQuery query) ActivitiWorkflowEngine.queryTasks(WorkflowTaskQuery query, boolean sameSession) -
Uses of WorkflowTask in org.alfresco.repo.workflow.jscript
Constructors in org.alfresco.repo.workflow.jscript with parameters of type WorkflowTaskModifierConstructorDescriptionJscriptWorkflowTask(WorkflowTask task, ServiceRegistry serviceRegistry, org.mozilla.javascript.Scriptable scope) Creates a new instance of a workflow task from a WorkflowTask from the CMR workflow object model -
Uses of WorkflowTask in org.alfresco.service.cmr.workflow
Subclasses of WorkflowTask in org.alfresco.service.cmr.workflowModifier and TypeClassDescriptionclassAWorkflowTaskinstance that will only fecth theWorkflowPathif needed and will only fetch the properties when properties are needed which cannot be returned by the wrappedTaskorHistoricTaskInstanceobject.Fields in org.alfresco.service.cmr.workflow declared as WorkflowTaskMethods in org.alfresco.service.cmr.workflow that return WorkflowTaskModifier and TypeMethodDescriptionEnd 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 IdWorkflowService.updateTask(String taskId, Map<QName, Serializable> properties, Map<QName, List<NodeRef>> add, Map<QName, List<NodeRef>> remove) Update the Properties and Associations of a TaskMethods in org.alfresco.service.cmr.workflow that return types with arguments of type WorkflowTaskModifier 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 authorityWorkflowService.getPooledTasks(String authority) Gets the pooled tasks available to the specified authorityWorkflowService.getPooledTasks(String authority, boolean lazyinitialization) Gets the pooled tasks available to the specified authorityWorkflowService.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 pathWorkflowService.queryTasks(WorkflowTaskQuery query) Deprecated.Use overloaded method with thesameSessionparameter (this method defaults the parameter tofalse).WorkflowService.queryTasks(WorkflowTaskQuery query, boolean sameSession) Query for tasksMethods in org.alfresco.service.cmr.workflow with parameters of type WorkflowTaskModifier and TypeMethodDescriptionbooleanWorkflowService.isTaskClaimable(WorkflowTask task, String username) Determines if the given user can claim the given taskbooleanWorkflowService.isTaskClaimable(WorkflowTask task, String username, boolean refreshTask) Determines if the given user can claim the given taskbooleanWorkflowService.isTaskEditable(WorkflowTask task, String username) Determines if the given user can edit the given taskbooleanWorkflowService.isTaskEditable(WorkflowTask task, String username, boolean refreshTask) Determines if the given user can edit the given taskbooleanWorkflowService.isTaskReassignable(WorkflowTask task, String username) Determines if the given user can reassign the given taskbooleanWorkflowService.isTaskReassignable(WorkflowTask task, String username, boolean refreshTask) Determines if the given user can reassign the given taskbooleanWorkflowService.isTaskReleasable(WorkflowTask task, String username) Determines if the given user can release the given taskbooleanWorkflowService.isTaskReleasable(WorkflowTask task, String username, boolean refreshTask) Determines if the given user can release the given taskConstructors in org.alfresco.service.cmr.workflow with parameters of type WorkflowTaskModifierConstructorDescriptionWorkflowTimer(String id, String name, WorkflowPath path, WorkflowTask task, Date dueDate, String error)
sameSessionparameter (this method defaults the parameter tofalse).