Uses of Class
com.logicaldoc.core.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
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.core
Modifier and TypeClassDescriptionclass
HibernatePersistentObjectDAO<T extends PersistentObject>
Hibernate implementation ofPersistentObjectDAO
interface
PersistentObjectDAO<T extends PersistentObject>
Interface for DAOs that operate on persistent objects -
Uses of PersistentObject in com.logicaldoc.core.communication
Modifier and TypeClassDescriptionclass
class
This is the parent class for email and system message.class
A template for messaging purposes.class
SystemMessages are messages which an user only can send to other system users. -
Uses of PersistentObject in com.logicaldoc.core.contact
Modifier and TypeClassDescriptionclass
A generic contact represented by a set of personal informations. -
Uses of PersistentObject in com.logicaldoc.core.dashlet
-
Uses of PersistentObject in com.logicaldoc.core.document
Modifier and TypeClassDescriptionclass
The Document is the central entity of LogicalDOC.class
A bookmark over a documentclass
Basic concrete implementation ofAbstractDocument
class
Registers an event on folder or documentclass
Represents a document link.class
A note over a documentclass
A rating over a documentclass
This class represents versions. -
Uses of PersistentObject in com.logicaldoc.core.folder
Modifier and TypeClassDescriptionclass
This class represents the key concept of security of documents.class
History entry due to an event on a folder. -
Uses of PersistentObject in com.logicaldoc.core.generic
Modifier and TypeClassDescriptionclass
Instances of this class represents generic informations in the database. -
Uses of PersistentObject in com.logicaldoc.core.metadata
Modifier and TypeClassDescriptionclass
A base class for attribute sets and templatesclass
Represents an option for a multi-choice attributeclass
Represents a set of attributesclass
An extensible object is able to store an undeterminate number of attributes.class
A template collects a set of attributesets ant is itself an extensible object. -
Uses of PersistentObject in com.logicaldoc.core.searchengine
-
Uses of PersistentObject in com.logicaldoc.core.searchengine.saved
-
Uses of PersistentObject in com.logicaldoc.core.security
Modifier and TypeClassDescriptionclass
Represents a device with wich a user connects to the platformclass
A extensible object that also defines security policiesclass
A persistent object that also defines security policiesclass
A single user session with it's unique identifier and the reference to the userclass
This 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.user
Modifier and TypeClassDescriptionclass
This class represents groups.class
This class represent an old password of a userclass
This class represents a user.class
History entry due to an event on a user. -
Uses of PersistentObject in com.logicaldoc.core.sequence
-
Uses of PersistentObject in com.logicaldoc.core.ticket
Modifier and TypeClassDescriptionclass
Represents ticket, most of the time this is used to model download tickets. -
Uses of PersistentObject in com.logicaldoc.webservice