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(String userID,
String password,
String domain,
String objectStore,
String serverWSIURI)
Create a session.
|
void |
IFilenet.destroySession()
Delete a session.
|
String[] |
IFilenet.getChildFolders(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(String documentClassName)
Get the set of available metadata fields per document class
|
Integer |
IFilenet.getDocumentContentCount(String docId)
Get the document content information given an object id.
|
void |
IFilenet.getDocumentContents(String docId,
int elementNumber,
String tempFileName)
Get document contents
|
FileInfo |
IFilenet.getDocumentInformation(String docId,
Map<String,Object> metadataFields)
Get document information for a given filenet document.
|
String[] |
IFilenet.getMatchingObjectIds(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 String[] |
FilenetConnector.doGetChildFolders(String[] folderPath)
Get child folder names
|
protected Integer |
FilenetConnector.doGetDocumentContentCount(String documentIdentifier) |
protected void |
FilenetConnector.doGetDocumentContents(String docId,
int elementNumber,
String tempFileName)
Get document contents
|
protected FileInfo |
FilenetConnector.doGetDocumentInformation(String docId,
Map<String,Object> metadataFields)
Get document info
|
protected String[] |
FilenetConnector.doGetMatchingObjectIds(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() |
String[] |
FilenetConnector.GetChildFoldersThread.finishUp() |
String[] |
FilenetConnector.GetMatchingObjectIdsThread.finishUp() |
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(String documentClassName)
Get document class metadata fields details, with appropriate retries
|