Uses of Class
org.opencastproject.workflow.api.WorkflowIdentifier
Packages that use WorkflowIdentifier
Package
Description
Workflow service.
-
Uses of WorkflowIdentifier in org.opencastproject.workflow.api
Methods in org.opencastproject.workflow.api that return WorkflowIdentifierModifier and TypeMethodDescriptionWorkflowIdentifier.withoutOrganization()Return a new identifier without an organization (idempotent) -
Uses of WorkflowIdentifier in org.opencastproject.workflow.impl
Fields in org.opencastproject.workflow.impl with type parameters of type WorkflowIdentifierModifier and TypeFieldDescriptionprotected Map<File, WorkflowIdentifier> WorkflowDefinitionScanner.artifactIdsAn internal collection of artifact id, bind the workflow definition files and their idprotected Map<WorkflowIdentifier, WorkflowDefinition> WorkflowDefinitionScanner.installedWorkflowsAn internal collection of workflows that we have installedMethods in org.opencastproject.workflow.impl with parameters of type WorkflowIdentifierModifier and TypeMethodDescriptionWorkflowDefinitionScanner.getWorkflowDefinition(User user, WorkflowIdentifier workflowIdentifier) Return the workflow definition for a given workflow identifier This method tries to get the workflow using the exact identifier and falls back to the global workflow (without the organization) if that fails.voidWorkflowDefinitionScanner.putWorkflowDefinition(WorkflowIdentifier identifier, WorkflowDefinition wfd) Add the given workflow definition to the installed workflow definition id.WorkflowDefinitionScanner.removeWorkflowDefinition(WorkflowIdentifier identifier) Remove the workflow definition with the given id from the installed definition list.