public interface IDfRetainerDispositionRule
Modifier and Type | Field and Description |
---|---|
static int |
DESTROY_CHILDREN
RPS will dispose of the object with a DFC destroy() method call.
|
static int |
DESTROY_ROOT
RPS will call the destroy() method on the root object only
(in the case of a complex object) and expect the TBO to
destroy the children as appropriate.
|
static int |
DESTROY_VDM
RPS will create an IDfDeleteOperation, add the object as a
node, and execute the operation.
|
static final int DESTROY_CHILDREN
static final int DESTROY_VDM
static final int DESTROY_ROOT
Copyright 1994-2023 OpenText Corporation. All rights reserved.