Uses of Enum Class
org.opencastproject.workflow.api.WorkflowInstance.WorkflowState
Packages that use WorkflowInstance.WorkflowState
Package
Description
Workflow service.
Workflow REST and WSDL Service endpoints
-
Uses of WorkflowInstance.WorkflowState in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event with parameters of type WorkflowInstance.WorkflowStateModifier and TypeMethodDescriptionvoidEvent.setWorkflowState(WorkflowInstance.WorkflowState workflowState) Sets the current workflow state related to this event -
Uses of WorkflowInstance.WorkflowState in org.opencastproject.workflow.api
Fields in org.opencastproject.workflow.api declared as WorkflowInstance.WorkflowStateModifier and TypeFieldDescriptionprotected WorkflowInstance.WorkflowStateWorkflowStateMappingImpl.stateFields in org.opencastproject.workflow.api with type parameters of type WorkflowInstance.WorkflowStateModifier and TypeFieldDescriptionprotected final Map<WorkflowInstance.WorkflowState, AtomicInteger> WorkflowStateListener.notifyStatesThe states that this listener respond to with a notify()Methods in org.opencastproject.workflow.api that return WorkflowInstance.WorkflowStateModifier and TypeMethodDescriptionWorkflowInstance.getState()WorkflowStateMapping.getState()WorkflowStateMappingImpl.getState()Returns the enum constant of this class with the specified name.static WorkflowInstance.WorkflowState[]WorkflowInstance.WorkflowState.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 WorkflowInstance.WorkflowStateModifier and TypeMethodDescriptionvoidWorkflowService.cleanupWorkflowInstances(int lifetime, WorkflowInstance.WorkflowState state) Starts a cleanup of workflow instances with a given lifetime and a specific stateintWorkflowStateListener.countStateChanges(WorkflowInstance.WorkflowState state) Returns the number of state changes that this listener has observed without ignoring.longWorkflowService.countWorkflowInstances(WorkflowInstance.WorkflowState state) Gets the total number of workflows that have been created to date and that match the workflow state which might benull.longWorkflowServiceDatabase.countWorkflows(WorkflowInstance.WorkflowState state) Gets the amount of workflow instances.longWorkflowServiceDatabaseImpl.countWorkflows(WorkflowInstance.WorkflowState state) Gets the amount of workflow instances.WorkflowServiceDatabase.getWorkflowInstancesForCleanup(WorkflowInstance.WorkflowState state, Date dateCreated) Gets all workflow instances previous to the specified dateWorkflowServiceDatabaseImpl.getWorkflowInstancesForCleanup(WorkflowInstance.WorkflowState state, Date dateCreated) Gets all workflow instances previous to the specified datestatic booleanWorkflowUtil.isActive(WorkflowInstance.WorkflowState workflowState) Deprecated.WorkflowInstance.WorkflowState.Adapter.marshal(WorkflowInstance.WorkflowState workflowState) voidWorkflowInstance.setState(WorkflowInstance.WorkflowState state) voidWorkflowStateMappingImpl.setState(WorkflowInstance.WorkflowState state) Constructors in org.opencastproject.workflow.api with parameters of type WorkflowInstance.WorkflowStateModifierConstructorDescriptionWorkflowInstance(long id, WorkflowInstance.WorkflowState state, String template, String title, String description, String creatorName, String organizationId, Date dateCreated, Date dateCompleted, MediaPackage mediaPackage, List<WorkflowOperationInstance> operations, Map<String, String> configurations, String mediaPackageId, String seriesId) WorkflowStateListener(Long workflowInstanceId, WorkflowInstance.WorkflowState... states) Constructs a workflow listener for a single workflow instance.WorkflowStateListener(Set<Long> workflowInstanceIds, WorkflowInstance.WorkflowState... states) Constructs a workflow listener for a set of workflow instances.Constructs a workflow listener for all workflow instances.Constructs a workflow listener for all workflow instances.WorkflowStateMappingImpl(WorkflowInstance.WorkflowState state, String value) -
Uses of WorkflowInstance.WorkflowState in org.opencastproject.workflow.endpoint
Methods in org.opencastproject.workflow.endpoint with parameters of type WorkflowInstance.WorkflowStateModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseWorkflowRestService.getCount(WorkflowInstance.WorkflowState state, String operation) -
Uses of WorkflowInstance.WorkflowState in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl with parameters of type WorkflowInstance.WorkflowStateModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.cleanupWorkflowInstances(int buffer, WorkflowInstance.WorkflowState state) longWorkflowServiceImpl.countWorkflowInstances(WorkflowInstance.WorkflowState state) Gets the total number of workflows that have been created to date and that match the workflow state which might benull. -
Uses of WorkflowInstance.WorkflowState in org.opencastproject.workflow.remote
Methods in org.opencastproject.workflow.remote with parameters of type WorkflowInstance.WorkflowStateModifier and TypeMethodDescriptionvoidWorkflowServiceRemoteImpl.cleanupWorkflowInstances(int lifetime, WorkflowInstance.WorkflowState state) longWorkflowServiceRemoteImpl.countWorkflowInstances(WorkflowInstance.WorkflowState state) Gets the total number of workflows that have been created to date and that match the workflow state which might benull.