Uses of Class
com.sas.lsaf.workflow.processflow.InvalidTaskAssigneeException
-
Packages that use InvalidTaskAssigneeException Package Description com.sas.lsaf.workflow.processflow.setup The service and class definitions to manage process flows setup elements.com.sas.lsaf.workflow.task Service and class definitions for managing and retrieving process flow tasks and elements. -
-
Uses of InvalidTaskAssigneeException in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that throw InvalidTaskAssigneeException Modifier and Type Method Description ElementSetup
ProcessFlowSetupService. updateElementSetup(ElementSetup elementSetup)
Updates the element setup for the process flow. -
Uses of InvalidTaskAssigneeException in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that throw InvalidTaskAssigneeException Modifier and Type Method Description void
TaskService. assignTask(java.lang.String taskId, java.lang.String assigneeId)
Assigns the user task to the specified user.void
TaskService. claimTask(java.lang.String taskId)
Claims the user task by assigning the task to the current user.UserTaskDetails
TaskService. updateUserTask(UserTaskUpdateInfo userTask)
Updates the user task with basic properties as well as details such as candidates and completion properties.
-