Interface | Description |
---|---|
LifecycleDateRule |
Interface used to determine the LifecycleDate of Documents
whose lifecycle is being managed by a LifecyclePolicy.
|
LifecyclePolicyAction |
Interface used to handle the processing of actions associated with
LifecyclePolicy instances.
|
Class | Description |
---|---|
DailyLifecycleDateRule |
Implementation of LifecycleDateRule which uses midnight on the day
after the document creation date as the LifecycleDate.
|
FreeLifecyclePolicyAction |
FreeLifecyclePolicyAction is a LifecyclePolicyAction that
destroys (frees) qualifying documents for CMSDK instances.
|
ImmediateLifecycleDateRule |
Implementation of LifecycleDateRule which uses the document creation
date as the LifecycleDate.
|
LifecycleActionProcessor |
Performs the processing of lifecycle operations, typically driven by
the LifecycleAgent.
|
LifecycleDateRuleAdapter |
Default implementation of the LifecycleDateRule interface.
|
LifecyclePolicyActionAdapter |
LifecyclePolicyActionAdapter is a default implementation of
LifecyclePolicyAction.
|
LifecyclePolicyActionOutcome |
Used to indicate the execution outcome of a LifecyclePolicyAction, including
indications as to the updates that to be performed on the document.
|
LifecyclePolicySearchCondition |
Used to specify the search condition to be used to find documents that
are candidates for lifecycle processing.
|
MonthlyLifecycleDateRule |
Implementation of LifecycleDateRule which uses midnight on the first day
of the next month after the document creation date as the LifecycleDate.
|
StorageChangeLifecyclePolicyAction |
StorageChangeLifecyclePolicyAction is a LifecyclePolicyAction that
performs movement of content storage within Medias and StorageGroups.
|
Copyright © 2023. All rights reserved.