Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JHierrot/openprodoc
/ functions
Functions
5,108 in github.com/JHierrot/openprodoc
⨍
Functions
5,108
◇
Types & classes
480
↓ 5 callers
Method
CancelCheckout
Unlocks the document, deleting the PWC and all the changes made @throws PDException In any error
Prodoc/src/prodoc/PDDocs.java:1310
↓ 5 callers
Method
CheckDef
Checks the set of Attributes of a Record BUT with some exceptions ssimilar to {@link #Verify()} @throws PDExceptionFunc In any error
Prodoc/src/prodoc/Record.java:532
↓ 5 callers
Method
Clear
Removes ALL the Attributes of the Record
Prodoc/src/prodoc/Record.java:47
↓ 5 callers
Function
CompleteForm
(Oper, TypeElem)
ProdocWeb2/web/js/OpenProdoc3.0.3.js:3246
↓ 5 callers
Method
Connect
@throws prodoc.PDException
Prodoc/src/prodoc/FTConnector.java:111
↓ 5 callers
Method
CreateFromXML
Creates a NEW Record importing a XML node @param AttrsNode Node to import @return The created and filled record @throws PDException In any error
Prodoc/src/prodoc/Record.java:492
↓ 5 callers
Function
CreateWin
(TypeElem)
ProdocWeb2/web/js/OpenProdoc3.0.3.js:3136
↓ 5 callers
Method
Encode
Encoding of Strings @param ToBeEncoded Text to be encoded @return ncoded text
Prodoc/src/prodoc/DriverGeneric.java:2013
↓ 5 callers
Method
Execute
Executes the task defined in current object Beware that can be VERY DANGEROUS and DELETE THOUsands OF oBJECTS @throws PDException in any error
Prodoc/src/prodoc/PDTasksExec.java:288
↓ 5 callers
Method
ExportXML
Builds an XML of the object including the file to be printed or exported @param FolderPath Path to store Metadata and Document @param AbsPath If true,
Prodoc/src/prodoc/PDDocs.java:2722
↓ 5 callers
Method
FillTip
Fills the combo with a list of Folder types or doc types (allowed to the user @param ListTip Field to be filled @param Fold true when searching for fo
ProdocWeb/src/java/prodocUI/forms/FFormBase.java:124
↓ 5 callers
Method
FixPath
Converts any path to a "Linux" format managed by Java @param Path path to convert @param isFolder when true, the path is from a folder @return the nor
Prodoc/src/prodoc/DriverGeneric.java:3503
↓ 5 callers
Method
Format
(long val)
ProdocWeb2/src/java/OpenProdocServ/Status.java:41
↓ 5 callers
Method
FormatExport
Formats values for export @param Val Object to be formated @return String containing the formated object
Prodoc/src/prodoc/Attribute.java:614
↓ 5 callers
Method
GenSearchInput
(HttpServletRequest Req, Attribute Attr)
ProdocWeb2/src/java/OpenProdocUI/SParent.java:1365
↓ 5 callers
Method
GetSpaces
generates a string of ' ' of a size @param SSize Number of chars to generate @return generated string
Prodoc/src/prodoc/PDReport.java:726
↓ 5 callers
Function
ListDocs
(IdFolder)
SoftManOPD/web/js/GestSoftOPD1.0.js:335
↓ 5 callers
Function
MantTerm
(Url, idCurrTerm)
ProdocWeb2/web/js/OpenProdoc3.0.3.js:583
↓ 5 callers
Function
NewAjaxCon
()
ProdocWeb/web/js/TypesSearch.js:214
↓ 5 callers
Function
NewAjaxCon
()
ProdocWeb/web/js/Types.js:214
↓ 5 callers
Function
NewAjaxCon
()
ProdocWeb/web/js/adm/TypesSearch.js:214
↓ 5 callers
Function
NewAjaxCon
()
ProdocWeb/web/js/adm/Types.js:212
↓ 5 callers
Method
ProcessXML
Process and XML file @param XMLFile File to process @param ParentFolderId Flder where the new Folde()s) will be created @return the last object create
Prodoc/src/prodoc/PDFolders.java:1768
↓ 5 callers
Method
Purge
Permanently Destroy document and metadata @param Id Identifier of document to destroy @param DocTypename Document type of document to destroy @throws
Prodoc/src/prodoc/PDDocs.java:2244
↓ 5 callers
Method
Search
Search for Thesaurs returning a cursor with the results of Thesaurs with the indicated values of fields. @param AttrConds Conditions over the fields o
Prodoc/src/prodoc/PDThesaur.java:890
↓ 5 callers
Method
SearchConector
@param ConectorName @return
Prodoc/src/prodoc/ProdocFW.java:130
↓ 5 callers
Method
SearchV
Search for Folders returning a cursor with the results of folders with the indicated values of fields. Only return the folders alowed for the user, as
Prodoc/src/prodoc/PDFolders.java:1469
↓ 5 callers
Method
StoreDat
(HttpServletRequest Req, HashMap<String, String> ListFields)
ProdocWeb2/src/java/OpenProdocUI/SParent.java:1629
↓ 5 callers
Method
ToHtml
(HttpSession Sess)
ProdocWeb/src/java/html/Element.java:64
↓ 5 callers
Method
getAcl
@return the Acl
Prodoc/src/prodoc/PDGroups.java:344
↓ 5 callers
Method
getColumnIds
@return the ColumnIds
SoftManOPD/src/java/Config/SoftManOPDConfig.java:376
↓ 5 callers
Method
getComboModel
@param ListName @return
SoftManOPD/src/java/SoftManagOPDUI/SParent.java:968
↓ 5 callers
Method
getConditions
Construct the conditions for a query to retrieve the actual object from the database the constructed query searchs by the unique id/index PDID @throws
Prodoc/src/prodoc/PDFolders.java:370
↓ 5 callers
Method
getFieldsComp
@return the FieldsComp
Prodoc/src/prodoc/ExtConf.java:382
↓ 5 callers
Method
getFieldsCur
Returns the fields in teh cursor @return the Record {@link prodoc.Record} with the fields defined (select )
Prodoc/src/prodoc/Cursor.java:100
↓ 5 callers
Method
getFieldsToInclude
@return the FieldsToInclude
Prodoc/src/prodoc/ExtConf.java:253
↓ 5 callers
Method
getFormFacTS
@return the formFacTS @throws Exception
ProdocSwing/src/prodocswing/forms/MainWin.java:2305
↓ 5 callers
Method
getGridConfList
@return the GridConfList
SoftManOPD/src/java/Config/SoftManOPDConfig.java:312
↓ 5 callers
Method
getKey
Returns the value/field used as key of the object (Id) to ve used in Cache index @return the value of the Id field
Prodoc/src/prodoc/PDFolders.java:1708
↓ 5 callers
Method
getListOPSess
@return the ListOPSess
OPDAPIRest/src/java/Sessions/PoolSessions.java:88
↓ 5 callers
Method
getListOPSess
@return the ListOPSess
SoftManOPD/src/java/Sessions/PoolSessions.java:88
↓ 5 callers
Method
getListOPSess
@return the ListOPSess
ProdocWeb2/src/java/Sessions/PoolSessions.java:88
↓ 5 callers
Method
getName
@return the Name
ProdocWeb2/src/java/APIRest/beans/User.java:41
↓ 5 callers
Method
getObjCache
Create if necesary and Assign the Cache for the objects of this type of object @return the cache object for the type
Prodoc/src/prodoc/ObjPD.java:632
↓ 5 callers
Method
getObjCache
Create if necesary and Assign the Cache for the objects of this type of object @return the cache object for the type
Prodoc/src/prodoc/PDThesaur.java:952
↓ 5 callers
Method
getObjCacheAtr
Create if necesary and Assign the Cache for the objects of this type of object @return the cache object for the type
Prodoc/src/prodoc/PDObjDefs.java:1395
↓ 5 callers
Method
getPass
@return the Pass
Prodoc/src/prodoc/ExtConf.java:309
↓ 5 callers
Method
getPass
Returns the Password of the User used internally for the contribution @return the Pass
Prodoc/src/prodoc/ContribConf.java:487
↓ 5 callers
Method
getRecordStruct
@return
Prodoc/src/prodoc/PDRoles.java:417
↓ 5 callers
Method
getRecordStructPDFolderLev
Returns the fixed structure for levels/hierachy of folders @return a Record with all the Attributes @throws PDException In any error
Prodoc/src/prodoc/PDFolders.java:339
↓ 5 callers
Method
getRecordStructPDThesaurLev
Returns the fixed structure for levels of Thesaurs @return @throws PDException in any error
Prodoc/src/prodoc/PDThesaur.java:328
↓ 5 callers
Method
getRepType
@return the RepType
Prodoc/src/prodoc/PDRepository.java:416
↓ 5 callers
Method
getTableName
Static method that returns the name of Repositories table in DDBB @return the name of Repositories table in DDBB
Prodoc/src/prodoc/PDRepository.java:238
↓ 5 callers
Method
getTableName
Static method that returns the name of MimeType table in DDBB @return the name of MimeType table in DDBB
Prodoc/src/prodoc/PDMimeType.java:132
↓ 5 callers
Method
getTitle
@return the Title
OPDAPIRest/src/java/APIRest/beans/DocB.java:89
↓ 5 callers
Method
getUrlServlet
()
ProdocWeb/src/java/prodocUI/servlet/SPaperBin.java:83
↓ 5 callers
Method
getUser
Returns the User used internally for the contribution @return the User
Prodoc/src/prodoc/ContribConf.java:478
↓ 5 callers
Method
getUser
@return the UserName
Prodoc/src/prodoc/PDAuthenticators.java:388
↓ 5 callers
Method
getValidation
@return the Validation
Prodoc/src/prodoc/PDUser.java:435
↓ 5 callers
Method
getValues
@return the Values
ProdocSwing/src/prodocswing/forms/AttrMultiEdit.java:249
↓ 5 callers
Method
isAllowCreateAuth
@return the AllowCreateAuth
Prodoc/src/prodoc/PDRoles.java:830
↓ 5 callers
Method
isCancel
@return the Cancel
ProdocSwing/src/prodocswing/forms/DialogEditDoc.java:607
↓ 5 callers
Method
isCancel
@return the Cancel
ProdocSwing/src/prodocswing/forms/MantAttr.java:599
↓ 5 callers
Method
isCancel
@return the Cancel
ProdocSwing/src/prodocswing/forms/DialogEditFold.java:454
↓ 5 callers
Method
isCancel
@return the Cancel
ProdocSwing/src/prodocswing/forms/MantTerm.java:861
↓ 5 callers
Method
isFilter
@return the Filter
SoftManOPD/src/java/Config/SoftManOPDConfig.java:340
↓ 5 callers
Method
setCursor
@param pCursor the Cursor to set @throws PDException
ProdocSwing/src/prodocswing/PDTableModel.java:175
↓ 5 callers
Method
setLongStr
@param pLongStr the LongStr to set @throws PDException if parameter is longer that current value
Prodoc/src/prodoc/Attribute.java:457
↓ 5 callers
Method
setName
@param Name the Name to set @throws PDExceptionFunc in any error
Prodoc/src/prodoc/PDRoles.java:491
↓ 5 callers
Method
setName
Sets the Name (File extension) of the type @param Name the Name to set
Prodoc/src/prodoc/PDMimeType.java:189
↓ 5 callers
Method
setRecord
@param pAttrEdit
ProdocSwing/src/prodocswing/forms/MantAttr.java:507
↓ 5 callers
Method
setRecord
@param pTerm
ProdocSwing/src/prodocswing/forms/MantTerm.java:731
↓ 5 callers
Method
setTermAct
@param TermAct the TermAct to set
ProdocSwing/src/prodocswing/forms/MainThes.java:1340
↓ 5 callers
Method
toBooleanString
Formats boolean for storage @param Val @return
Prodoc/src/prodoc/DriverJDBC.java:553
↓ 5 callers
Method
toDate
Formats date for storage @param Fec @return
Prodoc/src/prodoc/DriverJDBC.java:504
↓ 5 callers
Method
toHtml
()
SoftManOPD/src/java/SoftManagOPDUI/FMain.java:59
↓ 5 callers
Method
unInstallMulti
@throws PDException
Prodoc/src/prodoc/ObjPD.java:344
↓ 4 callers
Method
AddBody
(Element e)
ProdocWeb/src/java/prodocUI/forms/FBase.java:66
↓ 4 callers
Method
AddOnChange
(String Script)
ProdocWeb/src/java/html/FieldCombo.java:51
↓ 4 callers
Method
AskLogin
@param Req @param out @throws Exception
ProdocWeb2/src/java/OpenProdocUI/SParent.java:179
↓ 4 callers
Method
AssignTaskUser
Protected method to create a Special taskUser @throws prodoc.PDException
Prodoc/src/prodoc/DriverGeneric.java:1595
↓ 4 callers
Method
BuildObj
Build an OpenProdoc object from an XML node @param OPDObject XML node containing an object @return Created OpenProdoc object @throws PDException in an
Prodoc/src/prodoc/DriverGeneric.java:2489
↓ 4 callers
Method
ClearSessOPD
(HttpSession HttpSes)
ProdocWeb2/src/java/OpenProdocUI/SParent.java:614
↓ 4 callers
Method
CreateDoc
(String json)
OPDAPIRest/src/java/APIRest/beans/DocB.java:58
↓ 4 callers
Method
CreateDoc
(String json)
ProdocWeb2/src/java/APIRest/beans/DocB.java:59
↓ 4 callers
Method
CreateRecordStructBase
@param R @return @throws prodoc.PDException
Prodoc/src/prodoc/PDTasksDef.java:300
↓ 4 callers
Method
CreateThes
(String json)
OPDAPIRest/src/java/APIRest/beans/ThesB.java:50
↓ 4 callers
Method
CreateThes
(String json)
ProdocWeb2/src/java/APIRest/beans/ThesB.java:50
↓ 4 callers
Method
DelNull
Removes ALL the atrributes without value
Prodoc/src/prodoc/Record.java:548
↓ 4 callers
Method
DialogReadString
@param Title @param FieldName @param ToolTip @param FieldText @return
ProdocSwing/src/prodocswing/forms/MainWin.java:2098
↓ 4 callers
Method
EditMode
()
ProdocSwing/src/prodocswing/forms/MantTaskPend.java:368
↓ 4 callers
Method
EvaluateDef
()
ProdocSwing/src/prodocswing/forms/MainWin.java:1843
↓ 4 callers
Method
Ext2Mime
Converts an extension in mimetype @param pExt file extension to check @return mimetype aasigneto to the extension @throws PDException in any error
Prodoc/src/prodoc/PDMimeType.java:318
↓ 4 callers
Method
FillAcl
(FieldCombo ListACL)
ProdocWeb/src/java/prodocUI/forms/FFormBase.java:85
↓ 4 callers
Function
FillHideFields
(TypeElem)
ProdocWeb2/web/js/OpenProdoc3.0.3.js:2788
↓ 4 callers
Method
GenFromDef
Generates a programed task from a definition @param Task Definition of the task @throws PDException in any error
Prodoc/src/prodoc/PDTasksExec.java:179
↓ 4 callers
Method
GenObj
@param ElemType @param PDSession @param Id @return @throws PDException
ProdocWeb2/src/java/OpenProdocServ/ListElem.java:319
↓ 4 callers
Method
GenerateId
Generates an unique identifier @return The identifier generated
Prodoc/src/prodoc/PDTasksExec.java:206
↓ 4 callers
Method
GetDat
(HttpServletRequest Req )
ProdocWeb2/src/java/OpenProdocUI/SParent.java:1634
↓ 4 callers
Method
GetSession
(String Id)
OPDAPIRest/src/java/Sessions/PoolSessions.java:51
← previous
next →
601–700 of 5,108, ranked by callers