Package com.avoka.fc.core.entity
Class TemplateVersionDeployment
java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
com.avoka.core.entity.BaseEntity
com.avoka.fc.core.entity.auto._TemplateVersionDeployment
com.avoka.fc.core.entity.TemplateVersionDeployment
- All Implemented Interfaces:
IEntity,Serializable,org.apache.cayenne.DataObject,org.apache.cayenne.Persistent,org.apache.cayenne.Validating
Provides an entity that records a template version change (either having occurred in the past or scheduled for the future).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates that the deployment entry has been processed successfullystatic final StringIndicates that the deployment entry could not be successfully processedstatic final StringIndicates that the deployment entry is yet to be processedstatic final StringIndicates that the deployment entry was skipped during processing (e.g.Fields inherited from class com.avoka.fc.core.entity.auto._TemplateVersionDeployment
DEPLOYMENT_TIME, DEPLOYMENT_TIME_PROPERTY, FORM, FORM_PROPERTY, MESSAGE, MESSAGE_PROPERTY, STATUS, STATUS_PROPERTY, TEMPLATE_VERSION_DEPLOY_OID_PK_COLUMN, VERSION_NUMBER, VERSION_NUMBER_PROPERTYFields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTYFields inherited from class org.apache.cayenne.CayenneDataObject
valuesFields inherited from class org.apache.cayenne.BaseDataObject
snapshotVersionFields inherited from class org.apache.cayenne.PersistentObject
objectContext, objectId, persistenceStateFields inherited from interface org.apache.cayenne.DataObject
DEFAULT_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisReady()Returns whether the deployment entry is in status "Ready"Methods inherited from class com.avoka.fc.core.entity.auto._TemplateVersionDeployment
getDeploymentTime, getForm, getMessage, getStatus, getVersionNumber, setDeploymentTime, setForm, setMessage, setStatus, setVersionNumberMethods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toStringMethods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeStateMethods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerializedMethods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Field Details
-
DEPLOYMENT_STATUS_READY
Indicates that the deployment entry is yet to be processed- See Also:
-
DEPLOYMENT_STATUS_COMPLETED
Indicates that the deployment entry has been processed successfully- See Also:
-
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
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
-