Class TemplateVersionDeployment

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
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:
  • Field Details

    • DEPLOYMENT_STATUS_READY

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

      public static final String DEPLOYMENT_STATUS_COMPLETED
      Indicates that the deployment entry has been processed successfully
      See Also:
    • 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:
    • DEPLOYMENT_STATUS_ERROR

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

    • TemplateVersionDeployment

      public TemplateVersionDeployment()
  • Method Details

    • isReady

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