Skip navigation links
A B C D E F G I L M N O P Q R S T U V W X 

A

ACLList() - Method in class prodoc.PDUser
Return a list of ACL in which the current user is included
addAtribute(Attribute) - Method in class prodoc.PDObjDefs
Add (and saves) a new attribute to the current object definition
addAttr(Attribute) - Method in class prodoc.Record
Adds an attribute to the current record
addCondition(Condition) - Method in class prodoc.Conditions
Adds a condition to the current level/set
addCondition(Conditions) - Method in class prodoc.Conditions
Adds Conditions to the current level/set
addGroup(String, int) - Method in class prodoc.PDACL
Add a Group to an ACL
addGroup(String) - Method in class prodoc.PDGroups
Add (and Saves)N a Group as member of another Group
AddLang(HashSet) - Method in class prodoc.PDThesaur
Adds a list of Id of Terms as translations Relations to the current Term
AddObjectTables(String, Attribute) - Method in class prodoc.PDObjDefs
Update the definition of a created object type, adding an additional attribute and updating the created tables
addRecord(Record) - Method in class prodoc.Record
Add all the Attributes of the parameter that DON'T exist in the current Record
AddRT(HashSet) - Method in class prodoc.PDThesaur
Adds a list of Id of Terms as Relations to the current Term
addUser(String, int) - Method in class prodoc.PDACL
Add an User to an ACL
addUser(String) - Method in class prodoc.PDGroups
Add (and saves) a new user to the Group
AddValue(Object) - Method in class prodoc.Attribute
Add a value to the set of values
Allowed(String, String) - Method in class prodoc.ContribConf
Verifies if the field is allowed to be uploaded/filled in the contribution form
AllowedChars - Static variable in class prodoc.ObjPD
 
AnularTrans() - Method in class prodoc.DriverGeneric
Stops/roolback a transaction
AnularTrans() - Method in class prodoc.DriverJDBC
Aborts a Transaction
AnularTrans() - Method in class prodoc.DriverRemote
Aborts a Transaction
assign(Record) - Method in class prodoc.Record
Assígn the values Attributes of a Record to the existing identical Attributes of current Record
AssignConf(Properties) - Method in class prodoc.ContribConf
Assign configuration of contribution from a properties
AssignConf(Properties) - Method in class prodoc.ExtConf
Assign a properties for configuration of OPAC
assignValues(Record) - Method in class prodoc.ObjPD
Generic "abstract" method for assigning a Record Values to an OPD Object
assignValues(Record) - Method in class prodoc.PDACL
Assign new values to the ACL object
assignValues(Record) - Method in class prodoc.PDAuthenticators
Assign new values to the PDAuthenticator object
assignValues(Record) - Method in class prodoc.PDCustomization
Assign new values to the Customization object
assignValues(Record) - Method in class prodoc.PDDocs
Assign the values of the record to the fields of the object
assignValues(Record) - Method in class prodoc.PDEvent
Assign new values to the Event object
assignValues(Record) - Method in class prodoc.PDFolders
Assign the values of the record to the fields of the object
assignValues(Record) - Method in class prodoc.PDGroups
Assign new values to the Group object
assignValues(Record) - Method in class prodoc.PDMessage
Assign new values to the Message object
assignValues(Record) - Method in class prodoc.PDMimeType
Assign new values to the MimeType object
assignValues(Record) - Method in class prodoc.PDObjDefs
Assign new values to the ObjDef object
assignValues(Record) - Method in class prodoc.PDRepository
Assign new values to the Repository object
assignValues(Record) - Method in class prodoc.PDRoles
Assign new values to the Roles object
assignValues(Record) - Method in class prodoc.PDServer
Assign new values to the Server object
assignValues(Record) - Method in class prodoc.PDTasksCron
Assign new values to the TaskCron object
assignValues(Record) - Method in class prodoc.PDTasksDef
Assign new values to the TaskDef object
assignValues(Record) - Method in class prodoc.PDTasksDefEvent
Assign new values to the TaskDefEvent object
assignValues(Record) - Method in class prodoc.PDTasksExec
Assign new values to the TaskExec object
assignValues(Record) - Method in class prodoc.PDTasksExecEnded
Assign new values to the TasksExecEnded object
assignValues(Record) - Method in class prodoc.PDThesaur
 
assignValues(Record) - Method in class prodoc.PDTrace
Assign new values to the PDTrace object
assignValues(Record) - Method in class prodoc.PDUser
 
Attribute - Class in prodoc
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
Attribute(String, String, String, int, boolean, Object, int, boolean, boolean, boolean, boolean) - Constructor for class prodoc.Attribute
Default constructor of an Attribute for MONO or MULTI valued Attributes
Attribute(String, String, String, int, boolean, Object, int, boolean, boolean, boolean) - Constructor for class prodoc.Attribute
Constructor of an Attribute for MONO valued Attributes
Attribute(Node) - Constructor for class prodoc.Attribute
Constructs an attribute from a XML node.
AuthCustom - Class in prodoc.security
Class for downloading and managing authentication through custom defined jar authenticators
AuthCustom(String, String, String, String) - Constructor for class prodoc.security.AuthCustom
Constructor of Authenticator controller
AuthCustom(String, String, String, String, DriverGeneric) - Constructor for class prodoc.security.AuthCustom
Constructor of Authenticator controller
AuthDDBB - Class in prodoc.security
Authenticator that authenticates connecting to a database with the user to authenticate
AuthDDBB(String, String, String, String) - Constructor for class prodoc.security.AuthDDBB
Constructor for database Authenticator
Authenticate(String, String) - Method in class prodoc.security.AuthCustom
Authenticates calling to a custom authenticator
Authenticate(String, String) - Method in class prodoc.security.AuthDDBB
Authenticates calling to a database
Authenticate(String, String) - Method in class prodoc.security.AuthGeneric
Authenticates the user against the server defined and thows an exception if the authentication fails.
Authenticate(String, String) - Method in class prodoc.security.AuthLDAP
Authenticates the user against ldap
Authenticate(String, String) - Method in class prodoc.security.AuthOPD
Authenticates the user against the internal database of OpenProdoc
Authenticate(String, String) - Method in class prodoc.security.AuthSO
Checks if the user to authenticate if the same Operative System user running the current proces
AuthGeneric - Class in prodoc.security
Abstract Parent class of all authenticators
AuthGeneric(String, String, String, String) - Constructor for class prodoc.security.AuthGeneric
Constructor of the parent class of all authenticators
AuthLDAP - Class in prodoc.security
Authenticator that authenticates a user against an LDAP system
AuthLDAP(String, String, String, String) - Constructor for class prodoc.security.AuthLDAP
Constructor of the Ldap authenticator
AuthOPD - Class in prodoc.security
Ayuthenticator that authenticates using User and password stored in OPD database
AuthOPD(String, String, String, String, DriverGeneric) - Constructor for class prodoc.security.AuthOPD
Constructor of OPD Authentication
AuthSO - Class in prodoc.security
Authenticator that delegates authentication in the Operative system, trusting in curent O.S. user
AuthSO(String, String, String, String) - Constructor for class prodoc.security.AuthSO
Constructor of the Operatice System Authenticator
A B C D E F G I L M N O P Q R S T U V W X 
Skip navigation links