Skip to content

Commit

Permalink
TEIID-1471 - updated all mxds with refactored classNames
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrillin committed Aug 14, 2012
1 parent 1031b72 commit 489dc3f
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion plugins/org.teiid.designer.core/deprecated.mxd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p:description>Designer 7.4 extension properties</p:description>

<!-- Pushdown and REST Extension Properties -->
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="deterministic" type="boolean" index="true">
<p:description locale="en_US">Specifies that the source function will always returns the same result for a specific input value</p:description>
<p:display locale="en_US">Deterministic</p:display>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.teiid.designer.dqp/rest.mxd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p:description>REST extended virtual procedure properties</p:description>
<p:modelType>VIRTUAL</p:modelType>

<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="restMethod" type="string" defaultValue=" " index="false">
<p:description locale="en_US">The REST method to map this procedure to. Supported methods are
GET/PUT/POST/DELETE.</p:description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p:description>Salesforce extended relational model properties</p:description>
<p:modelType>PHYSICAL</p:modelType>

<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.BaseTableImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.BaseTableImpl">
<p:property name="custom" type="boolean" defaultValue="false">
<p:display locale="en_US">Custom</p:display>
</p:property>
Expand Down Expand Up @@ -39,7 +39,7 @@
</p:property>
</p:extendedMetaclass>

<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ColumnImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ColumnImpl">
<p:property name="custom" type="boolean" defaultValue="false">
<p:display locale="en_US">Custom</p:display>
</p:property>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p:description>Designer 7.4 extension properties</p:description>

<!-- Pushdown and REST Extension Properties -->
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="deterministic" type="boolean" index="true">
<p:description locale="en_US">Specifies that the source function will always returns the same result for a specific input value</p:description>
<p:display locale="en_US">Deterministic</p:display>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:description>Duplicate allowed values</p:description>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="restMethod" type="string" defaultValue=" " index="false">
<p:description locale="en_US">The REST method to map this procedure to. Supported methods are
GET/PUT/POST/DELETE.</p:description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:description>Duplicate allowed values from different properties</p:description>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="restMethod" type="string" defaultValue=" " index="false">
<p:description locale="en_US">The REST method to map this procedure to. Supported methods are
GET/PUT/POST/DELETE.</p:description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:description>Duplicate metaclass names</p:description>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propA" type="boolean" defaultValue="false" index="true" />
<p:property name="propB" type="boolean" defaultValue="true" index="false" />
<p:property name="propC" type="boolean" defaultValue="true" index="false" />
</p:extendedMetaclass>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propX" type="boolean" defaultValue="false" index="true" />
<p:property name="propY" type="boolean" defaultValue="true" index="false" />
<p:property name="propZ" type="boolean" defaultValue="true" index="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p:description>Duplicate model types</p:description>
<p:modelType>VIRTUAL</p:modelType>
<p:modelType>VIRTUAL</p:modelType>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propA" type="boolean" defaultValue="false" index="true" />
<p:property name="propB" type="boolean" defaultValue="true" index="false" />
<p:property name="propC" type="boolean" defaultValue="true" index="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:description>Duplicate property description locales</p:description>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propA" type="boolean" defaultValue="false" index="true">
<p:description locale="en_US">This is propA description.</p:description>
<p:description locale="en_GB">This is propA description.</p:description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:description>Duplicate property description locale from different properties</p:description>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propA" type="boolean" defaultValue="false" index="true">
<p:description locale="en_US">This is propA description.</p:description>
<p:description locale="en_GB">This is propA description.</p:description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:description>Duplicate property display locales</p:description>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propA" type="boolean" defaultValue="false" index="true">
<p:display locale="en_US">This is propA description.</p:display>
<p:display locale="en_GB">This is propA description.</p:display>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:description>Duplicate property display locale from different properties</p:description>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propA" type="boolean" defaultValue="false" index="true">
<p:display locale="en_US">This is propA description.</p:display>
<p:display locale="en_GB">This is propA description.</p:display>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:description>Duplicate property names</p:description>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="duplicatePropId" type="boolean" defaultValue="false" index="true" />
<p:property name="duplicatePropId" type="boolean" defaultValue="true" index="false" />
<p:property name="propId" type="boolean" defaultValue="true" index="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:description>Duplicate property names from different metaclasses</p:description>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propId" type="boolean" defaultValue="true" index="false" />
<p:property name="anotherPropId" type="boolean" defaultValue="false" index="true" />
</p:extendedMetaclass>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.BaseTableImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.BaseTableImpl">
<p:property name="propId" type="boolean" defaultValue="true" index="false" />
<p:property name="anotherPropId" type="boolean" defaultValue="false" index="true" />
</p:extendedMetaclass>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p:description>Illegal model type</p:description>
<p:modelType>VIRTUAL</p:modelType>
<p:modelType>BADMODELTYPE</p:modelType>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propA" type="boolean" defaultValue="false" index="true" />
<p:property name="propB" type="boolean" defaultValue="true" index="false" />
<p:property name="propC" type="boolean" defaultValue="true" index="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:description>Invalid property type</p:description>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propA" type="boolean" defaultValue="true" index="false" />
<p:property name="propB" type="bad" defaultValue="true" index="false" />
</p:extendedMetaclass>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
namespaceUri="uri"
xsi:schemaLocation="http://www.jboss.org/teiiddesigner/ext/2012 http://www.jboss.org/teiiddesigner/ext/2012/modelExtension.xsd"
version="1">
<p:extendedMetaclass name="com.metamatrix.metamodels.xml.impl.XmlDocumentImpl"/>
<p:extendedMetaclass name="org.teiid.designer.metamodels.xml.impl.XmlDocumentImpl"/>
</modelExtension>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p:modelType>VIRTUAL</p:modelType>
<p:modelType>PHYSICAL</p:modelType>
<p:modelType>VIRTUAL</p:modelType>
<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="propA" type="boolean" defaultValue="false" index="true" />
<p:property name="propB" type="boolean" defaultValue="true" index="false" />
<p:property name="propC" type="boolean" defaultValue="true" index="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p:description>Relational metamodel extension properties</p:description>
<p:modelType>PHYSICAL</p:modelType>

<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="deterministic" type="boolean" defaultValue="false" index="true">
<p:description locale="en_US">Specifies that the source function will always returns the same result for a specific input value</p:description>
<p:display locale="en_US">Deterministic</p:display>
Expand Down
2 changes: 1 addition & 1 deletion tests/org.teiid.designer.extension.test/testdata/rest.mxd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p:description>REST extended virtual procedure properties</p:description>
<p:modelType>VIRTUAL</p:modelType>

<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ProcedureImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ProcedureImpl">
<p:property name="restMethod" type="string" defaultValue=" " index="false">
<p:description locale="en_US">The REST method to map this procedure to. Supported methods are
GET/PUT/POST/DELETE.</p:description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p:description>Salesforce extended relational model properties</p:description>
<p:modelType>PHYSICAL</p:modelType>

<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.BaseTableImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.BaseTableImpl">
<p:property name="custom" type="boolean" defaultValue="false">
<p:display locale="en_US">Custom</p:display>
</p:property>
Expand Down Expand Up @@ -39,7 +39,7 @@
</p:property>
</p:extendedMetaclass>

<p:extendedMetaclass name="com.metamatrix.metamodels.relational.impl.ColumnImpl">
<p:extendedMetaclass name="org.teiid.designer.metamodels.relational.impl.ColumnImpl">
<p:property name="custom" type="boolean" defaultValue="false">
<p:display locale="en_US">Custom</p:display>
</p:property>
Expand Down

0 comments on commit 489dc3f

Please sign in to comment.