Package | Description |
---|---|
oracle.ifs.beans.lifecycle |
Modifier and Type | Field and Description |
---|---|
static LifecyclePolicyActionOutcome |
LifecyclePolicyActionOutcome.EXECUTION_SKIPPED
An outcome, indicating that the operation was not executed, and that
the document should not be updated to reflect the new lifecycle state.
|
static LifecyclePolicyActionOutcome |
LifecyclePolicyActionOutcome.NO_UPDATE_NEEDED
An outcome, indicating that the operation was executed, but that
there is no need to update the document to reflect the new lifecycle
state, typically because the action knows that it has freed the document.
|
static LifecyclePolicyActionOutcome |
LifecyclePolicyActionOutcome.STANDARD_OUTCOME
Standard outcome, indicating a sucecssful execution and that
the document should be updated normally.
|
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.
|
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.
|
Copyright © 2023. All rights reserved.