Uses of Interface
org.opencastproject.job.api.Incident
Packages that use Incident
Package
Description
Service implementation classes
-
Uses of Incident in org.opencastproject.email.template.impl
Constructor parameters in org.opencastproject.email.template.impl with type arguments of type Incident -
Uses of Incident in org.opencastproject.job.api
Classes in org.opencastproject.job.api that implement IncidentFields in org.opencastproject.job.api with type parameters of type IncidentModifier and TypeFieldDescriptionstatic final Function<Incident, JaxbIncident> JaxbIncident.mkFnstatic final Function<JaxbIncident, Incident> JaxbIncident.toIncidentFnMethods in org.opencastproject.job.api that return IncidentMethods in org.opencastproject.job.api that return types with arguments of type IncidentModifier and TypeMethodDescriptionIncidentTree.getIncidents()Return the incidents of the job associated with this tree.IncidentTreeImpl.getIncidents()static Function<Incident, JaxbIncidentDigest> JaxbIncidentDigest.mkFn(IncidentService svc, Locale locale) static Function<Incident, JaxbIncidentFull> JaxbIncidentFull.mkFn(IncidentService svc, Locale locale) Constructors in org.opencastproject.job.api with parameters of type IncidentModifierConstructorDescriptionJaxbIncident(Incident incident) JaxbIncidentDigest(Incident incident, IncidentL10n l10n) JaxbIncidentFull(Incident incident, IncidentL10n l10n) Constructor parameters in org.opencastproject.job.api with type arguments of type IncidentModifierConstructorDescriptionIncidentTreeImpl(List<Incident> incidents, List<IncidentTree> descendants) JaxbIncidentDigestList(IncidentService svc, Locale locale, List<Incident> incidents) JaxbIncidentFullList(IncidentService svc, Locale locale, List<Incident> incidents) JaxbIncidentList(List<Incident> incidents) -
Uses of Incident in org.opencastproject.serviceregistry.api
Methods in org.opencastproject.serviceregistry.api that return IncidentModifier and TypeMethodDescriptionIncidentService.getIncident(long id) Gets a job incident by a given incident identifier.IncidentService.storeIncident(Job job, Date timestamp, String code, Incident.Severity severity, Map<String, String> descriptionParameters, List<Tuple<String, String>> details) Stores a new job incident.Methods in org.opencastproject.serviceregistry.api that return types with arguments of type IncidentModifier and TypeMethodDescriptionIncidentService.getIncidentsOfJob(List<Long> jobIds) Get the directly related incidents of all given jobs and return them concatenated into a single list. -
Uses of Incident in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that return IncidentModifier and TypeMethodDescriptionAbstractIncidentService.getIncident(long id) AbstractIncidentService.storeIncident(Job job, Date timestamp, String code, Incident.Severity severity, Map<String, String> descriptionParameters, List<Tuple<String, String>> details) Methods in org.opencastproject.serviceregistry.impl that return types with arguments of type Incident