Package | Description |
---|---|
org.apache.manifoldcf.crawler.authorities.DCTM | |
org.apache.manifoldcf.crawler.common.DCTM | |
org.apache.manifoldcf.crawler.connectors.DCTM |
Modifier and Type | Method and Description |
---|---|
protected void |
AuthorityConnector.checkConnection()
Check connection, with appropriate retries
|
protected IDocumentumObject |
AuthorityConnector.getObjectByQualification(String qualification)
Perform getObjectByQualification, with appropriate reset
|
protected String |
AuthorityConnector.getServerVersion()
Get server version, with appropriate retries
|
protected IDocumentumResult |
AuthorityConnector.performDQLQuery(String query)
Perform a DQL query, with appropriate reset on a remote exception
|
Modifier and Type | Method and Description |
---|---|
void |
IDocumentum.checkConnection()
Check if there is a working connection.
|
void |
IDocumentumResult.close()
Close and release the resources for this resultset.
|
void |
IDocumentum.createSession(String docbaseName,
String userName,
String password,
String domain)
Create a session.
|
void |
IDocumentum.destroySession()
Delete the session.
|
boolean |
IDocumentumObject.exists()
Does the object exist?
|
String |
IDocumentumObject.getACLDomain()
Get the ACL domain
|
String |
IDocumentumObject.getACLName()
Get the ACL name
|
String[] |
IDocumentumObject.getAttributeValues(String attribute)
Get all the values that an attribute has, including multiple ones if present
|
long |
IDocumentumObject.getContentSize()
Get object's content size
|
String |
IDocumentumObject.getContentType()
Get the object's content type
|
String |
IDocumentum.getDocbaseName()
Read the docbase name based on the session.
|
String |
IDocumentumObject.getFile(String path)
Write the content of the object to a file path.
|
IDocumentumResult |
IDocumentum.getFolderContents(String folderPath)
Get folder contents
|
String[] |
IDocumentumObject.getFolderPaths(Map pathMapCache)
Get the path set for the object.
|
IDocumentumObject |
IDocumentum.getObjectByQualification(String dql)
Get a documentum object, by qualification.
|
String |
IDocumentumObject.getObjectId()
Get the object identifier
|
String |
IDocumentumObject.getObjectName()
Get the object name
|
int |
IDocumentumObject.getPageCount()
Get object's page count
|
int |
IDocumentumObject.getPermit()
Get object's permit level
|
String |
IDocumentum.getServerVersion()
Get the server version.
|
String |
IDocumentum.getSessionId()
Get the current session id.
|
String |
IDocumentumResult.getStringValue(String valueName)
Get a string result value
|
String |
IDocumentumObject.getTypeName()
Get object type name
|
String |
IDocumentumObject.getUserName()
Get a user's name
|
int |
IDocumentumObject.getUserState()
Get a user state
|
String |
IDocumentumObject.getVersionLabel()
Get the object's version label
|
String |
IDocumentumObject.getVStamp()
Get the vstamp field for the object
|
boolean |
IDocumentumObject.isDeleted()
Check if object is deleted
|
boolean |
IDocumentumObject.isHidden()
Check if object is hidden
|
boolean |
IDocumentum.isOneOf(String theType,
String[] matchTypeSet)
Check if an object type is equal to or is a subtype of any one of a set of other object types.
|
boolean |
IDocumentumResult.isValidRow()
Check if we are done with the resultset.
|
void |
IDocumentumResult.nextRow()
Advance to the next row.
|
IDocumentumResult |
IDocumentum.performDQLQuery(String dql)
Perform a DQL query.
|
Modifier and Type | Method and Description |
---|---|
protected String |
DCTM.buildDateString(long timevalue)
Build date string with appropriate reset
|
protected void |
DCTM.checkConnection()
Check connection, with appropriate retries
|
void |
DCTM.GetSessionThread.finishUp() |
List<String> |
DCTM.GetListOfValuesThread.finishUp() |
void |
DCTM.CheckConnectionThread.finishUp() |
String |
DCTM.BuildDateStringThread.finishUp() |
void |
DCTM.DestroySessionThread.finishUp() |
void |
DCTM.GetDocumentsFromQueryThread.finishUp() |
RepositoryDocument |
DCTM.ProcessDocumentThread.finishUp() |
String[] |
DCTM.GetChildFolderNamesThread.finishUp() |
protected List<String> |
DCTM.getAttributesForType(String typeName) |
String[] |
DCTM.SpecInfo.getPathAttributeValue(IDocumentumObject object)
Given an identifier, get the array of translated strings that goes into the metadata.
|
String |
DCTM.ProcessDocumentThread.getVersionString() |