Uses of Class
com.sas.lsaf.workflow.AutoFlowType
-
Packages that use AutoFlowType Package Description com.sas.lsaf.clinical.tlf Contains classes for global tlf information in the system.com.sas.lsaf.workflow Contains classes for supporting workflow-related functionality.com.sas.lsaf.workflow.autoflow The service and class definitions to manage automatic creation of process flows.com.sas.lsaf.workflow.processdefinition The service and class definitions to manage process flow definitions.com.sas.lsaf.workflow.processflow The service and class definitions to manage process flows. -
-
Uses of AutoFlowType in com.sas.lsaf.clinical.tlf
Methods in com.sas.lsaf.clinical.tlf that return AutoFlowType Modifier and Type Method Description AutoFlowType
Tlf. getAutoFlowType()
-
Uses of AutoFlowType in com.sas.lsaf.workflow
Methods in com.sas.lsaf.workflow that return AutoFlowType Modifier and Type Method Description static AutoFlowType
AutoFlowType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AutoFlowType[]
AutoFlowType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AutoFlowType in com.sas.lsaf.workflow.autoflow
Methods in com.sas.lsaf.workflow.autoflow that return AutoFlowType Modifier and Type Method Description AutoFlowType
AutoFlowLaunchable. getAutoFlowType()
Gets the type of the source object from which a process flow is automatically created.Methods in com.sas.lsaf.workflow.autoflow with parameters of type AutoFlowType Modifier and Type Method Description ProcessFlowDescriptor
AutoFlowService. createAutoFlow(java.lang.String contextId, java.lang.String processDefinitionKey, AutoFlowType autoFlowType, java.lang.String namePrefix, java.lang.String sourceId)
Automatically create a process flow based on a process flow definition whose elements have been mapped to source (for example, TLF) metadata. -
Uses of AutoFlowType in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return AutoFlowType Modifier and Type Method Description AutoFlowType
ProcessDefinitionMapping. getType()
Gets the type of the source object from which the mapping is used to automatically create process flows.AutoFlowType
ProcessDefinitionMappingMetadata. getType()
Gets the type of the source object from which a process flow can be automatically created.Methods in com.sas.lsaf.workflow.processdefinition with parameters of type AutoFlowType 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.java.util.List<ProcessDefinitionInfo>
ProcessDefinitionService. getProcessDefinitionsMappedForAutoFlow(java.lang.String contextTypeId, AutoFlowType autoFlowType, boolean activeOnly)
Gets the process flow definitions that are enabled and mapped for automatic process flow creation by the specified context type.Constructors in com.sas.lsaf.workflow.processdefinition with parameters of type AutoFlowType Constructor Description ProcessDefinitionMapping(java.lang.String processDefinitionKey, AutoFlowType type, boolean mappingComplete, long mappingRevision)
It is not intended or recommended that the consumer of this API construct these objects.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. -
Uses of AutoFlowType in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that return AutoFlowType Modifier and Type Method Description AutoFlowType
ProcessFlowDescriptor. getAutoFlowType()
Gets the type of the source from which the process flow was automatically created.Constructors in com.sas.lsaf.workflow.processflow with parameters of type AutoFlowType Constructor Description ProcessFlow(java.lang.String id, java.lang.String contextId, java.lang.String contextPath, java.lang.String name, java.lang.String description, ProcessFlowDescriptor.FlowStatus status, java.lang.String owner, ProcessDefinitionInfo processDefinitionInfo, java.lang.String createdBy, java.util.Date created, java.lang.String lastModifiedBy, java.util.Date lastModified, long revision, java.lang.String autoFlowSource, AutoFlowType autoFlowType)
It is not intended or recommended that the consumer of this API construct these objects.ProcessFlowDescriptor(java.lang.String id, java.lang.String contextId, java.lang.String contextPath, java.lang.String name, java.lang.String description, ProcessFlowDescriptor.FlowStatus status, java.lang.String owner, ProcessDefinitionInfo processDefinitionInfo, java.lang.String createdBy, java.util.Date created, java.lang.String lastModifiedBy, java.util.Date lastModified, long revision, AutoFlowType autoFlowType)
The initializing constructor.
-