Uses of Class
com.sas.lsaf.workflow.processflow.ProcessFlowDescriptor
Packages that use ProcessFlowDescriptor
Package
Description
The service and class definitions to manage automatic creation of process flows.
The service and class definitions to manage process flows.
-
Uses of ProcessFlowDescriptor in com.sas.lsaf.workflow.autoflow
Methods in com.sas.lsaf.workflow.autoflow that return ProcessFlowDescriptorModifier and TypeMethodDescriptionAutoFlowService.createAutoFlow(String contextId, String processDefinitionKey, AutoFlowType autoFlowType, String namePrefix, String sourceId) Automatically create a process flow based on a process flow definition whose elements have been mapped to source (for example, TLF) metadata. -
Uses of ProcessFlowDescriptor in com.sas.lsaf.workflow.processflow
Subclasses of ProcessFlowDescriptor in com.sas.lsaf.workflow.processflowMethods in com.sas.lsaf.workflow.processflow that return types with arguments of type ProcessFlowDescriptorModifier and TypeMethodDescriptionProcessFlowService.getAllProcessFlowDescriptors()Gets all process flows that the user is authorized to view.ProcessFlowService.getMyProcessFlowDescriptors()Gets all of the process flows that the user is authorized to view.ProcessFlowService.getMyProcessFlowDescriptorsByContext(String contextId, boolean includeChildren) Gets all of the process flows that are owned by the current user at a context, and (optionally) below.ProcessFlowService.getProcessFlowDescriptorsByContext(String contextId, boolean includeChildren) Gets the process flows at the context and (optionally) below.