Uses of Interface
org.opencastproject.workflow.api.WorkflowOperationDefinition
Packages that use WorkflowOperationDefinition
-
Uses of WorkflowOperationDefinition in org.opencastproject.workflow.api
Classes in org.opencastproject.workflow.api that implement WorkflowOperationDefinitionModifier and TypeClassDescriptionclassMethods in org.opencastproject.workflow.api that return WorkflowOperationDefinitionModifier and TypeMethodDescriptionWorkflowDefinition.get(int position) Returns the operation at the given position.WorkflowDefinitionImpl.get(int position) Returns the operation at the given position.WorkflowDefinition.remove(int position) Removes the workflow operation at the indicated position and returns it.WorkflowDefinitionImpl.remove(int position) Removes the workflow operation at the indicated position and returns it.Methods in org.opencastproject.workflow.api that return types with arguments of type WorkflowOperationDefinitionModifier and TypeMethodDescriptionWorkflowDefinition.getOperations()The operations, listed in order, that this workflow definition includes.WorkflowDefinitionImpl.getOperations()The operations, listed in order, that this workflow definition includes.Methods in org.opencastproject.workflow.api with parameters of type WorkflowOperationDefinitionModifier and TypeMethodDescriptionvoidWorkflowDefinition.add(WorkflowOperationDefinition operation) Appends the operation to the workflow definition.voidWorkflowDefinition.add(WorkflowOperationDefinition operation, int position) Inserts the operation at the given position into the workflow definition.voidWorkflowDefinitionImpl.add(WorkflowOperationDefinition operation) Appends the operation to the workflow definition.voidWorkflowDefinitionImpl.add(WorkflowOperationDefinition operation, int position) Inserts the operation at the given position into the workflow definition.Constructors in org.opencastproject.workflow.api with parameters of type WorkflowOperationDefinitionModifierConstructorDescriptionBuilds a new workflow operation instance based on another workflow operation.