| Package | Description |
|---|---|
| org.opencastproject.job.api | |
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
IncidentTreeImpl |
| Modifier and Type | Field and Description |
|---|---|
static Function<IncidentTree,JaxbIncidentTree> |
JaxbIncidentTree.mkFn |
static Function<JaxbIncidentTree,IncidentTree> |
JaxbIncidentTree.toIncidentTreeFn |
| Modifier and Type | Method and Description |
|---|---|
IncidentTree |
JaxbIncidentTree.toIncidentTree() |
| Modifier and Type | Method and Description |
|---|---|
List<IncidentTree> |
IncidentTree.getDescendants()
Return all incidents of the job's descendants.
|
List<IncidentTree> |
IncidentTreeImpl.getDescendants() |
static Function<IncidentTree,JaxbIncidentDigestTree> |
JaxbIncidentDigestTree.mkFn(IncidentService svc,
Locale locale) |
static Function<IncidentTree,JaxbIncidentFullTree> |
JaxbIncidentFullTree.mkFn(IncidentService svc,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
static List<Incident> |
IncidentUtil.concat(IncidentTree tree)
Concat a tree of incidents into a list.
|
| Constructor and Description |
|---|
JaxbIncidentDigestTree(IncidentService svc,
Locale locale,
IncidentTree tree) |
JaxbIncidentFullTree(IncidentService svc,
Locale locale,
IncidentTree tree) |
JaxbIncidentTree(IncidentTree tree) |
| Constructor and Description |
|---|
IncidentTreeImpl(List<Incident> incidents,
List<IncidentTree> descendants) |
| Modifier and Type | Method and Description |
|---|---|
IncidentTree |
IncidentService.getIncidentsOfJob(long jobId,
boolean cascade)
Get the hierarchy of incidents for a given job identifier.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.