Uses of Class
com.sas.lsaf.workflow.AutoFlowMappingMetadata
-
Packages that use AutoFlowMappingMetadata Package Description com.sas.lsaf.workflow Contains classes for supporting workflow-related functionality. -
-
Uses of AutoFlowMappingMetadata in com.sas.lsaf.workflow
Methods in com.sas.lsaf.workflow that return types with arguments of type AutoFlowMappingMetadata Modifier and Type Method Description java.util.Set<AutoFlowMappingMetadata>
MappingAttributeMetadata. getMapAttributes()
Gets the attributes that can be mapped for the process flow element.Constructor parameters in com.sas.lsaf.workflow with type arguments of type AutoFlowMappingMetadata Constructor Description MappingAttributeMetadata(java.lang.String attributeName, FlowAttributeType attributeType, java.util.Set<AutoFlowMappingMetadata> mappingAttributes, boolean multiValued, java.lang.String attributeDisplayName)
It is not intended or recommended that the consumer of this API construct these objects.
-