[teiid-commits] teiid SVN: r2649 - branches/7.1.x/console/src/main/resources/META-INF.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Oct 14 11:17:20 EDT 2010


Author: tejones
Date: 2010-10-14 11:17:20 -0400 (Thu, 14 Oct 2010)
New Revision: 2649

Modified:
   branches/7.1.x/console/src/main/resources/META-INF/rhq-plugin.xml
Log:
TEIID-982: Text changes to Mat view operation names and parameter descriptions

Modified: branches/7.1.x/console/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- branches/7.1.x/console/src/main/resources/META-INF/rhq-plugin.xml	2010-10-14 14:29:39 UTC (rev 2648)
+++ branches/7.1.x/console/src/main/resources/META-INF/rhq-plugin.xml	2010-10-14 15:17:20 UTC (rev 2649)
@@ -469,13 +469,13 @@
 				</results>
 			</operation>
 
-			<operation name="getMaterializedViews" displayName="Get Materialized View Info"
-				description="Get any Materialized Views for this VDB">
+			<operation name="getMaterializedViews" displayName="List Materialized View Info"
+				description="List any Materialized Views for this VDB">
 
 				<results>
 
-					<c:list-property name="list" displayName=" Materialized Views"
-						description="Get information related to Materialized Views, if any, for this VDB"
+					<c:list-property name="list" displayName="Materialized Views"
+						description="List information related to Materialized Views, if any, for this VDB"
 						required="false">
 						<c:map-property name="map">
 							<c:simple-property displayName="Schema Name"
@@ -486,7 +486,7 @@
 								name="targetSchemaName" type="string" description="Name of the materialized schema" />
 							<c:simple-property displayName="Target Name"
 								name="targetName" type="string" description="Name of target table" />
-							<c:simple-property displayName="Is Valid"
+							<c:simple-property displayName="Valid"
 								name="valid" type="string" description="Indicates if data in table is valid for use" />
 							<c:simple-property displayName="Current State"
 								name="loadState" type="string" description="Processing time for the request" />
@@ -510,7 +510,7 @@
 						description="The name of the Materialized View to refresh" />
 					<c:simple-property displayName="Invalidate Current Materialized View Table"
 						name="invalidate" type="boolean" required="true" default="false"
-						description="If yes, will block all queries against the current Materialized View table until refreshed." />
+						description="If yes, will block all queries against the current Materialized View table until data is refreshed." />
 				</parameters>
 
 				<results>



More information about the teiid-commits mailing list