Uses of Class
com.sas.lsaf.workflow.processflow.ProcessFlow
Packages that use ProcessFlow
Package
Description
The service and class definitions to manage process flows.
-
Uses of ProcessFlow in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that return ProcessFlowModifier 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.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.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.Methods in com.sas.lsaf.workflow.processflow with parameters of type ProcessFlowModifier and TypeMethodDescriptionProcessFlowService.updateProcessFlow(ProcessFlow processFlow) Updates the process flow.