Package com.documentum.fc.client
Interface IDfDocbaseMap
- All Superinterfaces:
IDfTypedObject
This interface provides information about the repositories known to a connection broker.
The method <
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.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAuthProtocol
(int index) Returns the authentication protocol of the repository at the specified index.int
Returns the number of repositories known.getDocbaseDescription
(int index) Returns the administrator-defined description of the repository at the specified index.getDocbaseId
(int index) Returns the ID of the repository at the specified index.getDocbaseName
(int index) Returns the name of the repository at the specified index.getDocbaseRoles
(int index) getDormancyStatus
(int index) Returns the status of the docbase at the specified indexgetFederationName
(int index) Returns the name of the federation for the repository at the specified index.getGoverningDocbase
(int index) Returns the name of the governing repository for the repository at the specified index.Deprecated.This internal attribute is not meaningful heregetServerMap
(int index) Returns information about Documentum servers for the repository at the specified index.getServerMapByName
(String docbaseName) Returns information about Documentum servers for the repository with the specified name.getServerVersion
(int index) Returns the version string of the Documentum server at the specified index.Methods inherited from interface com.documentum.fc.client.IDfTypedObject
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
-
Field Details
-
GLOBAL_REGISTRY
- See Also:
-
-
Method Details
-
getDocbaseCount
Returns the number of repositories known. Refer to the Server Administrator's Guide for more information about connection brokers.- Throws:
DfException
- if a server error occurs
-
getAuthProtocol
Returns the authentication protocol of the repository at the specified index.- Throws:
DfException
- if a server error occurs
-
getDocbaseId
Returns the ID of the repository at the specified index.- Throws:
DfException
- if a server error occurs
-
getDocbaseName
Returns the name of the repository at the specified index.- Throws:
DfException
- if a server error occurs
-
getDocbaseDescription
Returns the administrator-defined description of the repository at the specified index.- Throws:
DfException
- if a server error occurs
-
getFederationName
Returns the name of the federation for the repository at the specified index.- Throws:
DfException
- if a server error occurs
-
getGoverningDocbase
Returns the name of the governing repository for the repository at the specified index.- Throws:
DfException
- if a server error occurs
-
getServerVersion
Returns the version string of the Documentum server at the specified index.- Throws:
DfException
- if a server error occurs
-
getServerMap
Returns information about Documentum servers for the repository at the specified index.- Throws:
DfException
- if a server error occurs
-
getServerMapByName
Returns information about Documentum servers for the repository with the specified name.- Throws:
DfException
- if a server error occurs
-
getHostName
Deprecated.This internal attribute is not meaningful hereReturns the name of the host machine on which the connection broker resides.- Throws:
DfException
- if a server error occurs
-
getDocbaseRoles
- Returns:
- null if does not support docbase_roles, return list of docbase roles otherwise
- Throws:
DfException
-
getDormancyStatus
Returns the status of the docbase at the specified index- Parameters:
index
- index The index into the docbasemap from which the value has to be picked up- Returns:
- a String representing the status, possible values are ACTIVE,DORMANT, DORMANCY_REQUESTED
- Throws:
DfException
- if an error occurs while getting the docbase status from the map
-