Uses of Interface
org.opencastproject.workflow.api.WorkflowService
Packages that use WorkflowService
Package
Description
Workflow REST and WSDL Service endpoints
-
Uses of WorkflowService in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that return WorkflowServiceModifier and TypeMethodDescriptionabstract WorkflowServiceAbstractEventEndpoint.getWorkflowService()OsgiEventEndpoint.getWorkflowService()Methods in org.opencastproject.adminui.endpoint with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidJobEndpoint.setWorkflowService(WorkflowService workflowService) OSGi callback for the workflow service.voidOsgiEventEndpoint.setWorkflowService(WorkflowService workflowService) OSGi DI.voidTasksEndpoint.setWorkflowService(WorkflowService workflowService) OSGi callback for the workflow service.voidUsersEndpoint.setWorkflowService(WorkflowService workflowService) -
Uses of WorkflowService in org.opencastproject.assetmanager.util
Constructors in org.opencastproject.assetmanager.util with parameters of type WorkflowService -
Uses of WorkflowService in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint that return WorkflowServiceMethods in org.opencastproject.external.endpoint with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidEventsEndpoint.setWorkflowService(WorkflowService workflowService) OSGi DIvoidWorkflowDefinitionsEndpoint.setWorkflowService(WorkflowService workflowService) OSGi DIvoidWorkflowsEndpoint.setWorkflowService(WorkflowService workflowService) OSGi DI -
Uses of WorkflowService in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidIndexServiceImpl.setWorkflowService(WorkflowService workflowService) OSGi DI. -
Uses of WorkflowService in org.opencastproject.index.service.resources.list.provider
Methods in org.opencastproject.index.service.resources.list.provider with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidJobsListProvider.setWorkflowService(WorkflowService workflowService) OSGi callback for the workflow service. -
Uses of WorkflowService in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidIngestServiceImpl.setWorkflowService(WorkflowService workflowService) -
Uses of WorkflowService in org.opencastproject.lti.service.impl
Methods in org.opencastproject.lti.service.impl with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidLtiServiceImpl.setWorkflowService(WorkflowService workflowService) OSGi DI -
Uses of WorkflowService in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that return WorkflowServiceModifier and TypeMethodDescriptionprotected abstract WorkflowServiceAbstractIncidentService.getWorkflowService()protected WorkflowServiceOsgiIncidentService.getWorkflowService()Methods in org.opencastproject.serviceregistry.impl with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidOsgiIncidentService.setWorkflowService(WorkflowService workflowService) Sets the workflow service -
Uses of WorkflowService in org.opencastproject.transcription.amberscript
Methods in org.opencastproject.transcription.amberscript with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidAmberscriptTranscriptionService.setWorkflowService(WorkflowService service) -
Uses of WorkflowService in org.opencastproject.transcription.googlespeech
Methods in org.opencastproject.transcription.googlespeech with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidGoogleSpeechTranscriptionService.setWorkflowService(WorkflowService service) -
Uses of WorkflowService in org.opencastproject.transcription.ibmwatson
Methods in org.opencastproject.transcription.ibmwatson with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidIBMWatsonTranscriptionService.setWorkflowService(WorkflowService service) -
Uses of WorkflowService in org.opencastproject.transcription.microsoft.azure
Methods in org.opencastproject.transcription.microsoft.azure with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidMicrosoftAzureTranscriptionService.setWorkflowService(WorkflowService service) -
Uses of WorkflowService in org.opencastproject.workflow.endpoint
Methods in org.opencastproject.workflow.endpoint with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidWorkflowRestService.setService(WorkflowService service) Sets the workflow service -
Uses of WorkflowService in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow with parameters of type WorkflowServiceModifier and TypeMethodDescriptionvoidIncludeWorkflowOperationHandler.setWorkflowService(WorkflowService service) OSGi DI.voidStartWorkflowWorkflowOperationHandler.setWorkflowService(WorkflowService workflowService) Callback for the OSGi declarative services configuration. -
Uses of WorkflowService in org.opencastproject.workflow.impl
Classes in org.opencastproject.workflow.impl that implement WorkflowServiceModifier and TypeClassDescriptionclassImplements WorkflowService with in-memory data structures to hold WorkflowOperations and WorkflowInstances.Methods in org.opencastproject.workflow.impl that return WorkflowServiceMethods in org.opencastproject.workflow.impl with parameters of type WorkflowServiceModifier and TypeMethodDescriptionprotected voidAbstractWorkflowBufferScanner.bindWorkflowService(WorkflowService workflowService) OSGi callback to set workflow servicevoidWorkflowCleanupScanner.bindWorkflowService(WorkflowService workflowService) -
Uses of WorkflowService in org.opencastproject.workflow.remote
Classes in org.opencastproject.workflow.remote that implement WorkflowServiceModifier and TypeClassDescriptionclassAn implementation of the workflow service that communicates with a remote workflow service via HTTP.