| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.internal.toc | |
| org.faktorips.runtime.productdataprovider |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
ClassloaderRuntimeRepository.getXmlAsStream(TableContentTocEntry tocEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected ITable<?> |
AbstractClassLoadingRuntimeRepository.createTable(TableContentTocEntry tocEntry) |
protected abstract ITable<?> |
AbstractTocBasedRuntimeRepository.createTable(TableContentTocEntry tocEntry)
Creates the table object for the given toc entry.
|
protected abstract InputStream |
AbstractClassLoadingRuntimeRepository.getXmlAsStream(TableContentTocEntry tocEntry)
Returns the XML data for the specified tocEntry as
InputStream |
| Modifier and Type | Method and Description |
|---|---|
TableContentTocEntry |
ReadonlyTableOfContents.getTableTocEntryByClassname(String implementationClass) |
TableContentTocEntry |
IReadonlyTableOfContents.getTableTocEntryByClassname(String implementationClass)
Returns a toc entry representing a table for the table's class object.
|
abstract TableContentTocEntry |
AbstractReadonlyTableOfContents.getTableTocEntryByClassname(String implementationClass)
Returns a toc entry representing a table for the table's class object.
|
TableContentTocEntry |
ReadonlyTableOfContents.getTableTocEntryByQualifiedTableName(String qualifiedTableName) |
TableContentTocEntry |
IReadonlyTableOfContents.getTableTocEntryByQualifiedTableName(String qualifiedTableName)
Returns a toc entry representing a table for this table's qualified table name.
|
abstract TableContentTocEntry |
AbstractReadonlyTableOfContents.getTableTocEntryByQualifiedTableName(String qualifiedTableName)
Returns a toc entry representing a table for this table's qualified table name.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableContentTocEntry> |
ReadonlyTableOfContents.getTableTocEntries() |
List<TableContentTocEntry> |
IReadonlyTableOfContents.getTableTocEntries()
Returns all toc's entries representing tables.
|
abstract List<TableContentTocEntry> |
AbstractReadonlyTableOfContents.getTableTocEntries()
Returns all toc's entries representing tables.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ClassLoaderProductDataProvider.getTableContentAsStream(TableContentTocEntry tocEntry) |
InputStream |
IProductDataProvider.getTableContentAsStream(TableContentTocEntry tocEntry)
Getting the input stream of table content for given tocEntry.
|
protected InputStream |
DetachedContentRuntimeRepository.getXmlAsStream(TableContentTocEntry tocEntry) |
Copyright © 2023. All rights reserved.