Uses of Enum Class
org.opencastproject.workflow.api.WorkflowOperationInstance.OperationState
Packages that use WorkflowOperationInstance.OperationState
-
Uses of WorkflowOperationInstance.OperationState in org.opencastproject.workflow.api
Fields in org.opencastproject.workflow.api declared as WorkflowOperationInstance.OperationStateModifier and TypeFieldDescriptionprotected WorkflowOperationInstance.OperationStateJaxbWorkflowOperationInstance.stateprotected WorkflowOperationInstance.OperationStateWorkflowOperationInstance.stateMethods in org.opencastproject.workflow.api that return WorkflowOperationInstance.OperationStateModifier and TypeMethodDescriptionWorkflowOperationInstance.getState()The state of this operation.Returns the enum constant of this class with the specified name.WorkflowOperationInstance.OperationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.workflow.api with parameters of type WorkflowOperationInstance.OperationStateModifier and TypeMethodDescriptionvoidWorkflowOperationInstance.setState(WorkflowOperationInstance.OperationState state) Sets the state of this operationConstructors in org.opencastproject.workflow.api with parameters of type WorkflowOperationInstance.OperationStateModifierConstructorDescriptionWorkflowOperationInstance(String template, Long jobId, WorkflowOperationInstance.OperationState state, String description, Map<String, String> configurations, boolean failOnError, String executeCondition, String exceptionHandlingWorkflow, Boolean abortable, Boolean continuable, Date dateStarted, Date dateCompleted, Long timeInQueue, int maxAttempts, int failedAttempts, String executionHost, RetryStrategy retryStrategy) Constructs a new operation instance with the given id and initial state.