Package | Description |
---|---|
com.sas.lsaf.clinical.tlf |
Contains classes for global tlf information in the system.
|
com.sas.lsaf.workflow |
Contains classes for supporting workflow-related functionality.
|
com.sas.lsaf.workflow.autoflow |
The service and class definitions to manage automatic creation of process flows.
|
com.sas.lsaf.workflow.processdefinition |
The service and class definitions to manage process flow definitions.
|
com.sas.lsaf.workflow.processflow |
The service and class definitions to manage process flows.
|
Modifier and Type | Method and Description |
---|---|
AutoFlowType |
Tlf.getAutoFlowType() |
Modifier and Type | Method and Description |
---|---|
static AutoFlowType |
AutoFlowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoFlowType[] |
AutoFlowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutoFlowType |
AutoFlowLaunchable.getAutoFlowType()
Gets the type of the source from which a process flow is automatically created.
|
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 definition whose elements have been mapped to source (ex:
TLF) metadata.
|
Modifier and Type | Method and Description |
---|---|
AutoFlowType |
ProcessDefinitionMapping.getType()
Gets the type of the source object from which the mapping will be used to automatically create process flows.
|
AutoFlowType |
ProcessDefinitionMappingMetadata.getType()
Gets the type of the source object from which a process flow can be automatically created.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionMapping |
ProcessDefinitionService.getProcessDefinitionMappingByType(AutoFlowType type,
String processDefinitionKey)
Gets the element mapping for the process definition based on the auto flow type.
|
List<ProcessDefinitionInfo> |
ProcessDefinitionService.getProcessDefinitionsMappedForAutoFlow(String contextTypeId,
AutoFlowType autoFlowType,
boolean activeOnly)
Gets the process definitions that are enabled and mapped for automatic process flow creation by the specified
context type.
|
Constructor and Description |
---|
ProcessDefinitionMapping(String processDefinitionKey,
AutoFlowType type,
boolean mappingComplete,
long mappingRevision)
It is not intended or recommended that the consumer of this API construct these objects.
|
ProcessDefinitionMappingMetadata(AutoFlowType type,
Map<Element.ElementType,List<MappingAttributeMetadata>> mappingMetadata)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
AutoFlowType |
ProcessFlowDescriptor.getAutoFlowType()
Gets the type of the source from which the process flow was automatically created.
|
Constructor and Description |
---|
ProcessFlow(String id,
String contextId,
String contextPath,
String name,
String description,
ProcessFlowDescriptor.FlowStatus status,
String owner,
ProcessDefinitionInfo processDefinitionInfo,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
long revision,
String autoFlowSource,
AutoFlowType autoFlowType)
It is not intended or recommended that the consumer of this API construct these objects.
|
ProcessFlowDescriptor(String id,
String contextId,
String contextPath,
String name,
String description,
ProcessFlowDescriptor.FlowStatus status,
String owner,
ProcessDefinitionInfo processDefinitionInfo,
String createdBy,
Date created,
String lastModifiedBy,
Date lastModified,
long revision,
AutoFlowType autoFlowType)
Initializing constructor.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>