Uses of Class
com.sas.lsaf.workflow.processflow.CreationMethod
-
Packages that use CreationMethod Package Description com.sas.lsaf.workflow.processflow The service and class definitions to manage process flows. -
-
Uses of CreationMethod in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that return CreationMethod Modifier and Type Method Description CreationMethod
ProcessFlowQuery. getCreationMethod()
Gets the process flow creation method to query.CreationMethod
ProcessFlowSearchResultItem. getCreationMethod()
Gets the method by which the process flow was created.static CreationMethod
CreationMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CreationMethod[]
CreationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sas.lsaf.workflow.processflow with parameters of type CreationMethod Modifier and Type Method Description void
ProcessFlowQuery. setCreationMethod(CreationMethod creationMethod)
Sets the process flow creation method to query.Constructors in com.sas.lsaf.workflow.processflow with parameters of type CreationMethod Constructor Description ProcessFlowSearchResultItem(java.lang.String id, java.lang.String name, ProcessFlowDescriptor.FlowStatus status, java.lang.String owner, java.lang.String processDefinitionKey, java.lang.String lastModifiedBy, java.util.Date lastModifiedDate, java.lang.String contextPath, CreationMethod creationMethod)
It is not intended or recommended that the consumer of this API construct these objects.
-