Uses of Class
com.sas.lsaf.workflow.AttributeMapping
-
Packages that use AttributeMapping Package Description com.sas.lsaf.workflow Contains classes for supporting workflow-related functionality. -
-
Uses of AttributeMapping in com.sas.lsaf.workflow
Methods in com.sas.lsaf.workflow that return types with arguments of type AttributeMapping Modifier and Type Method Description java.util.List<AttributeMapping>
FlowElementMapping. getAttributeMapping()
Gets the attribute mapping for the process flow definition element.Method parameters in com.sas.lsaf.workflow with type arguments of type AttributeMapping Modifier and Type Method Description void
FlowElementMapping. setAttributeMapping(java.util.List<AttributeMapping> attributeMapping)
Sets the attribute mapping for the process flow definition element.
-