Class IncidentDto
java.lang.Object
org.opencastproject.serviceregistry.impl.IncidentDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Function<javax.persistence.EntityManager, List<IncidentDto>> findByJobIdQuery(long jobId) getCode()getId()longgetJobId()org.opencastproject.job.api.Incident.Severitystatic IncidentDtomk(Long jobId, Date date, String code, org.opencastproject.job.api.Incident.Severity severity, Map<String, String> parameters, List<org.opencastproject.util.data.Tuple<String, String>> details) Constructor method.
-
Constructor Details
-
IncidentDto
public IncidentDto()
-
-
Method Details
-
mk
public static IncidentDto mk(Long jobId, Date date, String code, org.opencastproject.job.api.Incident.Severity severity, Map<String, String> parameters, List<org.opencastproject.util.data.Tuple<String, String>> details) Constructor method. -
getId
-
getJobId
public long getJobId() -
getTimestamp
- See Also:
-
getSeverity
public org.opencastproject.job.api.Incident.Severity getSeverity()- See Also:
-
getCode
- See Also:
-
getTechnicalInformation
- See Also:
-
getParameters
- See Also:
-
findByJobIdQuery
public static Function<javax.persistence.EntityManager,List<IncidentDto>> findByJobIdQuery(long jobId)
-