Uses of Class
com.logicaldoc.core.PersistentObject
-
Packages that use PersistentObject Package Description com.logicaldoc.core Core plug-in that contains the most important domain objectscom.logicaldoc.core.communication com.logicaldoc.core.contact com.logicaldoc.core.dashlet com.logicaldoc.core.document com.logicaldoc.core.folder Contains the definitions ofFolderas well as other related objectscom.logicaldoc.core.generic Contains the definitions ofGenericthat is a persistent object used as a general way to store informations in the databasecom.logicaldoc.core.metadata Package that collects the template and attribute sets definitions.
Many objects of the LogicalDOC platform are extensible and can store your custom metadata, they are all those that extends theExtensibleObject.com.logicaldoc.core.searchengine The core of the search engine.com.logicaldoc.core.searchengine.saved Classes related to saved searchescom.logicaldoc.core.security com.logicaldoc.core.sequence com.logicaldoc.core.ticket com.logicaldoc.webservice -
-
Uses of PersistentObject in com.logicaldoc.core
Classes in com.logicaldoc.core with type parameters of type PersistentObject Modifier and Type Class Description classHibernatePersistentObjectDAO<T extends PersistentObject>Hibernate implementation ofPersistentObjectDAOinterfacePersistentObjectDAO<T extends PersistentObject>Interface for DAOs that operate on persistent objectsSubclasses of PersistentObject in com.logicaldoc.core Modifier and Type Class Description classHistorySuperclass for history entries -
Uses of PersistentObject in com.logicaldoc.core.communication
Subclasses of PersistentObject in com.logicaldoc.core.communication Modifier and Type Class Description classEMailclassMessageThis is the parent class for email and system message.classMessageTemplateA template for messaging purposes.classSystemMessageSystemMessages are messages which an user only can send to other system users. -
Uses of PersistentObject in com.logicaldoc.core.contact
Subclasses of PersistentObject in com.logicaldoc.core.contact Modifier and Type Class Description classContactA generic contact represented by a set of personal informations. -
Uses of PersistentObject in com.logicaldoc.core.dashlet
Subclasses of PersistentObject in com.logicaldoc.core.dashlet Modifier and Type Class Description classDashletRepresents a sub-window of a dashboard -
Uses of PersistentObject in com.logicaldoc.core.document
Subclasses of PersistentObject in com.logicaldoc.core.document Modifier and Type Class Description classAbstractDocumentThe Document is the central entity of LogicalDOC.classBookmarkA bookmark over a documentclassDocumentBasic concrete implementation ofAbstractDocumentclassDocumentHistoryRegisters an event on folder or documentclassDocumentLinkRepresents a document link.classDocumentNoteA note over a documentclassRatingA rating over a documentclassVersionThis class represents versions. -
Uses of PersistentObject in com.logicaldoc.core.folder
Subclasses of PersistentObject in com.logicaldoc.core.folder Modifier and Type Class Description classFolderThis class represents the key concept of security of documents.classFolderHistoryHistory entry due to an event on a folder. -
Uses of PersistentObject in com.logicaldoc.core.generic
Subclasses of PersistentObject in com.logicaldoc.core.generic Modifier and Type Class Description classGenericInstances of this class represents generic informations in the database. -
Uses of PersistentObject in com.logicaldoc.core.metadata
Subclasses of PersistentObject in com.logicaldoc.core.metadata Modifier and Type Class Description classAbstractAttributeSetA base class for attribute sets and templatesclassAttributeOptionRepresents an option for a multi-choice attributeclassAttributeSetRepresents a set of attributesclassExtensibleObjectAn extensible object is able to store an undeterminate number of attributes.classTemplateA template collects a set of attributesets ant is itself an extensible object. -
Uses of PersistentObject in com.logicaldoc.core.searchengine
Subclasses of PersistentObject in com.logicaldoc.core.searchengine Modifier and Type Class Description classHitSearch result -
Uses of PersistentObject in com.logicaldoc.core.searchengine.saved
Subclasses of PersistentObject in com.logicaldoc.core.searchengine.saved Modifier and Type Class Description classSavedSearchA search saved in the database -
Uses of PersistentObject in com.logicaldoc.core.security
Subclasses of PersistentObject in com.logicaldoc.core.security Modifier and Type Class Description classDeviceRepresents a device with wich a user connects to the platformclassGroupThis class represents groups.classMenuThis class represents the key concept of security.classPasswordHistoryThis class represent an old password of a userclassSessionA single user session with it's unique identifier and the reference to the userclassTenantThis class represents a Tenant, that is a branch of the organization or an organizational unit or whatever other class of organization.classUserThis class represents a user.classUserHistoryHistory entry due to an event on a user. -
Uses of PersistentObject in com.logicaldoc.core.sequence
Subclasses of PersistentObject in com.logicaldoc.core.sequence Modifier and Type Class Description classSequenceA sequence in the database -
Uses of PersistentObject in com.logicaldoc.core.ticket
Subclasses of PersistentObject in com.logicaldoc.core.ticket Modifier and Type Class Description classTicketRepresents ticket, most of the time this is used to model download tickets. -
Uses of PersistentObject in com.logicaldoc.webservice
Subclasses of PersistentObject in com.logicaldoc.webservice Modifier and Type Class Description classWebserviceCallRepresents a call to the webservice
-