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 ofFolder
as well as other related objectscom.logicaldoc.core.generic Contains the definitions ofGeneric
that 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.security com.logicaldoc.core.sequence com.logicaldoc.core.ticket -
-
Uses of PersistentObject in com.logicaldoc.core
Classes in com.logicaldoc.core with type parameters of type PersistentObject Modifier and Type Class Description class
HibernatePersistentObjectDAO<T extends PersistentObject>
Hibernate implementation ofPersistentObjectDAO
interface
PersistentObjectDAO<T extends PersistentObject>
Interface for DAOs that operate on persistent objectsSubclasses of PersistentObject in com.logicaldoc.core Modifier and Type Class Description class
History
Superclass for history entries -
Uses of PersistentObject in com.logicaldoc.core.communication
Subclasses of PersistentObject in com.logicaldoc.core.communication Modifier and Type Class Description class
EMail
class
Message
This is the parent class for email and system message.class
MessageTemplate
A template for messaging purposes.class
SystemMessage
SystemMessages 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 class
Contact
A 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 class
Dashlet
Represents 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 class
AbstractDocument
The Document is the central entity of LogicalDOC.class
Bookmark
A bookmark over a documentclass
Document
Basic concrete implementation ofAbstractDocument
class
DocumentHistory
Registers an event on folder or documentclass
DocumentLink
Represents a document link.class
DocumentNote
A note over a documentclass
Rating
A rating over a documentclass
Version
This class represents versions. -
Uses of PersistentObject in com.logicaldoc.core.folder
Subclasses of PersistentObject in com.logicaldoc.core.folder Modifier and Type Class Description class
Folder
This class represents the key concept of security of documents.class
FolderHistory
History 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 class
Generic
Instances 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 class
AttributeOption
Represents an option for a multi-choice attributeclass
AttributeSet
Represents a set of attributesclass
ExtensibleObject
An extensible object is able to store an undeterminate number of attributes.class
Template
A 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 class
Hit
Search result -
Uses of PersistentObject in com.logicaldoc.core.security
Subclasses of PersistentObject in com.logicaldoc.core.security Modifier and Type Class Description class
Group
This class represents groups.class
Menu
This class represents the key concept of security.class
Session
A single user session with it's unique identifier and the reference to the userclass
Tenant
This class represents a Tenant, that is a branch of the organization or an organizational unit or whatever other class of organization.class
User
This class represents a user.class
UserHistory
History 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 class
Sequence
A 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 class
Ticket
Represents ticket, most of the time this is used to model download tickets.
-