Uses of Class
org.apache.manifoldcf.crawler.common.filenet.FilenetException
-
Packages that use FilenetException Package Description org.apache.manifoldcf.crawler.common.filenet org.apache.manifoldcf.crawler.connectors.filenet -
-
Uses of FilenetException in org.apache.manifoldcf.crawler.common.filenet
Methods in org.apache.manifoldcf.crawler.common.filenet that throw FilenetException Modifier and Type Method Description voidIFilenet. checkConnection()Check if there is a working connection.voidIFilenet. createSession(java.lang.String userID, java.lang.String password, java.lang.String domain, java.lang.String objectStore, java.lang.String serverWSIURI)Create a session.voidIFilenet. destroySession()Delete a session.java.lang.String[]IFilenet. getChildFolders(java.lang.String[] parentFolderPath)Get the set of folder names that are children of the specified folder path.DocumentClassDefinition[]IFilenet. getDocumentClassesDetails()Get the set of available document classesMetadataFieldDefinition[]IFilenet. getDocumentClassMetadataFieldsDetails(java.lang.String documentClassName)Get the set of available metadata fields per document classjava.lang.IntegerIFilenet. getDocumentContentCount(java.lang.String docId)Get the document content information given an object id.voidIFilenet. getDocumentContents(java.lang.String docId, int elementNumber, java.lang.String tempFileName)Get document contentsFileInfoIFilenet. getDocumentInformation(java.lang.String docId, java.util.Map<java.lang.String,java.lang.Object> metadataFields)Get document information for a given filenet document.java.lang.String[]IFilenet. getMatchingObjectIds(java.lang.String sql)Execute a sql statement against FileNet and return the matching object id's -
Uses of FilenetException in org.apache.manifoldcf.crawler.connectors.filenet
Methods in org.apache.manifoldcf.crawler.connectors.filenet that throw FilenetException Modifier and Type Method Description protected voidFilenetConnector. checkConnection()Check connection, with appropriate retriesprotected java.lang.String[]FilenetConnector. doGetChildFolders(java.lang.String[] folderPath)Get child folder namesprotected java.lang.IntegerFilenetConnector. doGetDocumentContentCount(java.lang.String documentIdentifier)protected voidFilenetConnector. doGetDocumentContents(java.lang.String docId, int elementNumber, java.lang.String tempFileName)Get document contentsprotected FileInfoFilenetConnector. doGetDocumentInformation(java.lang.String docId, java.util.Map<java.lang.String,java.lang.Object> metadataFields)Get document infoprotected java.lang.String[]FilenetConnector. doGetMatchingObjectIds(java.lang.String sql)Get matching object id's for a given queryvoidFilenetConnector.CheckConnectionThread. finishUp()voidFilenetConnector.DestroySessionThread. finishUp()java.lang.String[]FilenetConnector.GetChildFoldersThread. finishUp()DocumentClassDefinition[]FilenetConnector.GetDocumentClassesInfoThread. finishUp()MetadataFieldDefinition[]FilenetConnector.GetDocumentClassesMetadataFieldsInfoThread. finishUp()java.lang.IntegerFilenetConnector.GetDocumentContentCountThread. finishUp()voidFilenetConnector.GetDocumentContentsThread. finishUp()FileInfoFilenetConnector.GetDocumentInformationThread. finishUp()java.lang.String[]FilenetConnector.GetMatchingObjectIdsThread. finishUp()voidFilenetConnector.GetSessionThread. finishUp()protected DocumentClassDefinition[]FilenetConnector. getDocumentClassesInfo()Get document class details, with appropriate retriesprotected MetadataFieldDefinition[]FilenetConnector. getDocumentClassMetadataFieldsInfo(java.lang.String documentClassName)Get document class metadata fields details, with appropriate retries
-