Class TemplateVersionDeployment

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

    public class TemplateVersionDeployment
    extends _TemplateVersionDeployment
    Provides an entity that records a template version change (either having occurred in the past or scheduled for the future).
    See Also:
    Serialized Form
    • Field Detail

      • DEPLOYMENT_STATUS_READY

        public static final String DEPLOYMENT_STATUS_READY
        Indicates that the deployment entry is yet to be processed
        See Also:
        Constant Field Values
      • DEPLOYMENT_STATUS_COMPLETED

        public static final String DEPLOYMENT_STATUS_COMPLETED
        Indicates that the deployment entry has been processed successfully
        See Also:
        Constant Field Values
      • DEPLOYMENT_STATUS_SKIPPED

        public static final String DEPLOYMENT_STATUS_SKIPPED
        Indicates that the deployment entry was skipped during processing (e.g. because no matching template version was found)
        See Also:
        Constant Field Values
      • DEPLOYMENT_STATUS_ERROR

        public static final String DEPLOYMENT_STATUS_ERROR
        Indicates that the deployment entry could not be successfully processed
        See Also:
        Constant Field Values
    • Constructor Detail

      • TemplateVersionDeployment

        public TemplateVersionDeployment()
    • Method Detail

      • isReady

        public boolean isReady()
        Returns whether the deployment entry is in status "Ready"
        Returns:
        true if the status is DEPLOYMENT_STATUS_READY