Uses of Enum Class
com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo.ProcessDefinitionStatus
Packages that use ProcessDefinitionInfo.ProcessDefinitionStatus
Package
Description
The service and class definitions to manage process flow definitions.
-
Uses of ProcessDefinitionInfo.ProcessDefinitionStatus in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return ProcessDefinitionInfo.ProcessDefinitionStatusModifier and TypeMethodDescriptionProcessDefinitionInfo.getStatus()Gets the status of the process flow definition.Returns the enum constant of this class with the specified name.ProcessDefinitionInfo.ProcessDefinitionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.workflow.processdefinition with parameters of type ProcessDefinitionInfo.ProcessDefinitionStatusModifierConstructorDescriptionProcessDefinitionInfo(String id, String processDefinitionKey, String name, String description, String deployedVersion, String definitionFilePath, String definitionFileVersion, Set<String> contextTypes, ProcessDefinitionInfo.ProcessDefinitionStatus status, String comment) It is not intended or recommended that the consumer of this API construct these objects.