Uses of Enum Class
com.sas.lsaf.workflow.processflow.CreationMethod
Packages that use CreationMethod
Package
Description
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 CreationMethodModifier and TypeMethodDescriptionProcessFlowQuery.getCreationMethod()Gets the process flow creation method to query.ProcessFlowSearchResultItem.getCreationMethod()Gets the method by which the process flow was created.static CreationMethodReturns the enum constant of this class with the specified name.static CreationMethod[]CreationMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.workflow.processflow with parameters of type CreationMethodModifier and TypeMethodDescriptionvoidProcessFlowQuery.setCreationMethod(CreationMethod creationMethod) Sets the process flow creation method to query.Constructors in com.sas.lsaf.workflow.processflow with parameters of type CreationMethodModifierConstructorDescriptionProcessFlowSearchResultItem(String id, String name, ProcessFlowDescriptor.FlowStatus status, String owner, String processDefinitionKey, String lastModifiedBy, Date lastModifiedDate, String contextPath, CreationMethod creationMethod) It is not intended or recommended that the consumer of this API construct these objects.