public interface IDfRetainerFactory
Modifier and Type | Method and Description |
---|---|
IDfRetainer |
newRetainerForContainer(IDfPersistentObject rootObject)
Creates IDfRetainer to apply retention to a group of objects.
|
IDfRetainer |
newRetainerForContainerId(IDfSession session,
IDfId rootObjectId)
Creates IDfRetainer to apply retention to a group of objects.
|
IDfRetainer |
newRetainerForObject(IDfPersistentObject rootObject)
Creates IDfRetainer to apply retention to a single object.
|
IDfRetainer |
newRetainerForObjectId(IDfSession session,
IDfId rootObjectId)
Creates IDfRetainer to apply retention to a single object.
|
IDfRetainer newRetainerForObject(IDfPersistentObject rootObject) throws DfException
rootObject
- object for which retention will be applied.DfException
IDfRetainer newRetainerForContainer(IDfPersistentObject rootObject) throws DfException
rootObject
- object which defines group over which retention will be applied.DfException
IDfRetainer newRetainerForObjectId(IDfSession session, IDfId rootObjectId) throws DfException
session
- session context for creation of the object.rootObjectId
- object for which retention will be applied.DfException
IDfRetainer newRetainerForContainerId(IDfSession session, IDfId rootObjectId) throws DfException
session
- session context for creation of the object.rootObjectId
- object which defines group over which retention will be applied.DfException
Copyright 1994-2023 OpenText Corporation. All rights reserved.