Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.tools.script | |
oracle.ifs.fdk.impl |
Modifier and Type | Class and Description |
---|---|
class |
TieLifecyclePolicy
TieLifecyclePolicy allows the Oracle-defined behavior of the
LifecyclePolicy classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
static LifecyclePolicy[] |
LifecyclePolicy.findAll(LibrarySession session)
Returns the set of defined LifecyclePolicy instances.
|
static LifecyclePolicy |
LifecyclePolicy.findByName(LibrarySession session,
String name)
Returns a LifecyclePolicy matching the specified name.
|
LifecyclePolicy |
Document.getLifecyclePolicy()
Returns the LifecyclePolicy which describes the
lifecycle rules for this document.
|
LifecyclePolicy |
LifecyclePolicyEntry.getLifecyclePolicy()
Gets the LifecyclePolicy that this entry is part of.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Document.auditLifecyclePolicyCleared(LifecyclePolicy lp)
Audit the clearing of a LifecyclePolicy from this document.
|
protected void |
Document.auditLifecyclePolicySet(LifecyclePolicy lp)
Audit the setting of a LifecyclePolicy on this document.
|
void |
Document.setLifecyclePolicy(LifecyclePolicy lp)
Sets the LifecyclePolicy which describes the
lifecycle rules for this document.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showLifecyclePolicy(Logger logger,
LifecyclePolicy lp,
String prefix)
Show details about an LifecyclePolicy.
|
Modifier and Type | Method and Description |
---|---|
static LifecyclePolicy |
Utils.getLifecyclePolicy(LibrarySession ls,
Long id)
Returns the LifecyclePolicy for the given ID.
|
Copyright © 2023. All rights reserved.