Uses of Class
com.sas.lsaf.workflow.FlowElementMapping
-
Packages that use FlowElementMapping Package Description com.sas.lsaf.workflow.processdefinition The service and class definitions to manage process flow definitions. -
-
Uses of FlowElementMapping in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return types with arguments of type FlowElementMapping Modifier and Type Method Description java.util.List<FlowElementMapping>
ProcessDefinitionMapping. getElementMapping()
Gets the attribute mapping for elements in the process definition.Method parameters in com.sas.lsaf.workflow.processdefinition with type arguments of type FlowElementMapping Modifier and Type Method Description void
ProcessDefinitionMapping. setElementMapping(java.util.List<FlowElementMapping> elementMapping)
Sets the attribute mapping for elements in the process flow definition.
-