Interface IDetachedContentRuntimeRepository
-
- All Superinterfaces:
IRuntimeRepository
- All Known Implementing Classes:
DetachedContentRuntimeRepository
public interface IDetachedContentRuntimeRepository extends IRuntimeRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetProductDataVersion()Returning the actual version set in the product data provider.-
Methods inherited from interface org.faktorips.runtime.IRuntimeRepository
addDirectlyReferencedRepository, addEnumValueLookupService, getAllEnumClasses, getAllIpsTestCases, getAllModelTypeImplementationClasses, getAllProductComponentIds, getAllProductComponents, getAllProductComponents, getAllProductComponents, getAllReferencedRepositories, getAllTables, getClassLoader, getCustomRuntimeObject, getDirectlyReferencedRepositories, getEnumValue, getEnumValue, getEnumValueLookupService, getEnumValues, getExistingEnumValue, getExistingProductComponent, getExistingProductComponentGeneration, getFormulaEvaluatorFactory, getIpsTest, getIpsTest, getIpsTestCase, getIpsTestCase, getIpsTestCasesStartingWith, getIpsTestSuite, getIpsTestSuite, getLatestProductComponentGeneration, getModelType, getModelType, getModelType, getName, getNextProductComponentGeneration, getNumberOfProductComponentGenerations, getPreviousProductComponentGeneration, getProductComponent, getProductComponent, getProductComponentGeneration, getProductComponentGenerations, getRuntimeRepositoryLookup, getTable, getTable, isModifiable, newJAXBContext, removeEnumValueLookupService, setRuntimeRepositoryLookup
-
-
-
-
Method Detail
-
getProductDataVersion
java.lang.String getProductDataVersion()
Returning the actual version set in the product data provider.- Returns:
- version of the product data provider
- See Also:
IProductDataProvider.getVersion()
-
-