public interface IProductDataService
This service provides the xml content of product data and the version of the actually loaded data.
| Modifier and Type | Method and Description |
|---|---|
XmlTimestampData |
getEnumContent(String className)
Getting the content and version for the enum content identified by the class name
|
XmlTimestampData |
getProductCmptData(String ipsObjectId)
Getting the content and time stamp for the product component identified by the ips object id
|
String |
getProductDataVersion()
Getting the modification time stamp or version of the table of contents actually loaded by
the product data service
|
XmlTimestampData |
getTableContent(String qName)
Getting the content and times stamp for the table content identified by its qualified name
|
XmlTimestampData |
getTestCaseData(String qName)
Getting the content and time stamp for the test case identified by its qualified name
|
XmlTimestampData |
getTocData()
Getting the content and time stamp for the table of content
|
XmlTimestampData |
getTocEntryData(Class<?> type,
String qName)
Getting the content and times stamp for the content identified by its qualified name
|
String getProductDataVersion()
XmlTimestampData getTocData()
XmlTimestampData getProductCmptData(String ipsObjectId)
XmlTimestampData getTestCaseData(String qName)
XmlTimestampData getTableContent(String qName)
XmlTimestampData getEnumContent(String className)
XmlTimestampData getTocEntryData(Class<?> type, String qName)
Copyright © 2021. All rights reserved.