Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.beans.lifecycle | |
oracle.ifs.core.tools.script |
Modifier and Type | Class and Description |
---|---|
class |
TieLifecyclePolicyActionSpecification
TieLifecyclePolicyActionSpecification allows the Oracle-defined behavior of the
LifecyclePolicyActionSpecification classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
static LifecyclePolicyActionSpecification[] |
LifecyclePolicyActionSpecification.findAll(LibrarySession session)
Returns the set of defined LifecyclePolicyActionSpecifications.
|
static LifecyclePolicyActionSpecification |
LifecyclePolicyActionSpecification.findByName(LibrarySession session,
String name)
Returns the a LifecyclePolicyActionSpecification matching the
specified name.
|
LifecyclePolicyActionSpecification |
LifecyclePolicyEntry.getLifecyclePolicyActionSpecification()
Gets the references of the LifecyclePolicyActionSpecification that will be
used to execute the action.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecyclePolicyAction.initialize(LifecyclePolicyActionSpecification lpas)
Initialize this instance.
|
void |
LifecyclePolicyActionAdapter.initialize(LifecyclePolicyActionSpecification lpas)
Initialize this instance.
|
void |
StorageChangeLifecyclePolicyAction.initialize(LifecyclePolicyActionSpecification lpas)
Initialize this instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showLifecyclePolicyActionSpecification(Logger logger,
LifecyclePolicyActionSpecification spec,
String prefix)
Show details about an LifecyclePolicyActionSpecification.
|
Copyright © 2023. All rights reserved.