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 |
TieSimplePropertyTable
TieSimplePropertyTable allows the ECMSDK-defined behavior
of the SimplePropertyTable classobject (and its subclasses)
to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
SimplePropertyTable |
SimplePropertyTableList.addPropertyTable(String tableName)
Add a SimplePropertyTable to the list of property tables held by this list.
|
SimplePropertyTable |
SimplePropertyTableList.addPropertyTable(String tableName,
List<AttributeValueTable> propsList)
Add a SimplePropertyTable to the list of property tables held by this list.
|
static SimplePropertyTable |
SimplePropertyTable.create(LibrarySession session,
String name)
Creates an empty instance.
|
static SimplePropertyTable |
SimplePropertyTable.createInstance(LibrarySession session,
AttributeValueTable avt)
Create a new SimplePropertyTable from the specified AttributeValueTable.
|
SimplePropertyTable |
SimplePropertyTableList.getObjectPropertyTable()
Gets the SimplePropertyTable representing this object's metadata.
|
SimplePropertyTable |
SimplePropertyTableList.getOrCreateObjectPropertyTable()
Gets or creates the SimplePropertyTable representing this object's metadata.
|
SimplePropertyTable |
SimplePropertyTableList.getPropertyTable(String tableName)
Gets the SimplePropertyTable for the specified name.
|
SimplePropertyTable[] |
SimplePropertyTableList.getPropertyTables()
Gets the SimplePropertyTable instances comprising this TableList.
|
static SimplePropertyTable |
SimplePropertyTable.getSimplePropertyTable(AttributeValue av,
LibrarySession session)
Gets a SimplePropertyTable for the specified AttributeValue.
|
Modifier and Type | Method and Description |
---|---|
void |
SimplePropertyTableList.addPropertyTable(SimplePropertyTable spt)
Add a PropertyTable to the list of property tables held by this list.
|
Modifier and Type | Method and Description |
---|---|
SimplePropertyTable |
ControllerPlan.getObjectPropertyTable()
Gets the SimplePropertyTable representing this object's metadata.
|
SimplePropertyTable |
ControllerPlanExecution.getObjectPropertyTable()
Gets the SimplePropertyTable representing this object's metadata.
|
SimplePropertyTable |
RuntimeState.getStatePropertyTable()
Returns the State Property Table (as an embedded SimplePropertyTable)
that is used to reflect the state of the runtime object.
|
Modifier and Type | Method and Description |
---|---|
SimplePropertyTable |
InformationExtractionTrainerSpecification.createExportSet(String exportSetName)
Creates a training ExportSet for the name specified.
|
SimplePropertyTable |
InformationExtractionTrainingSet.createExportSet(String exportSetName)
Creates a training ExportSet for the name specified.
|
SimplePropertyTable |
InformationExtractionTrainerSpecification.getExportSet(String exportSetName)
Gets a training ExportSet for the name specified.
|
SimplePropertyTable |
InformationExtractionTrainingSet.getExportSet(String exportSetName)
Gets a training ExportSet for the name specified.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
InformationExtractionHandlerDispatcher.isDefaultHandlerSet(SimplePropertyTable spt)
Return indication as to whether the specified handlerSet table
from the EventAssignmentTableList is the default.
|
protected boolean |
InformationExtractionHandlerDispatcher.isMatchingHandlerSet(SimplePropertyTable spt,
InformationExtraction ext)
Return indication as to whether the specified InformationExtraction
matches the specifcations in the specified handlerSet table
from the EventAssignmentTableList
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showSimplePropertyTable(Logger logger,
String namePrefix,
SimplePropertyTable spt,
String[] hiddenProps,
String prefix)
Show nested SimplePropertyTable details.
|
Copyright © 2023. All rights reserved.