Uses of Interface
org.opencastproject.job.api.IncidentTree
Packages that use IncidentTree
Package
Description
Service implementation classes
-
Uses of IncidentTree in org.opencastproject.job.api
Classes in org.opencastproject.job.api that implement IncidentTreeFields in org.opencastproject.job.api with type parameters of type IncidentTreeModifier and TypeFieldDescriptionstatic final Function<IncidentTree, JaxbIncidentTree> JaxbIncidentTree.mkFnstatic final Function<JaxbIncidentTree, IncidentTree> JaxbIncidentTree.toIncidentTreeFnMethods in org.opencastproject.job.api that return IncidentTreeMethods in org.opencastproject.job.api that return types with arguments of type IncidentTreeModifier and TypeMethodDescriptionIncidentTree.getDescendants()Return all incidents of the job's descendants.IncidentTreeImpl.getDescendants()JaxbIncidentDigestTree.mkFn(IncidentService svc, Locale locale) static Function<IncidentTree, JaxbIncidentFullTree> JaxbIncidentFullTree.mkFn(IncidentService svc, Locale locale) Constructors in org.opencastproject.job.api with parameters of type IncidentTreeModifierConstructorDescriptionJaxbIncidentDigestTree(IncidentService svc, Locale locale, IncidentTree tree) JaxbIncidentFullTree(IncidentService svc, Locale locale, IncidentTree tree) JaxbIncidentTree(IncidentTree tree) -
Uses of IncidentTree in org.opencastproject.serviceregistry.api
Methods in org.opencastproject.serviceregistry.api that return IncidentTreeModifier and TypeMethodDescriptionIncidentService.getIncidentsOfJob(long jobId, boolean cascade) Get the hierarchy of incidents for a given job identifier.