Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.activity | |
oracle.ifs.core.tools.script |
Modifier and Type | Class and Description |
---|---|
class |
TieActionSpecification
TieActionSpecification allows the ECMSDK-defined behavior
of the ActionSpecification classobject (and its subclasses)
to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
static ActionSpecification[] |
ActionSpecification.findAll(LibrarySession session)
Returns the set of defined ActionSpecifications.
|
static ActionSpecification |
ActionSpecification.findByName(LibrarySession session,
String name)
Returns the a ActionSpecification matching the
specified name.
|
ActionSpecification[] |
ActivitySpecification.getActionSpecifications()
Gets the ActionSpecifications that represent the Actions that can
be posted for ActivityRecords that reference this ActivitySpecification -
effectively defining the allowable activity for this
ActivitySpecification instance.
|
ActionSpecification[] |
ActivitySpecificationDefinition.getActionSpecifications()
Gets the ActionSpecifications that are defined.
|
ActionSpecification |
ActionSpecification.getSuperActionSpecification()
Gets the ActionSpecification whose ActionFactory class is the designated
superclass for this instance.
|
ActionSpecification |
ActionSpecificationDefinition.getSuperActionSpecification()
Gets the SuperActionSpecification, if explicitly set.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivitySpecificationDefinition.setActionSpecifications(ActionSpecification[] anSpecs)
Sets the ActionSpecifications that represent the Actions that can
be posted for the related ActivitySpecification instance.
|
void |
ActionSpecificationDefinition.setSuperActionSpecification(ActionSpecification spec)
Sets the SuperActionSpecification.
|
Modifier and Type | Method and Description |
---|---|
ActionSpecification |
ActionAdapter.getActionSpecification()
Gets the ActionSpecification value associated with this instance.
|
ActionSpecification |
ActionFactory.getActionSpecification()
Gets the ActionSpecification associated with this instance.
|
protected ActionSpecification |
ActivityOperations.lookupActionSpecification(LibrarySession sess,
String tagOrName)
Lookup a ActionSpecification by the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionFactory.initialize(ActionSpecification spec)
Initialize this instance.
|
void |
ActivityProcessor.verifyAllowableAction(ActionSpecification anSpec)
Verify that the specified ActionSpecification is allowed for this
Activity type.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showActionSpecification(Logger logger,
ActionSpecification spec,
String prefix)
Show details about a ActionSpecification.
|
Copyright © 2023. All rights reserved.