Class JobStatusHistoryDao


public class JobStatusHistoryDao extends AbstractDao
Provides a DAO for the Collaboration Job Status History entity.
Since:
18.05.0
See Also:
  • Constructor Details

    • JobStatusHistoryDao

      public JobStatusHistoryDao()
  • Method Details

    • getObjectForPk

      public JobStatusHistory getObjectForPk(Object jobStatusHistoryId)
      Return the job status history for the given OID.
      Parameters:
      jobStatusHistoryId - the job status history OID
      Returns:
      the matching job status history, if one exists
    • getStatusHistoryForLicensing

      public org.apache.cayenne.ResultIterator<JobStatusHistory> getStatusHistoryForLicensing()
      Return up to 100,000 collaboration job status entries that have not yet been published for licensing
      Returns:
      a result iterator for matching job status history entries