diff options
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>
|
