void |
IDocumentum.checkConnection() |
Check if there is a working connection.
|
void |
IDocumentumResult.close() |
Close and release the resources for this resultset.
|
void |
IDocumentum.createSession(java.lang.String docbaseName,
java.lang.String userName,
java.lang.String password,
java.lang.String domain) |
Create a session.
|
void |
IDocumentum.destroySession() |
Delete the session.
|
boolean |
IDocumentumObject.exists() |
Does the object exist?
|
java.lang.String |
IDocumentumObject.getACLDomain() |
Get the ACL domain
|
java.lang.String |
IDocumentumObject.getACLName() |
Get the ACL name
|
java.lang.String[] |
IDocumentumObject.getAttributeValues(java.lang.String attribute) |
Get all the values that an attribute has, including multiple ones if present
|
long |
IDocumentumObject.getContentSize() |
Get object's content size
|
java.lang.String |
IDocumentumObject.getContentType() |
Get the object's content type
|
java.lang.String |
IDocumentum.getDocbaseName() |
Read the docbase name based on the session.
|
java.lang.String |
IDocumentumObject.getFile(java.lang.String path) |
Write the content of the object to a file path.
|
IDocumentumResult |
IDocumentum.getFolderContents(java.lang.String folderPath) |
Get folder contents
|
java.lang.String[] |
IDocumentumObject.getFolderPaths(java.util.Map pathMapCache) |
Get the path set for the object.
|
IDocumentumObject |
IDocumentum.getObjectByQualification(java.lang.String dql) |
Get a documentum object, by qualification.
|
java.lang.String |
IDocumentumObject.getObjectId() |
Get the object identifier
|
java.lang.String |
IDocumentumObject.getObjectName() |
Get the object name
|
int |
IDocumentumObject.getPageCount() |
Get object's page count
|
int |
IDocumentumObject.getPermit() |
Get object's permit level
|
java.lang.String |
IDocumentum.getServerVersion() |
Get the server version.
|
java.lang.String |
IDocumentum.getSessionId() |
Get the current session id.
|
java.lang.String |
IDocumentumResult.getStringValue(java.lang.String valueName) |
Get a string result value
|
java.lang.String |
IDocumentumObject.getTypeName() |
Get object type name
|
java.lang.String |
IDocumentumObject.getUserName() |
Get a user's name
|
int |
IDocumentumObject.getUserState() |
Get a user state
|
java.lang.String |
IDocumentumObject.getVersionLabel() |
Get the object's version label
|
java.lang.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(java.lang.String theType,
java.lang.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(java.lang.String dql) |
Perform a DQL query.
|