Interface DarManager


public interface DarManager
  • Method Details

    • get

      SysObject get(String darID, AttributeView attributeView) throws com.documentum.fc.common.DfException
      Get a dmc_dar object by its dar object id.
      Parameters:
      darID - the dar id
      attributeView - the attribute view on the result
      Returns:
      the dmc_dar object
      Throws:
      com.documentum.fc.common.DfException - exception during the operation
    • installDar

      SysObject installDar(File file, AttributeView attributeView) throws com.documentum.fc.common.DfException, IOException
      Parameters:
      file - the dar file
      attributeView -
      Returns:
      the dmc_dar object
      Throws:
      com.documentum.fc.common.DfException
      IOException