Package | Description |
---|---|
prodoc |
Main package of OpenProdoc containing most classes
|
Modifier and Type | Method and Description |
---|---|
Cursor |
PDTasksExec.GenCur()
Generates a Cursor with the set of elements defined in configuration
|
Cursor |
ObjPD.getAll()
Returns ALL the elements of the current OPD Class
|
Cursor |
PDDocs.getAll()
Overloading of abstract method.
|
Cursor |
PDFolders.getAll()
Overrided method in generic OpenProdoc object.
|
Cursor |
PDObjDefs.getListAttr(java.lang.String ClassName)
Return a Cursor with the list of the attibutes of ClassName
|
Cursor |
PDDocs.getListContainedDocs(java.lang.String PDIdFold)
Return the docs in a folder
|
Cursor |
PDObjDefs.getListDocs()
Search for accesible definitions of CREATED clases from family CT_DOC
|
Cursor |
PDObjDefs.getListDocsActive()
Search for accesible definitions of CREATED clases from family CT_DOC
|
Cursor |
PDObjDefs.getListDocsRIS()
Search for accesible definitions of clases from family CT_DOC
|
Cursor |
PDObjDefs.getListFold()
Search for accesible definitions of clases from family CT_FOLDER
|
Cursor |
PDObjDefs.getListFoldActive()
Search for accesible definitions of clases from family CT_FOLDER
|
Cursor |
PDObjDefs.getListParentAttr(java.lang.String ClassName)
return a Cursor with the list of atributes of parent class of ClassName
including inherited.
|
Cursor |
PDObjDefs.getListParentAttr2(java.lang.String ClassName)
return a Cursor with the list of atributes of parent class of ClassName
including inherited.
|
Cursor |
PDReport.GetListReports()
Return a Cursor of visible Reports
|
Cursor |
PDDocs.ListDeleted(java.lang.String DocTypename)
Creates a cursor with documents deleted of DocTypeName
FILTERED by ACL so certain user would NOT retrieve ALL the deleted documents
|
Cursor |
PDDocs.ListDeletedBefore(java.lang.String DocTypename,
java.util.Date DateBefore)
Creates a cursor with documents deleted of DocTypeName BEFORE a date
FILTERED by ACL so certain user would NOT retrieve ALL the deleted documents
|
Cursor |
PDACL.ListGroups(java.lang.String ACLName)
Returns a List of Groups related to an ACL
|
Cursor |
PDGroups.ListGroups(java.lang.String GrpName)
Init retrieving of users members of a group
|
Cursor |
PDThesaur.ListLang(java.lang.String TermId)
Obtain a CURSOR of the Records of translation terms
|
Cursor |
PDThesaur.ListNT(java.lang.String TermId)
Obtain a CURSOR of
Record of narrow terms |
Cursor |
PDThesaur.ListRT(java.lang.String TermId)
Obtain a CURSOR of the Records of related terms
|
Cursor |
PDThesaur.ListUF(java.lang.String TermId)
Creates a Cursor with the terms UF
|
Cursor |
PDACL.ListUsers(java.lang.String ACLName)
Returns a List of Users related to an ACL
|
Cursor |
PDGroups.ListUsers(java.lang.String GrpName)
Init retrieving of users members of a group
|
Cursor |
PDDocs.ListVersions(java.lang.String DocTypename,
java.lang.String Id)
Generates a Cursor containing all the Attributes of all the versions of a Document
The returned versions are ORDERED by date and FILTERED by ACL so certain user would NOT retrieve ALL the versions
|
Cursor |
PDThesaur.LoadList(java.util.HashSet IdList)
Creates a Cursot containing all the termm with the PDID included in IdList
|
Cursor |
PDTasksDef.Search(Conditions Conds)
Creates a cursor from a set of conditions
|
Cursor |
PDTrace.Search(Conditions Conds)
Search PDTrace objects with conditions creating a Cursor
|
Cursor |
PDThesaur.Search(Conditions AttrConds,
boolean SubThesaurs,
java.lang.String IdActFold,
java.util.Vector Ord)
Search for Thesaurs returning a cursor with the results of Thesaurs with the
indicated values of fields.
|
Cursor |
PDDocs.Search(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.
|
Cursor |
PDFolders.Search(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.
|
Cursor |
PDDocs.Search(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.
|
Cursor |
ObjPD.SearchLike(java.lang.String Name)
Search object of the current OPD classby its main identifier (Name, Code,..) using Like DDBB expression
|
Cursor |
ObjPD.SearchLikeDesc(java.lang.String Name)
Search object of the current OPD classby its descriptionusing Like DDBB expression
|
Cursor |
ObjPD.SearchQBE()
Do a Query By Example (bases in values assigned to Atributes) anc returns a Cursor
|
Cursor |
ObjPD.SearchSelect(java.lang.String SQL)
Search in ANY object using SQL Syntax subset, similar to CMIS SQL
|
Modifier and Type | Method and Description |
---|---|
abstract void |
DriverGeneric.CloseCursor(Cursor CursorIdent)
Closes the cursor, calling also to
DriverGeneric.delCursor(prodoc.Cursor) |
void |
DriverJDBC.CloseCursor(Cursor CursorIdent)
Close a Cursor
|
void |
DriverRemote.CloseCursor(Cursor CursorIdent)
Close a Cursor
|
java.util.ArrayList<java.lang.String> |
PDReport.GenerateRep(java.lang.String pIdParent,
Cursor pListDocs,
java.util.Vector pVectRec,
int pRecsPag,
int pPagsDoc,
java.lang.String OSFolder)
generates a report with the current PDId
|
java.util.ArrayList<java.lang.String> |
PDReport.GenerateRep(java.lang.String pIdParent,
Cursor pCurElems,
java.util.Vector pVectRec,
int pRecsPag,
int pPagsDoc,
java.lang.String OSFolder,
int MaxResults)
generates a report with the current PDId
|
java.lang.StringBuilder |
PDReport.GenerateRepString(java.lang.String pIdParent,
Cursor pListDocs,
java.util.Vector pVectRec)
Generates a list of report generated
|
PDDocs |
PDDocs.NextDoc(Cursor Res)
Receives a cursor created with method Search and returns the next folder or null if
there are no more.
|
PDFolders |
PDFolders.NextFold(Cursor Res)
Receives a cursor created with method Search and returns the next folder or null if
there are no more.
|
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
|
PDThesaur |
PDThesaur.NextTerm(Cursor Res)
Receives a cursor created with method Search and returns the next Term or null if
there are no more.
|