Package | Description |
---|---|
prodoc |
Main package of OpenProdoc containing most classes
|
prodoc.security |
Security package of OpenProdoc containing authenticators
|
Modifier and Type | Class and Description |
---|---|
class |
DriverJDBC
Subclass of DriverGeneric that manages the storage of metadata in a Database
|
class |
DriverRemote
This class implements a remote conection to a Prodoc Server
|
Modifier and Type | Method and Description |
---|---|
DriverGeneric |
ObjPD.getDrv() |
DriverGeneric |
Conector.getSession(java.lang.String user,
java.lang.String Password)
Returns a session from the pool
adding a new session if all the session are Locked
|
static DriverGeneric |
ProdocFW.getSession(java.lang.String ConectorName,
java.lang.String user,
java.lang.String Password)
Returns an OpenProdoc Session, creating one when needed
|
Modifier and Type | Method and Description |
---|---|
void |
Conector.freeSesion(DriverGeneric Session)
Frees a sesion locked previously in
Conector.getSession(java.lang.String, java.lang.String) |
static void |
ProdocFW.freeSesion(java.lang.String ConectorName,
DriverGeneric Session)
releases a reserved session
|
static Condition |
Condition.genContainsCond(java.lang.String TabName,
java.lang.String Arg,
DriverGeneric Drv)
Search in the Fulltext repository and generates a condition with the list of document that meet the FT criteria
|
static Condition |
Condition.genInFolder(java.lang.String FoldRef,
DriverGeneric Drv)
Create conditions for searching the elements contained in a specific folder
|
static Conditions |
Condition.genInTreeCond(java.lang.String FoldRef,
DriverGeneric Drv)
Create conditions for searching all the elements UNDER a specific folder at any level
|
static void |
PDFolders.Install(DriverGeneric Drv)
The install method is generic because for instantiate a object, the class
need to access to the tables for definition
|
static java.io.File |
PDDocs.ProcessXMLAbby(DriverGeneric Sess,
java.io.File XMLFile,
java.lang.String ParentFoldId,
java.lang.String DateFormat,
java.lang.String TimeStampFormat)
Imports all the documents referenced in a XML file in ABBY FlexyCapture format
|
static java.io.File |
PDDocs.ProcessXMLKofax(DriverGeneric Sess,
java.io.File TxtFile,
java.lang.String ParentFoldId,
java.lang.String DateFormat,
java.lang.String TimeStampFormat)
Imports all the documents referenced in a Text file in Kofax Capture format
|
void |
ObjPD.setDrv(DriverGeneric Drv) |
static void |
PDTasksDef.StartTaskGenerator(DriverGeneric Drv)
Start the main tasks that supervises and starts all the others.
|
Constructor and Description |
---|
ObjPD(DriverGeneric pDrv)
Default constructor of an OpenProdoc object, assigning driver for database access
|
PDACL(DriverGeneric Drv)
Default constructor
|
PDAuthenticators(DriverGeneric Drv)
default constructor
|
PDCustomization(DriverGeneric Drv)
Default constructor
|
PDDocs(DriverGeneric Drv)
Default constructor that creates a document of the default doctype
|
PDDocs(DriverGeneric Drv,
java.lang.String pDocType)
Constructor indicating the document type.
|
PDDocsRIS(DriverGeneric Drv,
java.lang.String pDocType)
Default constructor
|
PDEvent(DriverGeneric Drv)
defacult constructor
|
PDFolders(DriverGeneric Drv)
Default constructor that creates a Folder of the default Foldertype
|
PDFolders(DriverGeneric Drv,
java.lang.String pFoldType)
Default constructor that creates a document of the specified foldertype
|
PDGroups(DriverGeneric Drv)
default Constructor
|
PDMessage(DriverGeneric Drv)
Default constructor
|
PDMimeType(DriverGeneric Drv)
Default constructor
|
PDObjDefs(DriverGeneric Drv)
Default constructor
|
PDReport(DriverGeneric pDrv)
Default constructor
|
PDRepository(DriverGeneric Drv)
default constructor
|
PDRoles(DriverGeneric Drv)
Default constructor
|
PDServer(DriverGeneric Drv)
Default Constructor
|
PDTasksCron(DriverGeneric Drv)
Default Constructor
|
PDTasksDef(DriverGeneric Drv)
Default Constructor
|
PDTasksDefEvent(DriverGeneric Drv)
Default constructor
|
PDTasksExec(DriverGeneric Drv)
Default constructor
|
PDTasksExecEnded(DriverGeneric Drv)
Dafult constructor
|
PDThesaur(DriverGeneric Drv)
Deafult costructor
|
PDTrace(DriverGeneric Drv)
Default constructor
|
PDUser(DriverGeneric Drv)
Default constructor
|
StoreCustom(java.lang.String pServer,
java.lang.String pUser,
java.lang.String pPassword,
java.lang.String pParam,
boolean pEncrypt,
DriverGeneric Drv)
Constructor of a Custom Storage controles
|
Constructor and Description |
---|
AuthCustom(java.lang.String pServer,
java.lang.String pUser,
java.lang.String pPassword,
java.lang.String pParam,
DriverGeneric Drv)
Constructor of Authenticator controller
|
AuthOPD(java.lang.String pServer,
java.lang.String pUser,
java.lang.String pPassword,
java.lang.String pParam,
DriverGeneric pOPDInstance)
Constructor of OPD Authentication
|