Uses of Interface
org.opencastproject.capture.admin.api.CaptureAgentStateService
Packages that use CaptureAgentStateService
Package
Description
Capture-admin REST and WSDL Service endpoints
Capture-admin service implementation classes.
-
Uses of CaptureAgentStateService in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that return CaptureAgentStateServiceModifier and TypeMethodDescriptionabstract CaptureAgentStateServiceAbstractEventEndpoint.getCaptureAgentStateService()OsgiEventEndpoint.getCaptureAgentStateService()Methods in org.opencastproject.adminui.endpoint with parameters of type CaptureAgentStateServiceModifier and TypeMethodDescriptionvoidCaptureAgentsEndpoint.setCaptureAgentService(CaptureAgentStateService service) Sets the capture agent servicevoidOsgiEventEndpoint.setCaptureAgentStateService(CaptureAgentStateService captureAgentStateService) OSGi DI. -
Uses of CaptureAgentStateService in org.opencastproject.adopter.registration
Methods in org.opencastproject.adopter.registration with parameters of type CaptureAgentStateServiceModifier and TypeMethodDescriptionvoidAdopterRegistrationServiceImpl.setCaptureAdminService(CaptureAgentStateService stateService) -
Uses of CaptureAgentStateService in org.opencastproject.capture.admin.endpoint
Methods in org.opencastproject.capture.admin.endpoint with parameters of type CaptureAgentStateServiceModifier and TypeMethodDescriptionvoidCaptureAgentStateRestService.setService(CaptureAgentStateService service) voidCaptureAgentStateRestService.unsetService(CaptureAgentStateService service) -
Uses of CaptureAgentStateService in org.opencastproject.capture.admin.impl
Classes in org.opencastproject.capture.admin.impl that implement CaptureAgentStateServiceModifier and TypeClassDescriptionclassIMPL for the capture-admin service (MH-1336, MH-1394, MH-1457, MH-1475 and MH-1476).Methods in org.opencastproject.capture.admin.impl with parameters of type CaptureAgentStateServiceModifier and TypeMethodDescriptionvoidCaptureAgentAdminRoleProviderImpl.setCaptureAgentStateService(CaptureAgentStateService service) -
Uses of CaptureAgentStateService in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint that return CaptureAgentStateServiceModifier and TypeMethodDescriptionCaptureAgentsEndpoint.getAgentStateService()OSGi DIEventsEndpoint.getAgentStateService()OSGi DIMethods in org.opencastproject.external.endpoint with parameters of type CaptureAgentStateServiceModifier and TypeMethodDescriptionvoidCaptureAgentsEndpoint.setAgentStateService(CaptureAgentStateService agentStateService) OSGi DIvoidEventsEndpoint.setAgentStateService(CaptureAgentStateService agentStateService) OSGi DI -
Uses of CaptureAgentStateService in org.opencastproject.external.util
Methods in org.opencastproject.external.util with parameters of type CaptureAgentStateServiceModifier and TypeMethodDescriptionstatic List<MediaPackage> SchedulingUtils.getConflictingEvents(SchedulingUtils.SchedulingInfo schedulingInfo, CaptureAgentStateService agentStateService, SchedulerService schedulerService) Get the conflicting events for the given SchedulingInfo. -
Uses of CaptureAgentStateService in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type CaptureAgentStateServiceModifier and TypeMethodDescriptionvoidIndexServiceImpl.setCaptureAgentStateService(CaptureAgentStateService captureAgentStateService) OSGi DI. -
Uses of CaptureAgentStateService in org.opencastproject.index.service.resources.list.provider
Methods in org.opencastproject.index.service.resources.list.provider with parameters of type CaptureAgentStateServiceModifier and TypeMethodDescriptionvoidAgentsListProvider.setCaptureAgentService(CaptureAgentStateService service) OSGi callback for capture-agents services. -
Uses of CaptureAgentStateService in org.opencastproject.liveschedule.impl
Methods in org.opencastproject.liveschedule.impl with parameters of type CaptureAgentStateServiceModifier and TypeMethodDescriptionvoidLiveScheduleServiceImpl.setCaptureAgentService(CaptureAgentStateService service) -
Uses of CaptureAgentStateService in org.opencastproject.scheduler.endpoint
Methods in org.opencastproject.scheduler.endpoint with parameters of type CaptureAgentStateServiceModifier and TypeMethodDescriptionvoidSchedulerRestService.setCaptureAgentStateService(CaptureAgentStateService agentService) Method to set the capture agent state service this REST endpoint usesvoidSchedulerRestService.unsetCaptureAgentStateService(CaptureAgentStateService agentService) Method to unset the capture agent state service this REST endpoint uses