Uses of Interface
org.opencastproject.serviceregistry.api.IncidentService
Packages that use IncidentService
Package
Description
Service implementation classes
-
Uses of IncidentService in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint with parameters of type IncidentServiceModifier and TypeMethodDescriptionvoidJobEndpoint.setIncidentService(IncidentService incidentService) OSGi callback for the incident service. -
Uses of IncidentService in org.opencastproject.email.template.impl
Methods in org.opencastproject.email.template.impl with parameters of type IncidentServiceModifier and TypeMethodDescriptionvoidEmailTemplateServiceImpl.setIncidentService(IncidentService incidentService) Callback for OSGi to unset theIncidentService. -
Uses of IncidentService in org.opencastproject.job.api
Methods in org.opencastproject.job.api with parameters of type IncidentServiceModifier and TypeMethodDescriptionstatic Function<Incident, JaxbIncidentDigest> JaxbIncidentDigest.mkFn(IncidentService svc, Locale locale) JaxbIncidentDigestTree.mkFn(IncidentService svc, Locale locale) static Function<Incident, JaxbIncidentFull> JaxbIncidentFull.mkFn(IncidentService svc, Locale locale) static Function<IncidentTree, JaxbIncidentFullTree> JaxbIncidentFullTree.mkFn(IncidentService svc, Locale locale) Constructors in org.opencastproject.job.api with parameters of type IncidentServiceModifierConstructorDescriptionJaxbIncidentDigestList(IncidentService svc, Locale locale, List<Incident> incidents) JaxbIncidentDigestTree(IncidentService svc, Locale locale, IncidentTree tree) JaxbIncidentFullList(IncidentService svc, Locale locale, List<Incident> incidents) JaxbIncidentFullTree(IncidentService svc, Locale locale, IncidentTree tree) -
Uses of IncidentService in org.opencastproject.serviceregistry.api
Constructors in org.opencastproject.serviceregistry.api with parameters of type IncidentServiceModifierConstructorDescriptionIncidents(ServiceRegistry sr, IncidentService is) ServiceRegistryInMemoryImpl(JobProducer service, float maxLoad, SecurityService securityService, UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, IncidentService incidentService) ServiceRegistryInMemoryImpl(JobProducer service, SecurityService securityService, UserDirectoryService userDirectoryService, OrganizationDirectoryService organizationDirectoryService, IncidentService incidentService) -
Uses of IncidentService in org.opencastproject.serviceregistry.impl
Classes in org.opencastproject.serviceregistry.impl that implement IncidentServiceFields in org.opencastproject.serviceregistry.impl declared as IncidentServiceModifier and TypeFieldDescriptionprotected IncidentServiceServiceRegistryJpaImpl.incidentServiceMethods in org.opencastproject.serviceregistry.impl with parameters of type IncidentServiceModifier and TypeMethodDescriptionvoidServiceRegistryJpaImpl.setIncidentService(IncidentService incidentService) OSGi DI.voidServiceRegistryJpaImpl.unsetIncidentService(IncidentService incidentService) -
Uses of IncidentService in org.opencastproject.serviceregistry.impl.endpoint
Fields in org.opencastproject.serviceregistry.impl.endpoint declared as IncidentServiceModifier and TypeFieldDescriptionprotected IncidentServiceIncidentServiceEndpoint.svcThe incident serviceMethods in org.opencastproject.serviceregistry.impl.endpoint with parameters of type IncidentServiceModifier and TypeMethodDescriptionvoidIncidentServiceEndpoint.setIncidentService(IncidentService incidentService) OSGi callback for setting the incident service.