diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:18:11 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:18:11 +0200 |
| commit | 0ed2c1124cf1b9e49a2ec1fa0126a8df09f9e758 (patch) | |
| tree | e3a56cee83865f8c703deb790c15d3e79e871a82 /src/main/resources/mapFiles/NewEntityMap.xml | |
| parent | 50aa8aaab42fa62267aa1ae6a6070013096f5082 (diff) | |
Repackage to org.cristalise
Diffstat (limited to 'src/main/resources/mapFiles/NewEntityMap.xml')
| -rw-r--r-- | src/main/resources/mapFiles/NewEntityMap.xml | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/main/resources/mapFiles/NewEntityMap.xml b/src/main/resources/mapFiles/NewEntityMap.xml index e54be90..6b2376e 100644 --- a/src/main/resources/mapFiles/NewEntityMap.xml +++ b/src/main/resources/mapFiles/NewEntityMap.xml @@ -22,7 +22,7 @@ -->
<mapping>
- <class name="com.c2kernel.entity.imports.ImportItem">
+ <class name="org.cristalise.kernel.entity.imports.ImportItem">
<map-to xml="Item"/>
<field name="name" type="string" direct="false">
<bind-xml name="name" node="attribute"/>
@@ -39,20 +39,20 @@ <field name="workflowVer" type="integer" direct="false">
<bind-xml name="workflowVer" node="attribute"/>
</field>
- <field name="properties" collection="arraylist" direct="false" type="com.c2kernel.property.Property">
+ <field name="properties" collection="arraylist" direct="false" type="org.cristalise.kernel.property.Property">
<bind-xml name="Property" node="element"/>
</field>
- <field name="outcomes" collection="arraylist" direct="false" type="com.c2kernel.entity.imports.ImportOutcome">
+ <field name="outcomes" collection="arraylist" direct="false" type="org.cristalise.kernel.entity.imports.ImportOutcome">
<bind-xml name="Outcome" node="element"/>
</field>
- <field name="dependencyList" collection="arraylist" direct="false" type="com.c2kernel.entity.imports.ImportDependency">
+ <field name="dependencyList" collection="arraylist" direct="false" type="org.cristalise.kernel.entity.imports.ImportDependency">
<bind-xml name="Dependency" node="element"/>
</field>
- <field name="aggregationList" collection="arraylist" direct="false" type="com.c2kernel.entity.imports.ImportAggregation">
+ <field name="aggregationList" collection="arraylist" direct="false" type="org.cristalise.kernel.entity.imports.ImportAggregation">
<bind-xml name="Aggregation" node="element"/>
</field>
</class>
- <class name="com.c2kernel.entity.imports.ImportAggregation">
+ <class name="org.cristalise.kernel.entity.imports.ImportAggregation">
<field name="name" type="string" direct="true">
<bind-xml name="name" node="attribute"/>
</field>
@@ -62,11 +62,11 @@ <field name="isDescription" type="boolean" direct="true">
<bind-xml name="isDescription" node="attribute"/>
</field>
- <field name="aggregationMemberList" collection="arraylist" direct="true" type="com.c2kernel.entity.imports.ImportAggregationMember">
+ <field name="aggregationMemberList" collection="arraylist" direct="true" type="org.cristalise.kernel.entity.imports.ImportAggregationMember">
<bind-xml name="AggregationMember" node="element"/>
</field>
</class>
- <class name="com.c2kernel.entity.imports.ImportAggregationMember">
+ <class name="org.cristalise.kernel.entity.imports.ImportAggregationMember">
<field name="slotNo" type="int" direct="true">
<bind-xml name="slotNo" node="attribute"/>
</field>
@@ -79,15 +79,15 @@ <field name="itemPath" type="string" direct="true">
<bind-xml name="itemPath" node="attribute"/>
</field>
- <field name="geometry" direct="true" type="com.c2kernel.entity.imports.Geometry">
+ <field name="geometry" direct="true" type="org.cristalise.kernel.entity.imports.Geometry">
<bind-xml name="Geometry" node="element"/>
</field>
- <field name="props" type="com.c2kernel.utils.KeyValuePair" collection="array" container="false" direct="false"
+ <field name="props" type="org.cristalise.kernel.utils.KeyValuePair" collection="array" container="false" direct="false"
get-method="getKeyValuePairs" set-method="setKeyValuePairs">
<bind-xml name="MemberProperties" node="element"/>
</field>
</class>
- <class name="com.c2kernel.entity.imports.Geometry">
+ <class name="org.cristalise.kernel.entity.imports.Geometry">
<field name="x" type="int" direct="true">
<bind-xml name="x" node="attribute"/>
</field>
@@ -101,7 +101,7 @@ <bind-xml name="height" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.entity.imports.ImportDependency">
+ <class name="org.cristalise.kernel.entity.imports.ImportDependency">
<field name="name" type="string" direct="true">
<bind-xml name="name" node="attribute"/>
</field>
@@ -117,24 +117,24 @@ <field name="itemDescriptionVersion" type="string" direct="true">
<bind-xml name="itemDescriptionVersion" node="attribute"/>
</field>
- <field name="dependencyMemberList" collection="arraylist" direct="true" type="com.c2kernel.entity.imports.ImportDependencyMember">
+ <field name="dependencyMemberList" collection="arraylist" direct="true" type="org.cristalise.kernel.entity.imports.ImportDependencyMember">
<bind-xml name="DependencyMember" node="element"/>
</field>
- <field name="props" type="com.c2kernel.utils.KeyValuePair" collection="array" container="false" direct="false"
+ <field name="props" type="org.cristalise.kernel.utils.KeyValuePair" collection="array" container="false" direct="false"
get-method="getKeyValuePairs" set-method="setKeyValuePairs">
<bind-xml name="CollectionProperties" node="element"/>
</field>
</class>
- <class name="com.c2kernel.entity.imports.ImportDependencyMember">
+ <class name="org.cristalise.kernel.entity.imports.ImportDependencyMember">
<field name="itemPath" type="string" direct="true">
<bind-xml name="itemPath" node="attribute"/>
</field>
- <field name="props" type="com.c2kernel.utils.KeyValuePair" collection="array" container="false" direct="false"
+ <field name="props" type="org.cristalise.kernel.utils.KeyValuePair" collection="array" container="false" direct="false"
get-method="getKeyValuePairs" set-method="setKeyValuePairs">
<bind-xml name="MemberProperties" node="element"/>
</field>
</class>
- <class name="com.c2kernel.entity.imports.ImportOutcome">
+ <class name="org.cristalise.kernel.entity.imports.ImportOutcome">
<field name="viewname" type="string" direct="true">
<bind-xml name="viewname" node="attribute"/>
</field>
@@ -148,7 +148,7 @@ <bind-xml name="viewname" node="text"/>
</field>
</class>
- <class name="com.c2kernel.entity.imports.ImportAgent">
+ <class name="org.cristalise.kernel.entity.imports.ImportAgent">
<map-to xml="Agent"/>
<field name="name" type="string" direct="false">
<bind-xml name="name" node="attribute"/>
@@ -159,14 +159,14 @@ <field name="roles" collection="arraylist" direct="false" type="string">
<bind-xml name="Role" node="element"/>
</field>
- <field name="properties" collection="arraylist" direct="false" type="com.c2kernel.property.Property">
+ <field name="properties" collection="arraylist" direct="false" type="org.cristalise.kernel.property.Property">
<bind-xml name="Property" node="element"/>
</field>
<field name="mItemPath" type="string" direct="false" get-method="getID" set-method="setID">
<bind-xml name="id" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.entity.imports.ImportRole">
+ <class name="org.cristalise.kernel.entity.imports.ImportRole">
<map-to xml="Role"/>
<field name="name" type="string" direct="false">
<bind-xml name="name" node="text"/>
|
