| Package | Description |
|---|---|
| org.opencastproject.job.api | |
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
IncidentImpl |
| Modifier and Type | Field and Description |
|---|---|
static Function<Incident,JaxbIncident> |
JaxbIncident.mkFn |
static Function<JaxbIncident,Incident> |
JaxbIncident.toIncidentFn |
| Modifier and Type | Method and Description |
|---|---|
Incident |
JaxbIncident.toIncident() |
| Modifier and Type | Method and Description |
|---|---|
static List<Incident> |
IncidentUtil.concat(IncidentTree tree)
Concat a tree of incidents into a list.
|
List<Incident> |
IncidentTree.getIncidents()
Return the incidents of the job associated with this tree.
|
List<Incident> |
IncidentTreeImpl.getIncidents() |
static Function<Incident,JaxbIncidentFull> |
JaxbIncidentFull.mkFn(IncidentService svc,
Locale locale) |
static Function<Incident,JaxbIncidentDigest> |
JaxbIncidentDigest.mkFn(IncidentService svc,
Locale locale) |
List<Incident> |
JaxbIncidentList.toIncidents() |
| Constructor and Description |
|---|
JaxbIncident(Incident incident) |
JaxbIncidentDigest(Incident incident,
IncidentL10n l10n) |
JaxbIncidentFull(Incident incident,
IncidentL10n l10n) |
| Constructor and Description |
|---|
IncidentTreeImpl(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) |
| Modifier and Type | Method and Description |
|---|---|
Incident |
IncidentService.getIncident(long id)
Gets a job incident by a given incident identifier.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Incident> |
IncidentService.getIncidentsOfJob(List<Long> jobIds)
Get the directly related incidents of all given jobs and return them concatenated into a single list.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.