Package com.emc.documentum.rest.dfc
Interface RepositoryManager
public interface RepositoryManager
The repository manager.
- 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.since Feldspar 16.3, please use get(String repositoryName,boolean includeDomains)Get a repository according to its nameGet a list of repositories 
- 
Method Details
- 
get
Deprecated.since Feldspar 16.3, please use get(String repositoryName,boolean includeDomains)Get a repository according to its name- Parameters:
 repositoryName- the name of the repository- Returns:
 - a repository object identified by its name
 - Throws:
 com.documentum.fc.common.DfException- when fail to retrieve this repository from server
 - 
get
Repository get(String repositoryName, boolean includeDomains) throws com.documentum.fc.common.DfException Get a repository according to its name- Parameters:
 repositoryName- the name of the repositoryincludeDomains- whether to return LDAP domains- Returns:
 - a repository object identified by its name
 - Throws:
 com.documentum.fc.common.DfException- when fail to retrieve this repository from server
 - 
getRepositories
Get a list of repositories- Returns:
 - a List containing information for each repository
 - Throws:
 com.documentum.fc.common.DfException- when fail to communicate with docbroker
 
 -