Package | Description |
---|---|
prodoc |
Main package of OpenProdoc containing most classes
|
Modifier and Type | Class and Description |
---|---|
class |
PDACL
Class that manages the security of Documents, folders and other object with an ACL (Access Cntrol List) model
|
class |
PDAuthenticators |
class |
PDCustomization
Manages the storage of Customizations, personalization of the language
and other elements ofthe user interface, specially for the Swing version
|
class |
PDDocs
Main public class that manages all the operations for Documents in OpenProdoc
|
class |
PDDocsRIS
Manages the importa and export of subtype of documents RIS
|
class |
PDEvent
Manages the storage of Events definitions
|
class |
PDFolders
Main public class that manages all the operations for Folders in OpenProdoc
|
class |
PDGroups
Manages the storage of Groups
|
class |
PDMessage
Prepared for a FUTURE storage of Message between Users
|
class |
PDMimeType
Manages the Mimetypes and conversion from/to file extensions
|
class |
PDObjDefs
Manages the definitions of Documents and Folder Types, including
the creation and maintenance of tables for storaging the metadata of each type
|
class |
PDReport
Class for generating "reports"
|
class |
PDRepository
Manages the definitions of different repositories for storing the documents.
|
class |
PDRoles
Manages the definition of Roles and Permissions of the users
|
class |
PDServer
Class that manages the configuration of OpenProdoc in database using just one record.
|
class |
PDTasksCron
Class for maintaining table with definition of task started by cron/programing
and of generating "orders of execution"
|
class |
PDTasksDef
Base class with common definitions
|
class |
PDTasksDefEvent
Class fopr managing the Tasks thrown by and event (Insert, Update or delete) of a Document or folder
|
class |
PDTasksExec
Class responsible of actual execution of pending task
|
class |
PDTasksExecEnded
Class for managing (relaunch, delete,..) the task ended
|
class |
PDThesaur
Class Thesaur for managong the thesaurus in Database
|
class |
PDTrace
Class for managing the functional trace of operation over documents
|
class |
PDUser
Manages the users stored
|
Modifier and Type | Method and Description |
---|---|
ObjPD |
DriverGeneric.BuildObj(org.w3c.dom.Node OPDObject)
Build an OpenProdoc object from an XML node
|