Uses of Class
com.sas.lsaf.workflow.MappingAttributeMetadata
-
Packages that use MappingAttributeMetadata Package Description com.sas.lsaf.workflow.processdefinition The service and class definitions to manage process flow definitions. -
-
Uses of MappingAttributeMetadata in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return types with arguments of type MappingAttributeMetadata Modifier and Type Method Description java.util.Map<Element.ElementType,java.util.List<MappingAttributeMetadata>>
ProcessDefinitionMappingMetadata. getMappingMetadata()
Gets the attributes that map to process flow definition element attributes.Constructor parameters in com.sas.lsaf.workflow.processdefinition with type arguments of type MappingAttributeMetadata Constructor Description ProcessDefinitionMappingMetadata(AutoFlowType type, java.util.Map<Element.ElementType,java.util.List<MappingAttributeMetadata>> mappingMetadata)
It is not intended or recommended that the consumer of this API construct these objects.
-