Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.beans | |
oracle.ifs.core.tools.script | |
oracle.ifs.core.triggers | |
oracle.ifs.core.util |
Modifier and Type | Class and Description |
---|---|
class |
TieOperationActionSpecification
TieOperationActionSpecification allows the Oracle-defined behavior of the
OperationActionSpecification classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
OperationActionSpecification[] |
LibrarySession.getGlobalOperationActionSpecifications()
Gets the "global" OperationActionSpecifications.
|
protected OperationActionSpecification |
LibraryObject.getOperationActionSpecificationContext(AuditEvent event,
Folder context)
Gets the OperationActionSpecification context (if any) for the
event that is about to be posted.
|
Modifier and Type | Method and Description |
---|---|
static OperationActionSpecification[] |
OperationActionSpecification.findAll(LibrarySession session)
Returns the set of defined OperationActionSpecifications.
|
static OperationActionSpecification |
OperationActionSpecification.findByName(LibrarySession session,
String name)
Returns the a OperationActionSpecification matching the
specified name.
|
Modifier and Type | Method and Description |
---|---|
protected OperationActionSpecification |
ScriptOperations.lookupOperationActionSpecification(String tagOrName)
Lookup an OperationActionSpecification by tag or name.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showOperationActionSpecification(Logger logger,
OperationActionSpecification spec,
String prefix)
Show details about an OperationActionSpecification.
|
Modifier and Type | Method and Description |
---|---|
void |
InterMediaAnnotationTrigger.eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
void |
OperationActionAdapter.eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
void |
InterMediaAnnotationTrigger.initialize(OperationActionSpecification oas)
Initialize this instance.
|
void |
OperationActionAdapter.initialize(OperationActionSpecification oas)
Initialize this instance.
|
Modifier and Type | Method and Description |
---|---|
static OperationActionSpecification[] |
InstancePropertyUtilities.getGlobalOperationActionSpecifications(LibrarySession session)
Gets the global OperationActionSpecifications
|
Modifier and Type | Method and Description |
---|---|
void |
OperationAction.eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
void |
OperationAction.initialize(OperationActionSpecification oas)
Initialize this instance.
|
Copyright © 2023. All rights reserved.