Uses of Class
org.opencastproject.serviceregistry.impl.IncidentDto
Packages that use IncidentDto
-
Uses of IncidentDto in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that return IncidentDtoModifier and TypeMethodDescriptionstatic IncidentDtoIncidentDto.mk(Long jobId, Date date, String code, Incident.Severity severity, Map<String, String> parameters, List<Tuple<String, String>> details) Constructor method.Methods in org.opencastproject.serviceregistry.impl that return types with arguments of type IncidentDtoModifier and TypeMethodDescriptionstatic Function<javax.persistence.EntityManager, List<IncidentDto>> IncidentDto.findByJobIdQuery(long jobId)