Interface RepositoryManager


public interface RepositoryManager
The repository manager.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String repositoryName)
    Deprecated.
    since Feldspar 16.3, please use get(String repositoryName,boolean includeDomains)
    get(String repositoryName, boolean includeDomains)
    Get a repository according to its name
    Get a list of repositories
  • Method Details

    • get

      @Deprecated Repository get(String repositoryName) throws com.documentum.fc.common.DfException
      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 repository
      includeDomains - 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

      List<Repository> getRepositories() throws com.documentum.fc.common.DfException
      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