Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.beans | |
oracle.ifs.core.extraction.beans | |
oracle.ifs.core.extraction.handlers | |
oracle.ifs.core.tools.script |
Modifier and Type | Class and Description |
---|---|
class |
TieSimplePropertyTableList
TieSimplePropertyTableList allows the ECMSDK-defined behavior
of the SimplePropertyTableList classobject (and its subclasses)
to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
static SimplePropertyTableList |
SimplePropertyTableList.create(LibrarySession session,
String name,
List<AttributeValueTable> propTablesList,
boolean createObjectTable)
Creates an empty instance.
|
static SimplePropertyTableList |
SimplePropertyTableList.createInstance(LibrarySession session,
AttributeValueTable avt)
Create a new SimplePropertyTableList from the specified AttributeValueTable.
|
SimplePropertyTableList[] |
SimplePropertyTableList.getDetailLists()
Gets the SimplePropertyTableLists representing the sublists under
this TableList.
|
Modifier and Type | Method and Description |
---|---|
SimplePropertyTableList |
ControllerPlanExecution.getExecutionPlanTableList()
Gets Reference to object holding the details describing the plan execution.
|
SimplePropertyTableList |
ControllerPlan.getPlanTableList()
Gets Reference to object holding the details describing the plan.
|
Modifier and Type | Method and Description |
---|---|
SimplePropertyTableList |
InformationExtractionResultSet.getResults()
Gets the summary of results as a SimplePropertyTableList.
|
SimplePropertyTableList |
InformationExtractionTrainingSet.getTrainingResults()
Gets the summary of training results as a SimplePropertyTableList.
|
Modifier and Type | Method and Description |
---|---|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getTargetHandlersFromEventAssignmentTableList(InformationExtraction ext,
SimplePropertyTableList sptl,
String propName)
Get the set of AuditSpecification objects identifying the
handlers to use as dispatch targets, using the specified
EventAssignmentTableList.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showSimplePropertyTableList(Logger logger,
String namePrefix,
SimplePropertyTableList sptl,
String[] hiddenProps,
String prefix)
Show nested SimplePropertyTableList details.
|
Copyright © 2023. All rights reserved.