Package com.documentum.fc.client
Interface IDfRetainerFactory
public interface IDfRetainerFactory
This class provides calls to create dmRetainer objects.
-
Method Summary
Modifier and TypeMethodDescriptionnewRetainerForContainer(IDfPersistentObject rootObject) Creates IDfRetainer to apply retention to a group of objects.newRetainerForContainerId(IDfSession session, IDfId rootObjectId) Creates IDfRetainer to apply retention to a group of objects.newRetainerForObject(IDfPersistentObject rootObject) Creates IDfRetainer to apply retention to a single object.newRetainerForObjectId(IDfSession session, IDfId rootObjectId) Creates IDfRetainer to apply retention to a single object.
-
Method Details
-
newRetainerForObject
Creates IDfRetainer to apply retention to a single object.- Parameters:
rootObject- object for which retention will be applied.- Returns:
- IDfRetainer object
- Throws:
DfException- Since:
- 5.3
-
newRetainerForContainer
Creates IDfRetainer to apply retention to a group of objects.- Parameters:
rootObject- object which defines group over which retention will be applied.- Returns:
- IDfRetainer object
- Throws:
DfException- Since:
- 5.3
-
newRetainerForObjectId
Creates IDfRetainer to apply retention to a single object.- Parameters:
session- session context for creation of the object.rootObjectId- object for which retention will be applied.- Returns:
- IDfRetainer object
- Throws:
DfException- Since:
- 5.3
-
newRetainerForContainerId
Creates IDfRetainer to apply retention to a group of objects.- Parameters:
session- session context for creation of the object.rootObjectId- object which defines group over which retention will be applied.- Returns:
- IDfRetainer object
- Throws:
DfException- Since:
- 5.3
-