Uses of Class
com.sas.lsaf.workflow.processflow.ProcessFlowException
Packages that use ProcessFlowException
Package
Description
The service and class definitions to manage process flow definitions.
The service and class definitions to manage process flows.
The service and class definitions to manage process flows setup elements.
Service and class definitions for managing and retrieving process flow tasks and elements.
-
Uses of ProcessFlowException in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that throw ProcessFlowExceptionModifier and TypeMethodDescriptionProcessDefinitionService.getProcessDefinitionsByContextType(String contextTypeId) Gets the latest deployed process flow definitions at the context with the context type. -
Uses of ProcessFlowException in com.sas.lsaf.workflow.processflow
Subclasses of ProcessFlowException in com.sas.lsaf.workflow.processflowModifier and TypeClassDescriptionclassThrown when a process flow definition context is not found.Methods in com.sas.lsaf.workflow.processflow that throw ProcessFlowExceptionModifier and TypeMethodDescriptionProcessFlowService.activateProcessFlow(String id) Activates the specified process flow.ProcessFlowService.createProcessFlowManifest(String id, FileCreateInfo manifestFileCreateInfo) Creates a process flow manifest file for the process flow with the identifier in the repository.voidProcessFlowService.deleteProcessFlow(String id) Deletes the process flow with the specified identifier.ProcessFlowService.getProcessFlowById(String id) Gets the process flow with the specified identifier.ProcessFlowService.suspendProcessFlow(String id) Suspends the specified process flow.ProcessFlowService.updateProcessFlow(ProcessFlow processFlow) Updates the process flow. -
Uses of ProcessFlowException in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that throw ProcessFlowExceptionModifier and TypeMethodDescriptionProcessFlowSetupService.getElementSetups(String id) Gets the process flow setup elements for the process flow.ProcessFlowSetupService.updateElementSetup(ElementSetup elementSetup) Updates the element setup for the process flow. -
Uses of ProcessFlowException in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that throw ProcessFlowExceptionModifier and TypeMethodDescriptionvoidTaskService.assignTask(String taskId, String assigneeId) Assigns the user task to the specified user.voidClaims the user task by assigning the task to the current user.voidTaskService.completeTask(String taskId, float actualHours, Set<DataProperty> taskCompletionData, String comment) Completes the user task.TaskService.getAllCurrentUserTasks()Gets all of the user tasks that the user is authorized to access for all active process flows.TaskService.getCompletedElementsByProcessFlow(String processFlowId) Gets the completed elements of the process flow with the identifier.TaskService.getCurrentElementsByProcessFlow(String processFlowId) Gets the current elements of the process flow with the identifier.TaskService.getCurrentUserTask(String taskId) Gets the user task by the specified unique identifier.TaskService.getCurrentUserTasks()Gets the user tasks that are assigned to the current user and tasks for which the current user is a candidate for all active process flows.TaskService.getUserTaskDetails(String taskId) Gets additional user task information, which includes the candidates, data properties, and task assignment history.voidStarts a user task.TaskService.updateUserTask(UserTaskUpdateInfo userTask) Updates the user task with basic properties as well as details such as candidates and completion properties.