Uses of Class
com.sas.lsaf.workflow.processflow.ProcessFlowNotFoundException
-
Packages that use ProcessFlowNotFoundException Package Description com.sas.lsaf.workflow.processflow The service and class definitions to manage process flows.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 ProcessFlowNotFoundException in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that throw ProcessFlowNotFoundException Modifier and Type Method Description ProcessFlow
ProcessFlowService. activateProcessFlow(java.lang.String id)
Activates the specified process flow.ProcessFlow
ProcessFlowService. copyProcessFlow(ProcessFlowCopyInfo copyInfo)
Copies the process flow with the specified source process flow identifier.java.lang.String
ProcessFlowService. createProcessFlowManifest(java.lang.String id, FileCreateInfo manifestFileCreateInfo)
Creates a process flow manifest file for the process flow with the identifier in the repository.void
ProcessFlowService. deleteProcessFlow(java.lang.String id)
Deletes the process flow with the specified identifier.ProcessFlow
ProcessFlowService. getProcessFlowById(java.lang.String id)
Gets the process flow with the specified identifier.ProcessFlow
ProcessFlowService. getProcessFlowByNameAndContext(java.lang.String contextId, java.lang.String processFlowName)
Gets the process flow with the specified name at the specified context.ProcessFlow
ProcessFlowService. suspendProcessFlow(java.lang.String id)
Suspends the specified process flow.ProcessFlow
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 ProcessFlowNotFoundException Modifier and Type Method Description java.util.Set<ElementSetup>
ProcessFlowSetupService. getElementSetups(java.lang.String id)
Gets the process flow setup elements for the process flow.ElementSetup
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 ProcessFlowNotFoundException Modifier and Type Method Description java.util.Set<CompletedElement>
TaskService. getCompletedElementsByProcessFlow(java.lang.String processFlowId)
Gets the completed elements of the process flow with the identifier.java.util.Set<Element>
TaskService. getCurrentElementsByProcessFlow(java.lang.String processFlowId)
Gets the current elements of the process flow with the identifier.
-