Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.beans.lifecycle | |
oracle.ifs.core.tools.script |
Modifier and Type | Class and Description |
---|---|
class |
TieLifecycleDateRuleSpecification
TieLifecycleDateRuleSpecification allows the Oracle-defined behavior of the
LifecycleDateRuleSpecification classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
static LifecycleDateRuleSpecification[] |
LifecycleDateRuleSpecification.findAll(LibrarySession session)
Returns the set of defined LifecycleDateRuleSpecifications.
|
static LifecycleDateRuleSpecification |
LifecycleDateRuleSpecification.findByName(LibrarySession session,
String name)
Returns the a LifecycleDateRuleSpecification matching the
specified name.
|
LifecycleDateRuleSpecification |
LifecyclePolicy.getLifecycleDateRuleSpecification()
Gets the LifecycleDateRuleSpecification which holds the rule
for determining the LifecycleDate for documents under the control of
this LifecyclePolicy.
|
Modifier and Type | Method and Description |
---|---|
void |
DailyLifecycleDateRule.initialize(LifecycleDateRuleSpecification ldrs) |
void |
LifecycleDateRule.initialize(LifecycleDateRuleSpecification ldrs)
Initialize this instance.
|
void |
LifecycleDateRuleAdapter.initialize(LifecycleDateRuleSpecification ldrs) |
void |
MonthlyLifecycleDateRule.initialize(LifecycleDateRuleSpecification ldrs) |
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showLifecycleDateRuleSpecification(Logger logger,
LifecycleDateRuleSpecification spec,
String prefix)
Show details about an LifecycleDateRuleSpecification.
|
Copyright © 2023. All rights reserved.