Package org.opencastproject.job.api
Interface IncidentTree
- All Known Implementing Classes:
IncidentTreeImpl
public interface IncidentTree
A tree of incidents of a tree of jobs.
-
Method Summary
Modifier and TypeMethodDescriptionReturn all incidents of the job's descendants.Return the incidents of the job associated with this tree.
-
Method Details
-
getIncidents
Return the incidents of the job associated with this tree. -
getDescendants
List<IncidentTree> getDescendants()Return all incidents of the job's descendants.
-