public interface IDfViewedObject extends IDfClientRegistryObject
Modifier and Type | Method and Description |
---|---|
void |
addFilePath(java.lang.String filePath)
Adds the file path to the existing viewed object.
|
IDfList |
getFilePaths()
It is possible that the given viewed object may have more than one
file path.
|
void |
removeFilePath(java.lang.String filePath)
Removes the file path from the existing viewed object.
|
getContentIdentifier, getDocbaseId, getDocbaseName, getDocbroker, getDomainName, getFilePath, getFolderPath, getFormat, getFormatDescription, getObjectId, getObjectName, getResourceForkIdentifier, getTitle, getType, getUser, getVStamp, isDirty, loadFromRegistry, setContentIdentifier, setDocbaseId, setDocbaseName, setDocbroker, setDomainName, setFilePath, setFolderPath, setFormat, setFormatDescription, setObjectId, setObjectName, setResourceForkIdentifier, setTitle, setType, setUser, setVStamp, updateRegistry
IDfList getFilePaths() throws DfException
DfException
void addFilePath(java.lang.String filePath) throws DfException
filePath
- the filePath to be addedDfException
void removeFilePath(java.lang.String filePath) throws DfException
filePath
- the filePath to be removed.DfException
Copyright 1994-2023 OpenText Corporation. All rights reserved.