Uses of Class
com.sas.lsaf.workflow.processdefinition.ProcessDefinitionNotFoundException
Packages that use ProcessDefinitionNotFoundException
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.
-
Uses of ProcessDefinitionNotFoundException in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that throw ProcessDefinitionNotFoundExceptionModifier and TypeMethodDescriptionProcessDefinitionService.activateProcessDefinition(String processDefinitionKey) Activates the latest deployed version of the process flow definition so that process flows can be created from it.ProcessDefinitionService.getProcessDefinitionById(String id) Gets the process flow definition with the specified unique identifier.ProcessDefinitionService.getProcessDefinitionByKey(String processDefinitionKey) Gets the latest deployed version of the process flow definition by the specified process flow definition key.ProcessDefinitionService.getProcessDefinitionElements(String id) Gets the elements of a process flow definition.ProcessDefinitionService.getProcessDefinitionMappingByType(AutoFlowType type, String processDefinitionKey) Gets the element mapping for the process flow definition based on the auto flow type.ProcessDefinitionService.suspendProcessDefinition(String processDefinitionKey) Suspends the latest deployed version of the process flow definition so that process flows cannot be created from it.ProcessDefinitionService.updateProcessDefinitionMapping(ProcessDefinitionMapping mapping) Updates the element mapping for the process definition based on the auto flow type. -
Uses of ProcessDefinitionNotFoundException in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that throw ProcessDefinitionNotFoundExceptionModifier and TypeMethodDescriptionProcessFlowService.createProcessFlow(String contextId, String processFlowName, String processDefinitionKey) Creates a process flow at the specified context using the latest deployed version of the process flow definition. -
Uses of ProcessDefinitionNotFoundException in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that throw ProcessDefinitionNotFoundExceptionModifier 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.