Uses of Class
org.opencastproject.serviceregistry.api.IncidentServiceException
Packages that use IncidentServiceException
Package
Description
Service implementation classes
-
Uses of IncidentServiceException in org.opencastproject.job.api
Constructors in org.opencastproject.job.api that throw IncidentServiceExceptionModifierConstructorDescriptionJaxbIncidentDigestList(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) JaxbIncidentList(List<Incident> incidents) JaxbIncidentTree(IncidentTree tree) -
Uses of IncidentServiceException in org.opencastproject.serviceregistry.api
Methods in org.opencastproject.serviceregistry.api that throw IncidentServiceExceptionModifier and TypeMethodDescriptionIncidentService.getIncident(long id) Gets a job incident by a given incident identifier.IncidentService.getIncidentsOfJob(long jobId, boolean cascade) Get the hierarchy of incidents for a given job identifier.IncidentService.getIncidentsOfJob(List<Long> jobIds) Get the directly related incidents of all given jobs and return them concatenated into a single list.IncidentService.getLocalization(long id, Locale locale) Gets the localized texts for an incident by a given incident identifier and locale.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.