| Package | Description |
|---|---|
| org.faktorips.runtime.productdataprovider |
| Modifier and Type | Method and Description |
|---|---|
DataModifiedException |
DataModifiedRuntimeException.getDataModifiedException()
Getting the nested
DataModifiedException |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ClassLoaderProductDataProvider.getEnumContentAsStream(EnumContentTocEntry tocEntry) |
InputStream |
IProductDataProvider.getEnumContentAsStream(EnumContentTocEntry tocEntry)
Getting the input stream of enum content for given tocEntry.
|
Element |
ClassLoaderProductDataProvider.getProductCmptData(ProductCmptTocEntry tocEntry) |
Element |
IProductDataProvider.getProductCmptData(ProductCmptTocEntry tocEntry)
Getting the product component data element for given tocEntry.
|
Element |
ClassLoaderProductDataProvider.getProductCmptGenerationData(GenerationTocEntry tocEntry) |
Element |
IProductDataProvider.getProductCmptGenerationData(GenerationTocEntry tocEntry)
Getting the product component generation data element for given tocEntry.
|
InputStream |
ClassLoaderProductDataProvider.getTableContentAsStream(TableContentTocEntry tocEntry) |
InputStream |
IProductDataProvider.getTableContentAsStream(TableContentTocEntry tocEntry)
Getting the input stream of table content for given tocEntry.
|
Element |
ClassLoaderProductDataProvider.getTestcaseElement(TestCaseTocEntry tocEntry) |
Element |
IProductDataProvider.getTestcaseElement(TestCaseTocEntry tocEntry)
Getting the test case data element for given tocEntry.
|
<T> Element |
ClassLoaderProductDataProvider.getTocEntryData(CustomTocEntryObject<T> tocEntry) |
<T> Element |
IProductDataProvider.getTocEntryData(CustomTocEntryObject<T> tocEntry)
Getting the data element for the given tocEntry.
|
| Constructor and Description |
|---|
DataModifiedRuntimeException(DataModifiedException e) |
Copyright © 2019. All rights reserved.