Class PromotionLog

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

    public class PromotionLog
    extends _PromotionLog
    Provides a record of a form being promoted to a certain status, such as "Ready For Production".
    See Also:
    Serialized Form
    • Field Detail

      • PROMOTION_STATUS_DEVELOPMENT

        public static final String PROMOTION_STATUS_DEVELOPMENT
        Initial status of a form, indicating that it is in development
        See Also:
        Constant Field Values
      • PROMOTION_STATUS_READY_FOR_TEST

        public static final String PROMOTION_STATUS_READY_FOR_TEST
        Status indicating that a form is ready to be tested
        See Also:
        Constant Field Values
      • PROMOTION_STATUS_TEST_FAILED

        public static final String PROMOTION_STATUS_TEST_FAILED
        Status indicating that a form failed acceptance tests
        See Also:
        Constant Field Values
      • PROMOTION_STATUS_TEST_PASSED

        public static final String PROMOTION_STATUS_TEST_PASSED
        Status indicating that a form passed acceptance tests
        See Also:
        Constant Field Values
      • PROMOTION_STATUS_READY_FOR_PRODUCTION

        public static final String PROMOTION_STATUS_READY_FOR_PRODUCTION
        Status indicating that a form has been approved for promotion to production
        See Also:
        Constant Field Values
      • PROMOTION_STATUS_NOT_READY_FOR_PRODUCTION

        public static final String PROMOTION_STATUS_NOT_READY_FOR_PRODUCTION
        Status indicating that a form has not been approved for production
        See Also:
        Constant Field Values
      • PROMOTION_STATUS_PRODUCTION

        public static final String PROMOTION_STATUS_PRODUCTION
        Status indicating that a form is in production
        See Also:
        Constant Field Values
      • PROMOTION_Status_Values

        public static final String[] PROMOTION_Status_Values
        The full set of promotion status values
    • Constructor Detail

      • PromotionLog

        public PromotionLog()
    • Method Detail

      • isReadyForProductionStatus

        public boolean isReadyForProductionStatus()
        Checks if is ready for production status.
        Returns:
        true, if is ready for production status
      • isProductionStatus

        public boolean isProductionStatus()
        Checks if is production status.
        Returns:
        true, if is production status