Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.tools.script |
Modifier and Type | Class and Description |
---|---|
class |
ExternalRetentionPolicy
A ExternalRetentionPolicy represents a policy for controls the retention
of documents, where the policy is managed externally.
|
class |
InternalRetentionPolicy
An InternalRetentionPolicy represents a policy for controls the retention
of documents, where the policy is managed internally.
|
class |
TieExternalRetentionPolicy
TieExternalRetentionPolicy allows the Oracle-defined behavior of the
ExternalRetentionPolicy classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInternalRetentionPolicy
TieInternalRetentionPolicy allows the Oracle-defined behavior of the
InternalRetentionPolicy classobject (and its subclasses) to be extended
or overridden.
|
class |
TieRetentionPolicy
TieRetentionPolicy allows the Oracle-defined behavior of the
RetentionPolicy classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
static RetentionPolicy[] |
ExternalRetentionPolicy.findAll(LibrarySession session)
Returns the set of defined ExternalRetentionPolicy instances.
|
static RetentionPolicy[] |
InternalRetentionPolicy.findAll(LibrarySession session)
Returns the set of defined InternalRetentionPolicy instances.
|
static RetentionPolicy[] |
RetentionPolicy.findAll(LibrarySession session)
Returns the set of defined RetentionPolicy instances.
|
static RetentionPolicy |
RetentionPolicy.findByName(LibrarySession session,
String name)
Returns a RetentionPolicy matching the specified name.
|
RetentionPolicy |
Document.getRetentionPolicy()
Returns the RetentionPolicy which describes the
retention rules for this document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Document.auditRetentionPolicyCleared(RetentionPolicy rp)
Audit the clearing of a RetentionPolicy from this document.
|
protected void |
Document.auditRetentionPolicySet(RetentionPolicy rp)
Audit the setting of a RetentionPolicy on this document.
|
void |
Document.setRetentionPolicy(RetentionPolicy rp)
Sets the RetentionPolicy which describes the
retention rules for this document.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showRetentionPolicy(Logger logger,
RetentionPolicy rp,
String prefix)
Show details about an RetentionPolicy.
|
Copyright © 2023. All rights reserved.