summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles/NewEntityMap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/mapFiles/NewEntityMap.xml')
-rw-r--r--src/main/resources/mapFiles/NewEntityMap.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/mapFiles/NewEntityMap.xml b/src/main/resources/mapFiles/NewEntityMap.xml
index a5d5006..dcbab09 100644
--- a/src/main/resources/mapFiles/NewEntityMap.xml
+++ b/src/main/resources/mapFiles/NewEntityMap.xml
@@ -124,4 +124,13 @@
<bind-xml name="Property" node="element"/>
</field>
</class>
+ <class name="com.c2kernel.lifecycle.instance.predefined.entitycreation.NewRole">
+ <map-to xml="Role"/>
+ <field name="name" type="string" direct="true">
+ <bind-xml name="name" node="text"/>
+ </field>
+ <field name="jobList" type="boolean" direct="true">
+ <bind-xml name="jobList" node="attribute"/>
+ </field>
+ </class>
</mapping>