Package | Description |
---|---|
com.sas.lsaf.workflow.processflow |
Service and class definitions for managing process flows.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessFlow
A process flow is a collection of tasks and elements that can be assigned or executed based on the underlying process
flow definition.
|
Modifier and Type | Method and Description |
---|---|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getAllProcessFlowDescriptors()
Get all process flows this user is authorized to see.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getMyProcessFlowDescriptors()
Get all process flows this user is authorized to see.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getMyProcessFlowDescriptorsByContext(String contextId,
boolean includeChildren)
Get all process flows that are owned by the current user at a specified context, and (optionally) below.
|
Set<ProcessFlowDescriptor> |
ProcessFlowService.getProcessFlowDescriptorsByContext(String contextId,
boolean includeChildren)
Get process flows at the specified context and (optionally) below.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA