Class JobEventLogDao


  • public class JobEventLogDao
    extends BaseDao
    Provides a DAO for the JobEventLog entity.
    Since:
    4.0.0
    • Constructor Detail

      • JobEventLogDao

        public JobEventLogDao()
    • Method Detail

      • getEventsForJob

        public List<JobEventLog> getEventsForJob​(Object jobId)
        Return the list of events for the job with the given ID, sorted by creation time in ascending order.
        Parameters:
        jobId - the OID of the job (required)
        Returns:
        the list of matching job events
      • getEventsForJobAction

        public List<JobEventLog> getEventsForJobAction​(Object jobActionId)
        Return the list of events for the job action with the given ID, sorted by creation time in ascending order.
        Parameters:
        jobActionId - the OID of the job action (required)
        Returns:
        the list of matching job events