Uses of Class
org.alfresco.utility.model.TaskModel
Packages that use TaskModel
-
Uses of TaskModel in org.alfresco.utility.data
Methods in org.alfresco.utility.data that return TaskModelModifier and TypeMethodDescriptionDataWorkflow.createNewTask(TaskModel taskModel) Creates a newTaskModelDataWorkflow.createNewTaskAndAssignTo(UserModel userModel) Example of usage: dataWorkflow.usingUser(userWhoStartsTask).usingSite(siteModel).usingResource(document).createNewTaskAndAssignTo(assignee);DataWorkflow.createPooledReviewTaskAndAssignTo(GroupModel groupModel) Starts a Review and Approve(pooled review) workflow with items added from a site Example of usage: dataWorkflow.usingUser(userWhoStartsTask).usingSite(siteModel).usingResource(document).createNewTaskAndAssignTo(assignee);DataWorkflow.createTaskWithProcessDefAndAssignTo(String processDefId, UserModel userModel) Example of usage: dataWorkflow.usingUser(userWhoStartsTask).usingSite(siteModel).usingResource(document).createNewTaskAndAssignTo(assignee, "@newtenant@activitiAdhoc:1:4888"); Note: The process definition id is dynamic in case of an evironment with tenantsDataWorkflow.createTaskWithProcessDefId(TaskModel taskModel, String processDefId) Creates a newTaskModelMark a task as doneMethods in org.alfresco.utility.data with parameters of type TaskModelModifier and TypeMethodDescriptionDataWorkflow.createNewTask(TaskModel taskModel) Creates a newTaskModelDataWorkflow.createTaskWithProcessDefId(TaskModel taskModel, String processDefId) Creates a newTaskModelMark a task as done -
Uses of TaskModel in org.alfresco.utility.model
Methods in org.alfresco.utility.model that return TaskModelMethods in org.alfresco.utility.model that return types with arguments of type TaskModelMethods in org.alfresco.utility.model with parameters of type TaskModel