Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.beans.lifecycle | |
oracle.ifs.core.tools.script |
Modifier and Type | Class and Description |
---|---|
class |
TieLifecyclePolicyEntry
TieLifecyclePolicyEntry allows the Oracle-defined behavior of the
LifecyclePolicyEntry classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static LifecyclePolicyEntry[] |
LifecyclePolicyEntry.constructLifecyclePolicyEntryArray(LibrarySession sess,
Long[] ids)
Constructs a LifecyclePolicyEntry array from an array of object IDs.
|
LifecyclePolicyEntry |
Document.getCurrentLifecyclePolicyEntry()
Returns the current LifecyclePolicyEntry reflecting the current state of
the document.
|
LifecyclePolicyEntry[] |
LifecyclePolicy.getLifecyclePolicyEntries()
Returns the set of LifecyclePolicyEntry defined for this
LifecyclePolicy.
|
static LifecyclePolicyEntry[] |
LifecyclePolicyEntry.getLifecyclePolicyEntries(LibrarySession session)
Returns the set of defined LifecyclePolicyEntry instances.
|
LifecyclePolicyEntry |
Document.getNextLifecyclePolicyEntry()
Returns the next LifecyclePolicyEntry reflecting the state of
the document once the next Lifecycle state is processed.
|
LifecyclePolicyEntry |
LifecyclePolicyEntry.getPreviousLifecyclePolicyEntry()
Gets the LifecyclePolicyEntry that is immediate before this entry
in the list of LifecyclePolicyEntry objects for the LifecyclePolicy.
|
Modifier and Type | Method and Description |
---|---|
void |
Document.auditLifecycleStateUpdated(LifecyclePolicyEntry lpe)
Audit the update of Lifecycle state on this document.
|
Modifier and Type | Method and Description |
---|---|
LifecyclePolicyEntry |
LifecyclePolicyActionOutcome.getNextLifecyclePolicyEntry()
Returns the new LifecyclePolicyEntry to appy to the document.
|
Modifier and Type | Method and Description |
---|---|
LifecyclePolicyActionOutcome |
FreeLifecyclePolicyAction.execute(LifecyclePolicyEntry lpe,
Document doc) |
LifecyclePolicyActionOutcome |
LifecyclePolicyAction.execute(LifecyclePolicyEntry lpe,
Document doc)
Execute the action for the specified document.
|
LifecyclePolicyActionOutcome |
LifecyclePolicyActionAdapter.execute(LifecyclePolicyEntry lpe,
Document doc)
Execute the action for the specified document.
|
LifecyclePolicyActionOutcome |
StorageChangeLifecyclePolicyAction.execute(LifecyclePolicyEntry lpe,
Document doc)
Execute the action for the specified document.
|
LifecyclePolicySearchCondition |
LifecyclePolicyAction.getSearchCondition(LifecyclePolicyEntry lpe)
Gets the search condition to be used to select documents eligible for
processing.
|
LifecyclePolicySearchCondition |
LifecyclePolicyActionAdapter.getSearchCondition(LifecyclePolicyEntry lpe)
Gets the search condition to be used to select documents eligible for
processing.
|
LifecyclePolicyActionOutcome |
LifecyclePolicyAction.notify(LifecyclePolicyEntry lpe,
Document doc)
Notify action that the specified document has advanced to the lifecycle
state as indicated by the specified LifecyclePolicyEntry.
|
LifecyclePolicyActionOutcome |
LifecyclePolicyActionAdapter.notify(LifecyclePolicyEntry lpe,
Document doc)
Notify action that the specified document has advanced to the lifecycle
state as indicated by the specified LifecyclePolicyEntry.
|
static int |
LifecycleActionProcessor.processDocumentsForTimedActions(LibrarySession session,
LifecyclePolicyEntry lpe,
LibraryObject[] docs)
Process the timed actions for the specified LifecyclePolicyEntry.
|
static Long[] |
LifecycleActionProcessor.selectDocumentIdsForTimedActions(LibrarySession session,
LifecyclePolicyEntry lpe,
int batchSize)
Process the document IDs that are candidates for timed actions
for the specified LifecyclePolicyEntry.
|
Constructor and Description |
---|
LifecyclePolicyActionOutcome(boolean executed,
boolean updateState,
Date nextDate,
LifecyclePolicyEntry nextEntry)
Constructs an instance that specifies whether the operation was
executed, and whether the document should be updated and how.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showLifecyclePolicyEntry(Logger logger,
LifecyclePolicyEntry lpe,
String prefix)
Show details about an LifecyclePolicyEntry.
|
Copyright © 2023. All rights reserved.