Package com.emc.documentum.rest.dfc
Interface DarManager
public interface DarManager
-
Method Summary
Modifier and TypeMethodDescriptionget
(String darID, AttributeView attributeView) Get a dmc_dar object by its dar object id.installDar
(File file, AttributeView attributeView)
-
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 idattributeView
- 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 fileattributeView
-- Returns:
- the dmc_dar object
- Throws:
com.documentum.fc.common.DfException
IOException
-