| Package | Description |
|---|---|
| org.apache.manifoldcf.crawler.common.filenet | |
| org.apache.manifoldcf.crawler.connectors.filenet |
| Modifier and Type | Method and Description |
|---|---|
void |
IFilenet.checkConnection()
Check if there is a working connection.
|
void |
IFilenet.createSession(java.lang.String userID,
java.lang.String password,
java.lang.String domain,
java.lang.String objectStore,
java.lang.String serverWSIURI)
Create a session.
|
void |
IFilenet.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 classes
|
MetadataFieldDefinition[] |
IFilenet.getDocumentClassMetadataFieldsDetails(java.lang.String documentClassName)
Get the set of available metadata fields per document class
|
java.lang.Integer |
IFilenet.getDocumentContentCount(java.lang.String docId)
Get the document content information given an object id.
|
void |
IFilenet.getDocumentContents(java.lang.String docId,
int elementNumber,
java.lang.String tempFileName)
Get document contents
|
FileInfo |
IFilenet.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
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FilenetConnector.checkConnection()
Check connection, with appropriate retries
|
protected java.lang.String[] |
FilenetConnector.doGetChildFolders(java.lang.String[] folderPath)
Get child folder names
|
protected java.lang.Integer |
FilenetConnector.doGetDocumentContentCount(java.lang.String documentIdentifier) |
protected void |
FilenetConnector.doGetDocumentContents(java.lang.String docId,
int elementNumber,
java.lang.String tempFileName)
Get document contents
|
protected FileInfo |
FilenetConnector.doGetDocumentInformation(java.lang.String docId,
java.util.Map<java.lang.String,java.lang.Object> metadataFields)
Get document info
|
protected java.lang.String[] |
FilenetConnector.doGetMatchingObjectIds(java.lang.String sql)
Get matching object id's for a given query
|
void |
FilenetConnector.GetSessionThread.finishUp() |
void |
FilenetConnector.DestroySessionThread.finishUp() |
void |
FilenetConnector.CheckConnectionThread.finishUp() |
DocumentClassDefinition[] |
FilenetConnector.GetDocumentClassesInfoThread.finishUp() |
MetadataFieldDefinition[] |
FilenetConnector.GetDocumentClassesMetadataFieldsInfoThread.finishUp() |
java.lang.String[] |
FilenetConnector.GetChildFoldersThread.finishUp() |
java.lang.String[] |
FilenetConnector.GetMatchingObjectIdsThread.finishUp() |
java.lang.Integer |
FilenetConnector.GetDocumentContentCountThread.finishUp() |
FileInfo |
FilenetConnector.GetDocumentInformationThread.finishUp() |
void |
FilenetConnector.GetDocumentContentsThread.finishUp() |
protected DocumentClassDefinition[] |
FilenetConnector.getDocumentClassesInfo()
Get document class details, with appropriate retries
|
protected MetadataFieldDefinition[] |
FilenetConnector.getDocumentClassMetadataFieldsInfo(java.lang.String documentClassName)
Get document class metadata fields details, with appropriate retries
|