public interface IDfDocbaseMap extends IDfTypedObject
getDocbaseCount()
returns the number of repositories in the map. Think of the information
returned by these index-based methods as being laid out in rows. Therefore, the information returned by calling these
methods with a particular index number will refer to the same repository.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GLOBAL_REGISTRY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthProtocol(int index)
Returns the authentication protocol of the repository at the specified index.
|
int |
getDocbaseCount()
Returns the number of repositories known.
|
java.lang.String |
getDocbaseDescription(int index)
Returns the administrator-defined description of the repository at the specified index.
|
java.lang.String |
getDocbaseId(int index)
Returns the ID of the repository at the specified index.
|
java.lang.String |
getDocbaseName(int index)
Returns the name of the repository at the specified index.
|
IDfList |
getDocbaseRoles(int index) |
java.lang.String |
getDormancyStatus(int index)
Returns the status of the docbase at the specified index
|
java.lang.String |
getFederationName(int index)
Returns the name of the federation for the repository at the specified index.
|
java.lang.String |
getGoverningDocbase(int index)
Returns the name of the governing repository for the repository at the specified index.
|
java.lang.String |
getHostName()
Deprecated.
This internal attribute is not meaningful here
|
IDfTypedObject |
getServerMap(int index)
Returns information about Documentum servers for the repository at the specified index.
|
IDfTypedObject |
getServerMapByName(java.lang.String docbaseName)
Returns information about Documentum servers for the repository with the specified name.
|
java.lang.String |
getServerVersion(int index)
Returns the version string of the Documentum server at the specified index.
|
appendBoolean, appendDouble, appendId, appendInt, appendString, appendTime, appendValue, dump, enumAttrs, findAttrIndex, findBoolean, findDouble, findId, findInt, findString, findTime, findValue, getAllRepeatingStrings, getAttr, getAttrCount, getAttrDataType, getBoolean, getDouble, getId, getInt, getLong, getObjectId, getObjectSession, getOriginalSession, getRepeatingBoolean, getRepeatingDouble, getRepeatingId, getRepeatingInt, getRepeatingLong, getRepeatingString, getRepeatingTime, getRepeatingValue, getSession, getSessionManager, getString, getTime, getValue, getValueAt, getValueCount, hasAttr, insertBoolean, insertDouble, insertId, insertInt, insertString, insertTime, insertValue, isAttrRepeating, isNull, remove, removeAll, setBoolean, setDouble, setId, setInt, setNull, setRepeatingBoolean, setRepeatingDouble, setRepeatingId, setRepeatingInt, setRepeatingString, setRepeatingTime, setRepeatingValue, setSessionManager, setString, setTime, setValue, truncate
static final java.lang.String GLOBAL_REGISTRY
int getDocbaseCount() throws DfException
DfException
- if a server error occursjava.lang.String getAuthProtocol(int index) throws DfException
DfException
- if a server error occursjava.lang.String getDocbaseId(int index) throws DfException
DfException
- if a server error occursjava.lang.String getDocbaseName(int index) throws DfException
DfException
- if a server error occursjava.lang.String getDocbaseDescription(int index) throws DfException
DfException
- if a server error occursjava.lang.String getFederationName(int index) throws DfException
DfException
- if a server error occursjava.lang.String getGoverningDocbase(int index) throws DfException
DfException
- if a server error occursjava.lang.String getServerVersion(int index) throws DfException
DfException
- if a server error occursIDfTypedObject getServerMap(int index) throws DfException
DfException
- if a server error occursIDfTypedObject getServerMapByName(java.lang.String docbaseName) throws DfException
DfException
- if a server error occursjava.lang.String getHostName() throws DfException
DfException
- if a server error occursIDfList getDocbaseRoles(int index) throws DfException
DfException
java.lang.String getDormancyStatus(int index) throws DfException
index
- index The index into the docbasemap from which the value has to be picked upDfException
- if an error occurs while getting the docbase status from the mapCopyright 1994-2023 OpenText Corporation. All rights reserved.