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/JobListMap.xml | |
| parent | 50aa8aaab42fa62267aa1ae6a6070013096f5082 (diff) | |
Repackage to org.cristalise
Diffstat (limited to 'src/main/resources/mapFiles/JobListMap.xml')
| -rw-r--r-- | src/main/resources/mapFiles/JobListMap.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/mapFiles/JobListMap.xml b/src/main/resources/mapFiles/JobListMap.xml index dca933e..7d63dfa 100644 --- a/src/main/resources/mapFiles/JobListMap.xml +++ b/src/main/resources/mapFiles/JobListMap.xml @@ -22,7 +22,7 @@ -->
<mapping>
- <class name="com.c2kernel.entity.agent.Job">
+ <class name="org.cristalise.kernel.entity.agent.Job">
<map-to xml="Job"/>
<field name="id" type="integer" direct="false" get-method="getId" set-method="setId">
<bind-xml name="Id" node="attribute"/>
@@ -39,7 +39,7 @@ <field name="stepPath" type="string" direct="false" get-method="getStepPath" set-method="setStepPath">
<bind-xml name="StepPath" node="attribute"/>
</field>
- <field name="transition" type="com.c2kernel.lifecycle.instance.stateMachine.Transition" direct="false" get-method="getTransition" set-method="setTransition">
+ <field name="transition" type="org.cristalise.kernel.lifecycle.instance.stateMachine.Transition" direct="false" get-method="getTransition" set-method="setTransition">
<bind-xml name="Transition" node="element"/>
</field>
<field name="mAgentPath" type="string" direct="false" get-method="getAgentUUID" set-method="setAgentUUID">
@@ -54,13 +54,13 @@ <field name="agentRole" type="string" direct="false" get-method="getAgentRole" set-method="setAgentRole">
<bind-xml name="AgentRole" node="attribute"/>
</field>
- <field name="actProps" type="com.c2kernel.utils.KeyValuePair" collection="array" container="false" direct="false" get-method="getKeyValuePairs" set-method="setKeyValuePairs">
+ <field name="actProps" type="org.cristalise.kernel.utils.KeyValuePair" collection="array" container="false" direct="false" get-method="getKeyValuePairs" set-method="setKeyValuePairs">
<bind-xml name="ActProps" node="element"/>
</field>
</class>
- <class name="com.c2kernel.entity.agent.JobArrayList">
+ <class name="org.cristalise.kernel.entity.agent.JobArrayList">
<map-to xml="JobArrayList"/>
- <field name="list" collection="arraylist" direct="true" type="com.c2kernel.entity.agent.Job">
+ <field name="list" collection="arraylist" direct="true" type="org.cristalise.kernel.entity.agent.Job">
<bind-xml name="JobArrayList" node="element"/>
</field>
</class>
|
