- CancelCheckout() - Method in class prodoc.PDDocs
-
Unlocks the document, deleting the PWC and all the changes made
- cEQUAL - Static variable in class prodoc.Condition
-
Constant Comparation: Equal =
- CerrarTrans() - Method in class prodoc.DriverGeneric
-
Starts a transaction
- CerrarTrans() - Method in class prodoc.DriverJDBC
-
Ends a transaction
- CerrarTrans() - Method in class prodoc.DriverRemote
-
Ends a transaction
- cGET - Static variable in class prodoc.Condition
-
Constant Comparation: Greater or Equal Than
- cGT - Static variable in class prodoc.Condition
-
Constant Comparation: Greater Than
- ChangeACL(String) - Method in class prodoc.PDDocs
-
Changes the ACL of the document
- ChangePassword(String, String, String) - Method in class prodoc.DriverGeneric
-
Changes (or transmit the change to server defined in the authenticator) the password
- CheckDef() - Method in class prodoc.Record
-
Checks the set of Attributes of a Record BUT with some exceptions
ssimilar to
Record.Verify()
- Checkin(String) - Method in class prodoc.PDDocs
-
Checkin the document, commiting the private working copy of he user, with the temporal metadata and content,
unloking the document and publisihng a new version with the specified version label
- CheckName(String) - Static method in class prodoc.ObjPD
-
Verifis if the name is correct to be used as object or attribute name
- Checkout() - Method in class prodoc.PDDocs
-
Locks the current document, creating a private working copy
- cINList - Static variable in class prodoc.Condition
-
Constant: condition In list of values
- cINQuery - Static variable in class prodoc.Condition
-
Constant: condition In list of results of a Query
- Clear() - Method in class prodoc.ObjPD
-
Deletes the values assigned to the current object
- Clear() - Method in class prodoc.Record
-
Removes ALL the Attributes of the Record
- ClearValues() - Method in class prodoc.Attribute
-
Clear of the values in multivalued attributes
- cLET - Static variable in class prodoc.Condition
-
Constant Comparation: Lest or Equal Than
- cLIKE - Static variable in class prodoc.Condition
-
Constant Comparation: Like/Contains %
- CloseCursor(Cursor) - Method in class prodoc.DriverGeneric
-
- CloseCursor(Cursor) - Method in class prodoc.DriverJDBC
-
Close a Cursor
- CloseCursor(Cursor) - Method in class prodoc.DriverRemote
-
Close a Cursor
- cLT - Static variable in class prodoc.Condition
-
Constant Comparation: Lest Than
- cNE - Static variable in class prodoc.Condition
-
Constant Comparation: Distinct
- Codif(String) - Static method in class prodoc.DriverGeneric
-
Escape of values for avoiding problems with xml/html
- Cond(int) - Method in class prodoc.Conditions
-
Return the condition n of the current set
- Condition - Class in prodoc
-
Class for managing simple search conditions in OpenProdoc
- Condition(Attribute) - Constructor for class prodoc.Condition
-
Constructor that creates a condition where name_of_attribute = "value of attribute"
- Condition(Attribute, int) - Constructor for class prodoc.Condition
-
Constructor that creates a condition where name_of_attribute COMPARATION value_of_attribute
- Condition(String, int, Object) - Constructor for class prodoc.Condition
-
Constructor that creates a condition where pField COMPARATION pValue
- Condition(String, int, Object, int) - Constructor for class prodoc.Condition
-
Constructor that creates a condition where pField COMPARATION pValue
- Condition(String, String) - Constructor for class prodoc.Condition
-
Compare two columns ( Attr1=Attr2 )
- Condition(String, HashSet) - Constructor for class prodoc.Condition
-
Compare the value of a field with a list of values (pField in (ListVal) )
- Condition(String, Query) - Constructor for class prodoc.Condition
-
Compare the value of a field with the result of query (pField in (select ) )
- Condition(Node) - Constructor for class prodoc.Condition
-
Buils a Condition object from XML
- Conditions - Class in prodoc
-
Manages sets of Conditions and/or Condition
Condition
.
- Conditions() - Constructor for class prodoc.Conditions
-
Default constructor
- Conditions(Node) - Constructor for class prodoc.Conditions
-
Buils a Conditions object from XML
- Conector - Class in prodoc
-
Class connector responsible of reading configuration, starting tasks
and managing sessions to an specific OpenProdoc Repository
- CONTAINS - Static variable in class prodoc.Condition
-
Constant operator: Condition for Documents containing a text expresion
- ContainsAttr(String) - Method in class prodoc.Record
-
Checks if an Attribute with the specified name exist in the current Record
- ContribConf - Class in prodoc
-
Class for managin the configuration of Contribution functionality
- ContribConf(String) - Constructor for class prodoc.ContribConf
-
Default constructor
- ConvertJavaDoc(File, String, String) - Method in class prodoc.PDDocs
-
Converts a all Javadoc documents in a Filesystem in OpenProdoc documents with .opd metadata
- ConvertJavaDocImport(PDFolders, String, String, String, boolean) - Method in class prodoc.DriverGeneric
-
Imports a folder structure of Javadoc files, MODIFYING them for use in OpenProdoc
- ConvertRec(Record) - Method in class prodoc.PDObjDefs
-
Generates an Attribute from a Record containing definition (Ex.loaded from DDBB)
- Copy() - Method in class prodoc.Attribute
-
Creates a copy of the current Attribute.
- Copy() - Method in class prodoc.Record
-
Creates a identical copy of he record with the same Attributes and values
- CopyMono() - Method in class prodoc.Record
-
Returns a Copy of NON Multivalued Attributes
- CopyMulti() - Method in class prodoc.Record
-
Returns a Copy of Multivalued Attributes
- CreateChild(String) - Method in class prodoc.PDFolders
-
Creates a new folder under the current object with inherited ACL,
default folder type and the name FoldName
- CreateObjectTables(String, boolean) - Method in class prodoc.PDObjDefs
-
Creates the Objects table with the definition
- CreateRep(PDRepository) - Method in class prodoc.DriverGeneric
-
Creates a repository using the definition received (i.e. a Folder, a table blob, etc)
- CT_DOC - Static variable in class prodoc.PDObjDefs
-
- CT_FOLDER - Static variable in class prodoc.PDObjDefs
-
- Cursor - Class in prodoc
-
Manages the "cursors" generated when searchin in any object through ny kind of driver
- Cursor(String, Record, Object) - Constructor for class prodoc.Cursor
-
Default constructor
- CustomTask - Class in prodoc
-
Manages the download an execution of a custom task
- CustomTask() - Constructor for class prodoc.CustomTask
-
cnstructor to be overloaded