Package | Description |
---|---|
com.sas.lsaf.workflow |
Contains classes for supporting workflow-related functionality.
|
Modifier and Type | Method and Description |
---|---|
FlowAttributeType |
MappingAttributeMetadata.getAttrType()
Gets the type of the process flow element attribute.
|
FlowAttributeType |
AttributeMapping.getType()
Gets the type of the attribute.
|
FlowAttributeType |
AutoFlowMappingMetadata.getType()
Gets the type of the attribute.
|
static FlowAttributeType |
FlowAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowAttributeType[] |
FlowAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeMapping.setType(FlowAttributeType type)
Sets the type of the attribute.
|
Constructor and Description |
---|
AttributeMapping(String attrName,
String mapAttrName,
FlowAttributeType type)
Constructor.
|
AutoFlowMappingMetadata(String mapAttrName,
FlowAttributeType type,
boolean derived)
Constructor.
|
MappingAttributeMetadata(String attributeName,
FlowAttributeType attributeType,
Set<AutoFlowMappingMetadata> mappingAttributes,
boolean multiValued,
String attributeDisplayName)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>