- DDBB_DECIMALPATTERN - Static variable in class prodoc.Attribute
-
Formatters for reading, importing, exporting and storing BigDecimal
- Debug(String) - Static method in class prodoc.PDLog
-
Logs at DEBUG Level
- DECIMALPATTERN - Static variable in class prodoc.Attribute
-
Formatters for reading, importing, exporting and storing BigDecimal
- DeCodif(String) - Static method in class prodoc.DriverGeneric
-
UNescape of values for avoiding problems with xml/html
- DefTT(String) - Static method in class prodoc.DriverGeneric
-
Translates a text using the default language and the language properties
- DefTT(String, String) - Static method in class prodoc.DriverGeneric
-
Translates a text using the specified language and the language properties
- DelAllGroups() - Method in class prodoc.PDACL
-
deletes-desassigns all Groups of the current ACL
- DelAllSubGroups() - Method in class prodoc.PDGroups
-
- DelAllUsers() - Method in class prodoc.PDACL
-
deletes-desassigns all users of the current ACL
- DelAllUsers() - Method in class prodoc.PDGroups
-
- delAtribute(String) - Method in class prodoc.PDObjDefs
-
Deletes (also in DDBB) an Attribute from object definition
- DelAtributes() - Method in class prodoc.PDObjDefs
-
Deletes ALL the Attributes of the current definition
- delAttr(Attribute) - Method in class prodoc.Record
-
Removes an Attribute from the current Record
- delAttr(String) - Method in class prodoc.Record
-
Removes an Attribute from the current Record
- delete() - Method in class prodoc.DriverGeneric
-
Deletes e sesion
- delete() - Method in class prodoc.DriverJDBC
-
Disconects freeing all resources
- delete() - Method in class prodoc.DriverRemote
-
Disconects freeing all resources
- delete() - Method in class prodoc.ObjPD
-
Generic method for deleting an element
- delete() - Method in class prodoc.PDDocs
-
Logically deletes the actual (with actual Id) document
Move the documents to trashbin
- delete() - Method in class prodoc.PDFolders
-
Deletes the folder and all the documents and subfolders contained recursively
If the number of folders, documents and levels is too big, this method can
create problems in the rollback of the database storing the metadata
- delete() - Method in class prodoc.PDThesaur
-
Deletes the Thesaur and all the documents and subThesaurs contained recursively
If the number of Thesaurs, documents and levels is too big, this method can
create problems in the rollback of the database storing the metadata
- DeleteObjectTables(String) - Method in class prodoc.PDObjDefs
-
Destroys all the tables created for storing objects of a type
- DeleteRange(String, Date, Date) - Method in class prodoc.PDTrace
-
Deletes a range of traces
- DeleteTermLang() - Method in class prodoc.PDThesaur
-
Deletes all the relationship/translations terms current id
- DeleteTermRT() - Method in class prodoc.PDThesaur
-
Deletes all the relationship/related terms current id
- delGroup(String) - Method in class prodoc.PDACL
-
Deletes a Group from an ACL
- delGroup(String) - Method in class prodoc.PDGroups
-
Delete a Group from his parent Group
- delGroupReferences(String) - Method in class prodoc.PDACL
-
Deletes ALL references to a Group in ANY ACL
- delGroupReferences(String) - Method in class prodoc.PDGroups
-
Deletes ALL references to a Group in ANY Group
- DelNull() - Method in class prodoc.Record
-
Removes ALL the atrributes without value
- DelObjectTables(String, Attribute) - Method in class prodoc.PDObjDefs
-
Removes an attribute from a created object type, updating definition and tables created
- delRecord(Record) - Method in class prodoc.Record
-
Removes from the current Record all the (existing) Attributes included in the parameter
- delUser(String) - Method in class prodoc.PDACL
-
Deletes a User from an ACL
- delUser(String) - Method in class prodoc.PDGroups
-
Delete a User from his parent Group
- delUserReferences(String) - Method in class prodoc.PDACL
-
Deletes ALL references to a User in ANY ACL
- delUserReferences(String) - Method in class prodoc.PDGroups
-
Deletes ALL references to a User in ANY Group
- DestroyRep(PDRepository) - Method in class prodoc.DriverGeneric
-
DESTROY a repository using the definition received (i.e. a Folder, a table blob, etc)
- DirectUserMemberShip(String) - Method in class prodoc.PDGroups
-
Init retrieving of what groups the user is member
- DriverGeneric - Class in prodoc
-
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
- DriverGeneric(String, String, String, String) - Constructor for class prodoc.DriverGeneric
-
Defualt constructor
- DriverJDBC - Class in prodoc
-
Subclass of DriverGeneric that manages the storage of metadata in a Database
- DriverJDBC(String, String, String, String) - Constructor for class prodoc.DriverJDBC
-
Constructor
- DriverRemote - Class in prodoc
-
This class implements a remote conection to a Prodoc Server
- DriverRemote(String, String, String, String) - Constructor for class prodoc.DriverRemote
-
Constructor