Uses of Enum Class
com.genologics.ri.workflowconfiguration.Status
Packages that use Status
Package
Description
Entities for workflow configuration in the Clarity system.
-
Uses of Status in com.genologics.ri.workflowconfiguration
Fields in com.genologics.ri.workflowconfiguration declared as StatusModifier and TypeFieldDescriptionprotected StatusWorkflow.statusThe status of the workflow.protected StatusWorkflowLink.statusThe status of the workflow.Methods in com.genologics.ri.workflowconfiguration that return StatusModifier and TypeMethodDescriptionstatic StatusCreates a Status from a string value.Workflow.getStatus()Gets the status of the workflow.WorkflowLink.getStatus()Gets the status of the workflow.static StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.genologics.ri.workflowconfiguration with parameters of type StatusModifier and TypeMethodDescriptionvoidSets the status of the workflow.voidSets the status of the workflow.Constructors in com.genologics.ri.workflowconfiguration with parameters of type StatusModifierConstructorDescriptionWorkflowLink(URI uri, String name, Status status) Constructor accepting a URI, name, and status.