Modifier and Type | Method and Description |
---|---|
boolean |
exists()
Does the object exist?
|
String |
getACLDomain()
Get the ACL domain
|
String |
getACLName()
Get the ACL name
|
String[] |
getAttributeValues(String attribute)
Get all the values that an attribute has, including multiple ones if present
|
long |
getContentSize()
Get object's content size
|
String |
getContentType()
Get the object's content type
|
String |
getFile(String path)
Write the content of the object to a file path.
|
String[] |
getFolderPaths(Map pathMapCache)
Get the path set for the object.
|
String |
getObjectId()
Get the object identifier
|
String |
getObjectName()
Get the object name
|
int |
getPageCount()
Get object's page count
|
int |
getPermit()
Get object's permit level
|
String |
getTypeName()
Get object type name
|
String |
getUserName()
Get a user's name
|
int |
getUserState()
Get a user state
|
String |
getVersionLabel()
Get the object's version label
|
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 String _rcsid
void release() throws RemoteException
RemoteException
boolean exists() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getObjectId() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getObjectName() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getContentType() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getACLDomain() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getACLName() throws DocumentumException, RemoteException
DocumentumException
RemoteException
boolean isDeleted() throws DocumentumException, RemoteException
DocumentumException
RemoteException
boolean isHidden() throws DocumentumException, RemoteException
DocumentumException
RemoteException
int getPermit() throws DocumentumException, RemoteException
DocumentumException
RemoteException
long getContentSize() throws DocumentumException, RemoteException
DocumentumException
RemoteException
int getPageCount() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getVersionLabel() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getTypeName() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getVStamp() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String[] getFolderPaths(Map pathMapCache) throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getFile(String path) throws DocumentumException, RemoteException
path
- is where the content should be written.DocumentumException
RemoteException
String[] getAttributeValues(String attribute) throws DocumentumException, RemoteException
DocumentumException
RemoteException
int getUserState() throws DocumentumException, RemoteException
DocumentumException
RemoteException
String getUserName() throws DocumentumException, RemoteException
DocumentumException
RemoteException