Class JobActionDao


public class JobActionDao extends AbstractDao
Provides a Collaboration Job Action DAO class.
Since:
4.0.0
  • Constructor Details

    • JobActionDao

      public JobActionDao()
  • Method Details

    • getJobActionForID

      public JobAction getJobActionForID(Object id)
      Return the Job Action for the given action primary key, or null if not found
      Parameters:
      id - the Job Action primary key
      Returns:
      the Job Action for the given primary key
    • getJobActionForKey

      public JobAction getJobActionForKey(String jobActionKey)
      Return the Job Action for the specified job action key, or null if not found.
      Parameters:
      jobActionKey - the unique job action key (required)
      Returns:
      the Job Action for the specified job action key, or null if not found
    • getActionsForJobStep

      public List<JobAction> getActionsForJobStep(Object jobStepId)
      Return the list of actions for the job step with the given ID, sorted by action sequence and then action id.
      Parameters:
      jobStepId - the OID of the job step (required)
      Returns:
      the list of matching job actions