Uses of Interface
org.opencastproject.serviceregistry.api.IncidentService
Packages that use IncidentService
Package
Description
Service implementation classes
-
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)