Package | Description |
---|---|
com.sas.lsaf.workflow.autoflow |
The service and class definitions to manage automatic creation of process flows.
|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
Modifier and Type | Method and Description |
---|---|
ProcessFlowDescriptor |
AutoFlowService.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessFlow
The class that represents a process flow.
|
Modifier and Type | Method and Description |
---|---|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getAllProcessFlowDescriptors()
Gets all process flows that the user is authorized to view.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getMyProcessFlowDescriptors()
Gets all of the process flows that the user is authorized to view.
|
Set<ProcessFlowDescriptor> |
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.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getProcessFlowDescriptorsByContext(String contextId,
boolean includeChildren)
Gets the process flows at the context and (optionally) below.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>