| Package | Description |
|---|---|
| org.opencastproject.job.api | |
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Constructor and Description |
|---|
JaxbIncidentDigestList(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) |
| Modifier and Type | Method and Description |
|---|---|
Incident |
IncidentService.getIncident(long id)
Gets a job incident by a given incident identifier.
|
List<Incident> |
IncidentService.getIncidentsOfJob(List<Long> jobIds)
Get the directly related incidents of all given jobs and return them concatenated into a single list.
|
IncidentTree |
IncidentService.getIncidentsOfJob(long jobId,
boolean cascade)
Get the hierarchy of incidents for a given job identifier.
|
IncidentL10n |
IncidentService.getLocalization(long id,
Locale locale)
Gets the localized texts for an incident by a given incident identifier and locale.
|
Incident |
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.
|
Copyright © 2009–2020 Opencast Project. All rights reserved.