Author: vhalbert(a)redhat.com
Date: 2009-03-23 17:08:17 -0400 (Mon, 23 Mar 2009)
New Revision: 624
Modified:
trunk/server/src/main/java/com/metamatrix/platform/config/spi/ConfigurationTransaction.java
Log:
TEIID-323 - with the confusion of PSC, this includes the useless (internal logic) of
product types. This change deprecates getting Producttypes
Modified:
trunk/server/src/main/java/com/metamatrix/platform/config/spi/ConfigurationTransaction.java
===================================================================
---
trunk/server/src/main/java/com/metamatrix/platform/config/spi/ConfigurationTransaction.java 2009-03-23
21:07:19 UTC (rev 623)
+++
trunk/server/src/main/java/com/metamatrix/platform/config/spi/ConfigurationTransaction.java 2009-03-23
21:08:17 UTC (rev 624)
@@ -233,6 +233,7 @@
* included in the returned list, or false if only non-deprecated constants should
be returned.
* @return Collection of type <code>ComponentType</code>
* @throws ConfigurationException if an error occurred within or during communication
with the Configuration Service.
+ * @deprecated as of v 2.0 beta 1 use {@link #getDesignatedConfigurationID}
*
*/
Collection getProductTypes(boolean includeDeprecated) throws ConfigurationException;
Show replies by date