Class | Description |
---|---|
Attribute |
Class for managing the attributes in any point of OpenProdoc
An attribute contains name, type of value, description, an optional value (if it has been filled) and other parammeters
|
Condition |
Class for managing simple search conditions in OpenProdoc
|
Conditions |
Manages sets of Conditions and/or Condition
Condition . |
Conector |
Class connector responsible of reading configuration, starting tasks
and managing sessions to an specific OpenProdoc Repository
|
ContribConf |
Class for managin the configuration of Contribution functionality
|
Cursor |
Manages the "cursors" generated when searchin in any object through ny kind of driver
|
CustomTask |
Manages the download an execution of a custom task
|
DriverGeneric |
Abstract class that represent a session that manages the access to ALL the data and metadata,
by means of JDBC or a remote connection, both implemented as subclasses
|
DriverJDBC |
Subclass of DriverGeneric that manages the storage of metadata in a Database
|
DriverRemote |
This class implements a remote conection to a Prodoc Server
|
ExtConf |
Manages the configuration for the OPAC functions
|
FTConnector |
Abstract parent class of all the Full Text implementations
|
FTConnLucene |
Implementation of Full Text indexing and search using Lucene
|
FTRemote |
Implementation of FT functions in remote mode
|
ObjectsCache |
This class allows to mantain a temporal copy of the loaded objects
|
ObjPD |
Manages the STORAGE of definition of authenticators, not the authentication function
|
PDACL |
Class that manages the security of Documents, folders and other object with an ACL (Access Cntrol List) model
|
PDAuthenticators | |
PDCustomization |
Manages the storage of Customizations, personalization of the language
and other elements ofthe user interface, specially for the Swing version
|
PDDocs |
Main public class that manages all the operations for Documents in OpenProdoc
|
PDDocsRIS |
Manages the importa and export of subtype of documents RIS
|
PDEvent |
Manages the storage of Events definitions
|
PDFolders |
Main public class that manages all the operations for Folders in OpenProdoc
|
PDGroups |
Manages the storage of Groups
|
PDLog |
Encapsulates the logger (currently using log4j)
|
PDMessage |
Prepared for a FUTURE storage of Message between Users
|
PDMimeType |
Manages the Mimetypes and conversion from/to file extensions
|
PDObjDefs |
Manages the definitions of Documents and Folder Types, including
the creation and maintenance of tables for storaging the metadata of each type
|
PDReport |
Class for generating "reports"
|
PDRepository |
Manages the definitions of different repositories for storing the documents.
|
PDRoles |
Manages the definition of Roles and Permissions of the users
|
PDServer |
Class that manages the configuration of OpenProdoc in database using just one record.
|
PDTasksCron |
Class for maintaining table with definition of task started by cron/programing
and of generating "orders of execution"
|
PDTasksDef |
Base class with common definitions
|
PDTasksDefEvent |
Class fopr managing the Tasks thrown by and event (Insert, Update or delete) of a Document or folder
|
PDTasksExec |
Class responsible of actual execution of pending task
|
PDTasksExecEnded |
Class for managing (relaunch, delete,..) the task ended
|
PDThesaur |
Class Thesaur for managong the thesaurus in Database
|
PDTrace |
Class for managing the functional trace of operation over documents
|
PDUser |
Manages the users stored
|
ProdocFW |
Framework that works as Foundation of OpenProdoc
|
Query |
Class for managing the Queries against OpenProdoc Datamodel
|
Record |
Class for managing the Records, sets of
Attribute used for storing and saving metadata |
StoreAmazonS3 |
manages the storage of documents in S3 compatible systems.
|
StoreCustom |
Class for managing developed drivers for storage of documents
|
StoreDDBB |
Manages the storage of documents in Database blobs
|
StoreFS |
Manages the storage of documents in a filesystem
|
Storeftp |
manages the storage in a FTP server
|
StoreGeneric |
Abstract class parent of all the storage classes
|
StoreRefFS |
Manages the documents REFERENCED in a Filesystem
|
StoreRefURL |
Manages the documents REFERENCED in an URL/web
|
StoreRem |
Manages the documents when OpenProdoc is working in a REMOTE mode an the storage is managed remotely
|
Exception | Description |
---|---|
PDException |
OpenProdoc Exceptions
|
PDExceptionFunc |
OpenProdoc Functional exceptions
|