Package | Description |
---|---|
prodoc |
Main package of OpenProdoc containing most classes
|
Modifier and Type | Method and Description |
---|---|
Record |
Record.Copy()
Creates a identical copy of he record with the same Attributes and values
|
Record |
Record.CopyMono()
Returns a Copy of NON Multivalued Attributes
|
Record |
Record.CopyMulti()
Returns a Copy of Multivalued Attributes
|
Record |
PDObjDefs.GetAttrDef()
Returns the Record containg the definition of attributes of current object type (loading if needed)
|
Record |
Cursor.getFieldsCur()
Returns the fields in teh cursor
|
Record |
ObjPD.getRecord()
Generic "abstract" method for returning a Record of loaded OPD Object
|
Record |
PDACL.getRecord()
Returns a record with the current values
|
Record |
PDAuthenticators.getRecord()
Returns a record with the current values
|
Record |
PDCustomization.getRecord()
Returns a record with the current values
|
Record |
PDDocs.getRecord()
Constructs a record with all the attributes of the document type and the values
of the attributes asigned using the setter of the class.
|
Record |
PDEvent.getRecord()
Returns a record with the current values
|
Record |
PDFolders.getRecord()
Constructs a record with all the attributes of the folder type and the values
of the attributes asigned using the setter of the class.
|
Record |
PDGroups.getRecord()
Returns a record with the current values
|
Record |
PDMessage.getRecord()
Returns a record with the current values
|
Record |
PDMimeType.getRecord()
Returns a record with the current values
|
Record |
PDObjDefs.getRecord()
Returns a record with the current values
|
Record |
PDRepository.getRecord()
Returns a record with the current values
|
Record |
PDRoles.getRecord()
Returns a record with the current values
|
Record |
PDServer.getRecord()
Returns a record with the current values
|
Record |
PDTasksCron.getRecord()
Returns a record with the current values
|
Record |
PDTasksDef.getRecord()
Returns a record with the current values
|
Record |
PDTasksDefEvent.getRecord()
Returns a record with the current values
|
Record |
PDTasksExec.getRecord()
Returns a record with the current values
|
Record |
PDTasksExecEnded.getRecord()
Returns a record with the current values
|
Record |
PDThesaur.getRecord()
Returns a record with the current values
|
Record |
PDTrace.getRecord()
Returns a record with the current values
|
Record |
PDUser.getRecord()
Returns a record with the current values
|
Record |
PDACL.getRecordAclGroupsStruct()
Returns the structure of the Acl-Groups Record
|
Record |
PDACL.getRecordAclUsersStruct()
Returns the structure of the Acl-Users Record
|
static Record |
PDObjDefs.getRecordAttrsStruct()
returns the record containing the definition of structure for Object Attribute definition
|
Record |
PDGroups.getRecordGroupGroupsStruct()
Returns the name of GroupsGroups relation table in DDBB
|
Record |
PDGroups.getRecordGroupUsersStruct()
returns the structure of relation GroupsUsers
|
Record |
PDDocs.getRecordStruct()
Return a copy of the static structure of attributes for the class
|
static Record |
PDDocs.getRecordStructPDDocs()
Return a copy of the static structure of attributes for the class
|
static Record |
PDFolders.getRecordStructPDFolder()
Return a copy of the static structure of attributes for the class
|
static Record |
PDThesaur.getRecordStructPDThesaur()
Returns the fixed structure of thesaur
|
Record |
PDDocs.getRecordStructVer()
Return a Copy of structure of standard version table
|
Record |
PDDocs.getRecSum()
Return all the Attributes for the current document type
empty or filled (depending if it has been used)
if needed loads the definition
|
Record |
PDFolders.getRecSum()
Return all the Attributes for the current folder type
empty or filled (depending if it has been used)
if needed loads the definition
|
Record |
Query.getRetrieveFields() |
Record |
ObjPD.Load(java.lang.String Ident)
Load the object of the actual type based on the Iden
|
Record |
PDDocs.Load(java.lang.String Ident)
Loads a document identified by the PDId
for the user that locked the document, loads the PWC
|
Record |
PDFolders.Load(java.lang.String Ident)
Loads the standard attributes of folder identified by Ident
|
Record |
PDThesaur.Load(java.lang.String Ident)
Loads a Term/Thesaurus
|
Record |
PDDocs.LoadCurrent(java.lang.String Ident)
Loads a document identified by the PDId.
|
Record |
PDDocs.LoadDeleted(java.lang.String DocTypename,
java.lang.String Ident)
Load to memory the elements of a deleted Doc, only to obtain a complete definition
|
Record |
PDDocs.LoadFull(java.lang.String Ident)
Load to memory all the elements of a Doc, including all the inherited attributes and multivalued
|
Record |
PDFolders.LoadFull(java.lang.String Ident)
Load to memory all the elements of a Folder, including all the inherited attributes and multivalued
|
Record |
PDFolders.LoadRefresh(java.lang.String Ident)
Loads the standard attributes of folder identified by Ident
|
Record |
PDDocs.LoadVersion(java.lang.String Ident,
java.lang.String Vers)
Loads a document version identified by the PDId.
|
abstract Record |
DriverGeneric.NextRec(Cursor CursorIdent)
Returns the next record of the cursor
|
Record |
DriverJDBC.NextRec(Cursor CursorIdent)
Retrieves next record of cursor
|
Record |
DriverRemote.NextRec(Cursor CursorIdent)
Retrieves next record of cursor
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Record> |
PDFolders.getTypeDefs()
Return an ordered list of the hierarchy of folder types from whom this
folder type inherit its attributes
|
java.util.ArrayList<Record> |
PDFolders.getTypeRecs()
Returns the collection of attributes of the folder type and its ancestors
loads the definition if there are not loaded
|
java.util.Vector<Record> |
ObjPD.SearchSelectV(java.lang.String SQL)
Run a query and return the result as aVector or records
|
java.util.Vector<Record> |
PDFolders.SearchV(java.lang.String FolderType,
Conditions AttrConds,
boolean SubTypes,
boolean SubFolders,
java.lang.String IdActFold,
java.util.Vector Ord)
Search for Folders returning a cursor with the results of folders with the
indicated values of fields.
|
java.util.Vector<Record> |
PDDocs.SearchV(java.lang.String FTQuery,
java.lang.String DocType,
Conditions AttrConds,
boolean SubTypes,
boolean SubFolders,
boolean IncludeVers,
java.lang.String IdActFold,
java.util.Vector Ord)
Search for Documents returning a cursor with the results of Documents with the
indicated values of fields.
|
Modifier and Type | Method and Description |
---|---|
void |
Record.addRecord(Record newRec)
Add all the Attributes of the parameter that DON'T exist in the current Record
|
boolean |
Record.assign(Record rec)
AssÃgn the values Attributes of a Record to the existing identical Attributes of current Record
|
void |
ObjPD.assignValues(Record Rec)
Generic "abstract" method for assigning a Record Values to an OPD Object
|
void |
PDACL.assignValues(Record Rec)
Assign new values to the ACL object
|
void |
PDAuthenticators.assignValues(Record Rec)
Assign new values to the PDAuthenticator object
|
void |
PDCustomization.assignValues(Record Rec)
Assign new values to the Customization object
|
void |
PDDocs.assignValues(Record Rec)
Assign the values of the record to the fields of the object
|
void |
PDEvent.assignValues(Record Rec)
Assign new values to the Event object
|
void |
PDFolders.assignValues(Record Rec)
Assign the values of the record to the fields of the object
|
void |
PDGroups.assignValues(Record Rec)
Assign new values to the Group object
|
void |
PDMessage.assignValues(Record Rec)
Assign new values to the Message object
|
void |
PDMimeType.assignValues(Record Rec)
Assign new values to the MimeType object
|
void |
PDObjDefs.assignValues(Record Rec)
Assign new values to the ObjDef object
|
void |
PDRepository.assignValues(Record Rec)
Assign new values to the Repository object
|
void |
PDRoles.assignValues(Record Rec)
Assign new values to the Roles object
|
void |
PDServer.assignValues(Record Rec)
Assign new values to the Server object
|
void |
PDTasksCron.assignValues(Record Rec)
Assign new values to the TaskCron object
|
void |
PDTasksDef.assignValues(Record Rec)
Assign new values to the TaskDef object
|
void |
PDTasksDefEvent.assignValues(Record Rec)
Assign new values to the TaskDefEvent object
|
void |
PDTasksExec.assignValues(Record Rec)
Assign new values to the TaskExec object
|
void |
PDTasksExecEnded.assignValues(Record Rec)
Assign new values to the TasksExecEnded object
|
void |
PDThesaur.assignValues(Record Rec) |
void |
PDTrace.assignValues(Record Rec)
Assign new values to the PDTrace object
|
void |
PDUser.assignValues(Record Rec) |
Attribute |
PDObjDefs.ConvertRec(Record Rec)
Generates an Attribute from a Record containing definition (Ex.loaded from DDBB)
|
void |
Record.delRecord(Record substRec)
Removes from the current Record all the (existing) Attributes included in the parameter
|
boolean |
Record.equals(Record rec)
Compares a Record with the current record
|
Constructor and Description |
---|
Cursor(java.lang.String pCursorId,
Record pFieldsCur,
java.lang.Object pResultSet)
Default constructor
|
PDUser(Record Rec)
Constructs a new object with the values of the record
|
Query(java.lang.String pTable,
Record pFields,
Conditions pWhere)
Constructs a Query
|
Query(java.lang.String pTable,
Record pFields,
Conditions pWhere,
java.lang.String pOrder)
Constructs a Query
|
Query(java.util.Vector pTables,
Record pFields,
Conditions pWhere,
java.util.Vector<java.lang.String> pOrderList)
Constructs a Query
|
Query(java.util.Vector pTables,
Record pFields,
Conditions pWhere,
java.util.Vector<java.lang.String> pOrderList,
java.util.Vector<java.lang.Boolean> pOrderAsc)
Constructs a Query
|