Uses of Class
com.logicaldoc.core.PersistentObject
Packages that use PersistentObject
Package
Description
Core plug-in that contains the most important domain objects
Classes that model emails and messages and the machinery to work with them.
Contains the definitions of 
Folder as well
 as other related objectsContains the definitions of 
Generic that
 is a persistent object used as a general way to store informations in the
 databasePackage 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 the
Many objects of the LogicalDOC platform are extensible and can store your custom metadata, they are all those that extends the
ExtensibleObject.The core of the search engine.
Classes related to saved searches
Container of the security-related interfaces and classes
APIKey is another way to authenticate when using an API like Webservices
Package for the Menu, a menu represent a graphical element of the user
 interface
Definition of the User object and ancillary objects
- 
Uses of PersistentObject in com.logicaldoc.coreClasses in com.logicaldoc.core with type parameters of type PersistentObjectModifier and TypeClassDescriptionclassHibernatePersistentObjectDAO<T extends PersistentObject>Hibernate implementation ofPersistentObjectDAOinterfacePersistentObjectDAO<T extends PersistentObject>Interface for DAOs that operate on persistent objectsMethod parameters in com.logicaldoc.core with type arguments of type PersistentObjectModifier and TypeMethodDescriptionvoidHibernatePersistentObjectDAO.evict(Class<? extends PersistentObject> obj, long id) voidPersistentObjectDAO.evict(Class<? extends PersistentObject> obj, long id) Removes an entity from current session and cache
- 
Uses of PersistentObject in com.logicaldoc.core.communicationSubclasses of PersistentObject in com.logicaldoc.core.communicationModifier and TypeClassDescriptionclassA represetnation of an Email message.classThis is the parent class for email and system message.classA template for messaging purposes.classSystemMessages are messages which an user only can send to other system users.
- 
Uses of PersistentObject in com.logicaldoc.core.contactSubclasses of PersistentObject in com.logicaldoc.core.contactModifier and TypeClassDescriptionclassA generic contact represented by a set of personal informations.
- 
Uses of PersistentObject in com.logicaldoc.core.dashletSubclasses of PersistentObject in com.logicaldoc.core.dashlet
- 
Uses of PersistentObject in com.logicaldoc.core.documentSubclasses of PersistentObject in com.logicaldoc.core.documentModifier and TypeClassDescriptionclassThe Document is the central entity of LogicalDOC.classA superclass for those histories tightly related to documentsclassA bookmark over a documentclassBasic concrete implementation ofAbstractDocumentclassRegisters an event on folder or documentclassRepresents a document link.classA note over a documentclassA rating over a documentclassThis class represents versions.
- 
Uses of PersistentObject in com.logicaldoc.core.folderSubclasses of PersistentObject in com.logicaldoc.core.folderModifier and TypeClassDescriptionclassThis class represents the key concept of security of documents.classHistory entry due to an event on a folder.
- 
Uses of PersistentObject in com.logicaldoc.core.genericSubclasses of PersistentObject in com.logicaldoc.core.genericModifier and TypeClassDescriptionclassInstances of this class represents generic informations in the database.
- 
Uses of PersistentObject in com.logicaldoc.core.historySubclasses of PersistentObject in com.logicaldoc.core.history
- 
Uses of PersistentObject in com.logicaldoc.core.metadataSubclasses of PersistentObject in com.logicaldoc.core.metadataModifier and TypeClassDescriptionclassA base class for attribute sets and templatesclassRepresents an option for a multi-choice attributeclassRepresents a set of attributesclassAn extensible object is able to store an indeterminate number of attributes.classA template collects a set of attributesets ant is itself an extensible object.
- 
Uses of PersistentObject in com.logicaldoc.core.searchengineSubclasses of PersistentObject in com.logicaldoc.core.searchengine
- 
Uses of PersistentObject in com.logicaldoc.core.searchengine.savedSubclasses of PersistentObject in com.logicaldoc.core.searchengine.saved
- 
Uses of PersistentObject in com.logicaldoc.core.securitySubclasses of PersistentObject in com.logicaldoc.core.securityModifier and TypeClassDescriptionclassRepresents a device with wich a user connects to the platformclassA single user session with it's unique identifier and the reference to the userclassThis class represents a Tenant, that is a branch of the organization or an organizational unit or whatever other class of organization.
- 
Uses of PersistentObject in com.logicaldoc.core.security.apikeySubclasses of PersistentObject in com.logicaldoc.core.security.apikeyModifier and TypeClassDescriptionclassA secret key to use when connecting to the Webservices API
- 
Uses of PersistentObject in com.logicaldoc.core.security.userSubclasses of PersistentObject in com.logicaldoc.core.security.userModifier and TypeClassDescriptionclassThis class represents groups.classThis class represent an old password of a userclassThis class represents a user.classHistory entry due to an event on a user.
- 
Uses of PersistentObject in com.logicaldoc.core.sequenceSubclasses of PersistentObject in com.logicaldoc.core.sequence
- 
Uses of PersistentObject in com.logicaldoc.core.ticketSubclasses of PersistentObject in com.logicaldoc.core.ticketModifier and TypeClassDescriptionclassRepresents ticket, most of the time this is used to model download tickets.
- 
Uses of PersistentObject in com.logicaldoc.webserviceSubclasses of PersistentObject in com.logicaldoc.webservice