Uses of Enum Class
org.opencastproject.workflow.api.WorkflowOperationResult.Action
Packages that use WorkflowOperationResult.Action
-
Uses of WorkflowOperationResult.Action in org.opencastproject.workflow.api
Fields in org.opencastproject.workflow.api declared as WorkflowOperationResult.ActionModifier and TypeFieldDescriptionprotected WorkflowOperationResult.ActionWorkflowOperationResultImpl.actionMethods in org.opencastproject.workflow.api that return WorkflowOperationResult.ActionModifier and TypeMethodDescriptionWorkflowOperationResult.getAction()Operations may optionally request that the workflow be placed in a certain state.WorkflowOperationResultImpl.getAction()Operations may optionally request that the workflow be placed in a certain state.Returns the enum constant of this class with the specified name.static WorkflowOperationResult.Action[]WorkflowOperationResult.Action.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 WorkflowOperationResult.ActionModifier and TypeMethodDescriptionprotected WorkflowOperationResultAbstractWorkflowOperationHandler.createResult(MediaPackage mediaPackage, Map<String, String> properties, WorkflowOperationResult.Action action, long timeInQueue) Creates a result for the execution of this workflow operation handler.protected WorkflowOperationResultAbstractWorkflowOperationHandler.createResult(MediaPackage mediaPackage, WorkflowOperationResult.Action action) Creates a result for the execution of this workflow operation handler.protected WorkflowOperationResultAbstractWorkflowOperationHandler.createResult(MediaPackage mediaPackage, WorkflowOperationResult.Action action, long timeInQueue) Creates a result for the execution of this workflow operation handler.protected WorkflowOperationResultAbstractWorkflowOperationHandler.createResult(WorkflowOperationResult.Action action) Creates a result for the execution of this workflow operation handler.voidWorkflowOperationResult.setAction(WorkflowOperationResult.Action action) Sets the action to take.voidWorkflowOperationResultImpl.setAction(WorkflowOperationResult.Action action) Sets the action that the workflow service should take on the workflow instanceConstructors in org.opencastproject.workflow.api with parameters of type WorkflowOperationResult.ActionModifierConstructorDescriptionWorkflowOperationResultImpl(MediaPackage resultingMediaPackage, Map<String, String> properties, WorkflowOperationResult.Action action, long timeInQueue) Constructs a new WorkflowOperationResultImpl from a mediapackage and an action.