Uses of Class
com.sas.lsaf.workflow.processflow.ProcessFlowNotFoundException
Packages that use ProcessFlowNotFoundException
Package
Description
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 ProcessFlowNotFoundException in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that throw ProcessFlowNotFoundExceptionModifier and TypeMethodDescriptionProcessFlowService.activateProcessFlow(String id) Activates the specified process flow.ProcessFlowService.copyProcessFlow(ProcessFlowCopyInfo copyInfo) Copies the process flow with the specified source process flow identifier.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.getProcessFlowByNameAndContext(String contextId, String processFlowName) Gets the process flow with the specified name at the specified context.ProcessFlowService.suspendProcessFlow(String id) Suspends the specified process flow.ProcessFlowService.updateProcessFlow(ProcessFlow processFlow) Updates the process flow. -
Uses of ProcessFlowNotFoundException in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that throw ProcessFlowNotFoundExceptionModifier 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 ProcessFlowNotFoundException in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that throw ProcessFlowNotFoundExceptionModifier and TypeMethodDescriptionTaskService.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.