public interface IDocumentumObject
extends java.rmi.Remote
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists()
Does the object exist?
|
java.lang.String |
getACLDomain()
Get the ACL domain
|
java.lang.String |
getACLName()
Get the ACL name
|
java.lang.String[] |
getAttributeValues(java.lang.String attribute)
Get all the values that an attribute has, including multiple ones if present
|
long |
getContentSize()
Get object's content size
|
java.lang.String |
getContentType()
Get the object's content type
|
java.lang.String |
getFile(java.lang.String path)
Write the content of the object to a file path.
|
java.lang.String[] |
getFolderPaths(java.util.Map pathMapCache)
Get the path set for the object.
|
java.lang.String |
getObjectId()
Get the object identifier
|
java.lang.String |
getObjectName()
Get the object name
|
int |
getPageCount()
Get object's page count
|
int |
getPermit()
Get object's permit level
|
java.lang.String |
getTypeName()
Get object type name
|
java.lang.String |
getUserName()
Get a user's name
|
int |
getUserState()
Get a user state
|
java.lang.String |
getVersionLabel()
Get the object's version label
|
java.lang.String |
getVStamp()
Get the vstamp field for the object
|
boolean |
isDeleted()
Check if object is deleted
|
boolean |
isHidden()
Check if object is hidden
|
void |
release()
Release the object
|
static final java.lang.String _rcsid
void release()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean exists()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getObjectId()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getObjectName()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getContentType()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getACLDomain()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getACLName()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionboolean isDeleted()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionboolean isHidden()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionint getPermit()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionlong getContentSize()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionint getPageCount()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getVersionLabel()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getTypeName()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getVStamp()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String[] getFolderPaths(java.util.Map pathMapCache)
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getFile(java.lang.String path)
throws DocumentumException,
java.rmi.RemoteException
path - is where the content should be written.DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String[] getAttributeValues(java.lang.String attribute)
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionint getUserState()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteExceptionjava.lang.String getUserName()
throws DocumentumException,
java.rmi.RemoteException
DocumentumExceptionjava.rmi.RemoteException