Class JobStep

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

    public class JobStep
    extends _JobStep
    Provides a Collaboration Job Step entity.
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • JobStep

        public JobStep()
    • Method Detail

      • isStatusCancelled

        public boolean isStatusCancelled()
        Returns:
        true if the status is "Cancelled"
      • isStatusCompleted

        public boolean isStatusCompleted()
        Returns:
        true if the status is "Completed"
      • isStatusExpired

        public boolean isStatusExpired()
        Returns:
        true if the status is "Expired"
      • isStatusInProgress

        public boolean isStatusInProgress()
        Returns:
        true if the status is "In Progress"
      • isTypeEndpoint

        public boolean isTypeEndpoint()
        Returns:
        true is "endpoint" step type
      • hasScheduledCompletionExpired

        public boolean hasScheduledCompletionExpired()
        Return true if the step has expired or false otherwise.
        Returns:
        true if the step has expired or false otherwise.
      • getJobActionMap

        public Map<String,​JobAction> getJobActionMap()
        Returns:
        an map of Job Actions keyed on job action name.
      • getOrderedJobActions

        public List<JobAction> getOrderedJobActions()
        Returns:
        the list of job actions ordered by id.
      • toString

        public String toString()
        Overrides:
        toString in class BaseEntity
        Returns:
        the string representation of this object.