Class ApplicationDocumentStatus

All Implemented Interfaces:
Serializable, Cloneable, org.apache.ojb.broker.PersistenceBrokerAware, org.eclipse.persistence.descriptors.changetracking.ChangeTracker, org.eclipse.persistence.internal.descriptors.PersistenceEntity, org.eclipse.persistence.internal.descriptors.PersistenceObject, org.eclipse.persistence.internal.weaving.PersistenceWeaved, org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking, org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups, org.eclipse.persistence.internal.weaving.PersistenceWeavedRest, org.eclipse.persistence.queries.FetchGroupTracker, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject

@Entity public class ApplicationDocumentStatus extends PersistableBusinessObjectBase
Model bean representing the valid application document statuses for a document type An instance of this class represents a single valid status for a given document type. The purpose of the Application Document Status is to provide an alternative to the KEW Route Status. Some documents may have a variety of statuses relating to where they are in their lifecycle. The application document status provides a means to for a document type to have its own set of statuses. A policy defined in the document type definition for a document determines if the Application Document Status is to be used. In the document definition, a list of valid application statuses for the document may also be defined. If the list of valid statuses are not defined, then any status value may be assigned by the client.
Author:
Dan Seibert
See Also:
  • Constructor Details

    • ApplicationDocumentStatus

      public ApplicationDocumentStatus()
  • Method Details