Uses of Class
com.sas.lsaf.workflow.processdefinition.ProcessDefinitionMapping
-
Packages that use ProcessDefinitionMapping Package Description com.sas.lsaf.workflow.processdefinition The service and class definitions to manage process flow definitions. -
-
Uses of ProcessDefinitionMapping in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return ProcessDefinitionMapping Modifier and Type Method Description ProcessDefinitionMapping
ProcessDefinitionService. getProcessDefinitionMappingByType(AutoFlowType type, java.lang.String processDefinitionKey)
Gets the element mapping for the process flow definition based on the auto flow type.ProcessDefinitionMapping
ProcessDefinitionService. updateProcessDefinitionMapping(ProcessDefinitionMapping mapping)
Updates the element mapping for the process definition based on the auto flow type.Methods in com.sas.lsaf.workflow.processdefinition with parameters of type ProcessDefinitionMapping Modifier and Type Method Description ProcessDefinitionMapping
ProcessDefinitionService. updateProcessDefinitionMapping(ProcessDefinitionMapping mapping)
Updates the element mapping for the process definition based on the auto flow type.
-