summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/boot/SC/ServerNewEntity.xml2
-rw-r--r--src/main/resources/mapFiles/CollectionMap.xml34
-rw-r--r--src/main/resources/mapFiles/HistoryMap.xml4
-rw-r--r--src/main/resources/mapFiles/JobListMap.xml10
-rw-r--r--src/main/resources/mapFiles/KeyValuePairMap.xml4
-rw-r--r--src/main/resources/mapFiles/LifeCycleMap.xml60
-rw-r--r--src/main/resources/mapFiles/ModuleMap.xml24
-rw-r--r--src/main/resources/mapFiles/NewEntityMap.xml40
-rw-r--r--src/main/resources/mapFiles/PropertiesMap.xml12
-rw-r--r--src/main/resources/mapFiles/StateMachineMap.xml18
-rw-r--r--src/main/resources/mapFiles/TransferMap.xml6
-rw-r--r--src/main/resources/mapFiles/ViewpointMap.xml2
-rw-r--r--src/main/resources/mapFiles/graphModelMap.xml34
-rw-r--r--src/main/resources/textFiles/consoleScript.javascript.txt8
14 files changed, 129 insertions, 129 deletions
diff --git a/src/main/resources/boot/SC/ServerNewEntity.xml b/src/main/resources/boot/SC/ServerNewEntity.xml
index 1a07de9..b6734a5 100644
--- a/src/main/resources/boot/SC/ServerNewEntity.xml
+++ b/src/main/resources/boot/SC/ServerNewEntity.xml
@@ -22,7 +22,7 @@
-->
<cristalscript>
- <output name="errors" type="com.c2kernel.scripting.ErrorInfo"/>
+ <output name="errors" type="org.cristalise.kernel.scripting.ErrorInfo"/>
<script language="javascript" name="ServerNewEntity"><![CDATA[
var schema = job.getActPropString("SchemaType");
diff --git a/src/main/resources/mapFiles/CollectionMap.xml b/src/main/resources/mapFiles/CollectionMap.xml
index 33cbd3e..024b206 100644
--- a/src/main/resources/mapFiles/CollectionMap.xml
+++ b/src/main/resources/mapFiles/CollectionMap.xml
@@ -22,17 +22,17 @@
-->
<mapping>
- <class name="com.c2kernel.collection.CollectionMemberList">
+ <class name="org.cristalise.kernel.collection.CollectionMemberList">
<map-to xml="CollectionMemberList"/>
<field name="list"
collection="arraylist"
direct="true"
- type="com.c2kernel.collection.CollectionMember">
+ type="org.cristalise.kernel.collection.CollectionMember">
<bind-xml auto-naming="deriveByClass" node="element"/>
</field>
</class>
- <class name="com.c2kernel.collection.DependencyMember">
+ <class name="org.cristalise.kernel.collection.DependencyMember">
<map-to xml="DependencyMember"/>
<field name="ID" type="integer" direct="false">
<bind-xml name="ID" node="attribute"/>
@@ -45,7 +45,7 @@
<bind-xml name="ChildUUID" node="attribute"/>
</field>
<field name="mProperties"
- type="com.c2kernel.utils.KeyValuePair"
+ type="org.cristalise.kernel.utils.KeyValuePair"
collection="array"
container="false"
direct="false"
@@ -55,8 +55,8 @@
</field>
</class>
- <class name="com.c2kernel.collection.AggregationMember"
- extends="com.c2kernel.graph.model.GraphableVertex">
+ <class name="org.cristalise.kernel.collection.AggregationMember"
+ extends="org.cristalise.kernel.graph.model.GraphableVertex">
<map-to xml="AggregationMember"/>
<field name="mItemPath"
type="string"
@@ -75,10 +75,10 @@
</class>
- <class name="com.c2kernel.collection.Collection">
+ <class name="org.cristalise.kernel.collection.Collection">
<map-to xml="Collection"/>
<field name="mMembers"
- type="com.c2kernel.collection.CollectionMemberList"
+ type="org.cristalise.kernel.collection.CollectionMemberList"
direct="false"
get-method="getMembers"
set-method="setMembers">
@@ -100,7 +100,7 @@
</field>
</class>
- <class name="com.c2kernel.collection.Dependency" extends="com.c2kernel.collection.Collection">
+ <class name="org.cristalise.kernel.collection.Dependency" extends="org.cristalise.kernel.collection.Collection">
<map-to xml="Dependency"/>
<field name="mClassProps"
type="string"
@@ -110,7 +110,7 @@
<bind-xml name="ClassProps" node="attribute"/>
</field>
<field name="mProperties"
- type="com.c2kernel.utils.KeyValuePair"
+ type="org.cristalise.kernel.utils.KeyValuePair"
collection="array"
container="false"
direct="false"
@@ -119,27 +119,27 @@
<bind-xml name="Properties" node="element"/>
</field>
</class>
- <class name="com.c2kernel.collection.DependencyDescription" extends="com.c2kernel.collection.Dependency">
+ <class name="org.cristalise.kernel.collection.DependencyDescription" extends="org.cristalise.kernel.collection.Dependency">
<map-to xml="DependencyDescription"/>
</class>
- <class name="com.c2kernel.collection.Aggregation" extends="com.c2kernel.collection.Collection">
+ <class name="org.cristalise.kernel.collection.Aggregation" extends="org.cristalise.kernel.collection.Collection">
<map-to xml="Aggregation"/>
- <field name="mLayout" type="com.c2kernel.graph.model.GraphModel" direct="false" get-method="getLayout" set-method="setLayout">
+ <field name="mLayout" type="org.cristalise.kernel.graph.model.GraphModel" direct="false" get-method="getLayout" set-method="setLayout">
<bind-xml name="Layout" node="element"/>
</field>
</class>
- <class name="com.c2kernel.collection.AggregationDescription" extends="com.c2kernel.collection.Aggregation">
+ <class name="org.cristalise.kernel.collection.AggregationDescription" extends="org.cristalise.kernel.collection.Aggregation">
<map-to xml="AggregationDescription"/>
</class>
- <class name="com.c2kernel.collection.AggregationInstance" extends="com.c2kernel.collection.Aggregation">
+ <class name="org.cristalise.kernel.collection.AggregationInstance" extends="org.cristalise.kernel.collection.Aggregation">
<map-to xml="AggregationInstance"/>
</class>
- <class name="com.c2kernel.collection.CollectionArrayList">
+ <class name="org.cristalise.kernel.collection.CollectionArrayList">
<map-to xml="CollectionList"/>
<field name="list"
collection="arraylist"
direct="true"
- type="com.c2kernel.collection.Collection">
+ type="org.cristalise.kernel.collection.Collection">
<bind-xml auto-naming="deriveByClass" node="element"/>
</field>
</class>
diff --git a/src/main/resources/mapFiles/HistoryMap.xml b/src/main/resources/mapFiles/HistoryMap.xml
index ecc6ab5..b044018 100644
--- a/src/main/resources/mapFiles/HistoryMap.xml
+++ b/src/main/resources/mapFiles/HistoryMap.xml
@@ -23,7 +23,7 @@
-->
<mapping>
- <class name="com.c2kernel.events.Event">
+ <class name="org.cristalise.kernel.events.Event">
<map-to xml="Event"/>
<field name="mID" type="integer" direct="false" get-method="getID" set-method="setID">
<bind-xml name="ID" node="attribute"/>
@@ -73,7 +73,7 @@
<bind-xml name="AgentRole" node="attribute"/>
</field>
- <field name="mTimeStamp" type="com.c2kernel.common.GTimeStamp" direct="false" get-method="getTimeStamp" set-method="setTimeStamp">
+ <field name="mTimeStamp" type="org.cristalise.kernel.common.GTimeStamp" direct="false" get-method="getTimeStamp" set-method="setTimeStamp">
<bind-xml name="TimeStamp" node="element"/>
</field>
</class>
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>
diff --git a/src/main/resources/mapFiles/KeyValuePairMap.xml b/src/main/resources/mapFiles/KeyValuePairMap.xml
index 65103f1..cd12f9f 100644
--- a/src/main/resources/mapFiles/KeyValuePairMap.xml
+++ b/src/main/resources/mapFiles/KeyValuePairMap.xml
@@ -22,7 +22,7 @@
-->
<mapping>
- <class name="com.c2kernel.utils.KeyValuePair">
+ <class name="org.cristalise.kernel.utils.KeyValuePair">
<map-to xml="KeyValuePair"/>
<field name="mKey"
type="string"
@@ -59,7 +59,7 @@
<bind-xml name="Boolean" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.common.GTimeStamp">
+ <class name="org.cristalise.kernel.common.GTimeStamp">
<map-to xml="TimeStamp"/>
<field name="mYear" type="java.lang.Integer" direct="true"><bind-xml name="Y" node="attribute"/></field>
<field name="mMonth" type="java.lang.Integer" direct="true"><bind-xml name="Mo" node="attribute"/></field>
diff --git a/src/main/resources/mapFiles/LifeCycleMap.xml b/src/main/resources/mapFiles/LifeCycleMap.xml
index 51b74ba..6bada93 100644
--- a/src/main/resources/mapFiles/LifeCycleMap.xml
+++ b/src/main/resources/mapFiles/LifeCycleMap.xml
@@ -22,50 +22,50 @@
-->
<mapping>
- <class name="com.c2kernel.lifecycle.NextDef" extends="com.c2kernel.graph.model.GraphableEdge">
+ <class name="org.cristalise.kernel.lifecycle.NextDef" extends="org.cristalise.kernel.graph.model.GraphableEdge">
<map-to xml="NextDef"/>
</class>
- <class name="com.c2kernel.lifecycle.WfVertexDef" extends="com.c2kernel.graph.model.GraphableVertex">
+ <class name="org.cristalise.kernel.lifecycle.WfVertexDef" extends="org.cristalise.kernel.graph.model.GraphableVertex">
<map-to xml="WfVertexDef"/>
</class>
- <class name="com.c2kernel.lifecycle.ActivityDef" extends="com.c2kernel.lifecycle.WfVertexDef">
+ <class name="org.cristalise.kernel.lifecycle.ActivityDef" extends="org.cristalise.kernel.lifecycle.WfVertexDef">
<map-to xml="ActivityDef"/>
</class>
- <class name="com.c2kernel.lifecycle.CompositeActivityDef" extends="com.c2kernel.lifecycle.ActivityDef">
+ <class name="org.cristalise.kernel.lifecycle.CompositeActivityDef" extends="org.cristalise.kernel.lifecycle.ActivityDef">
<map-to xml="CompositeActivityDef"/>
<field name="castorNonLayoutableChildren" type="string" direct="false" collection="array">
<bind-xml name="castorNonLayoutableChildren" node="element"/>
</field>
</class>
- <class name="com.c2kernel.lifecycle.ActivitySlotDef" extends="com.c2kernel.lifecycle.WfVertexDef">
+ <class name="org.cristalise.kernel.lifecycle.ActivitySlotDef" extends="org.cristalise.kernel.lifecycle.WfVertexDef">
<map-to xml="ActivitySlotDef"/>
<field name="activityDef" type="string" direct="false">
<bind-xml name="activityDef" node="element"/>
</field>
</class>
- <class name="com.c2kernel.lifecycle.JoinDef" extends="com.c2kernel.lifecycle.WfVertexDef">
+ <class name="org.cristalise.kernel.lifecycle.JoinDef" extends="org.cristalise.kernel.lifecycle.WfVertexDef">
<map-to xml="JoinDef"/>
</class>
- <class name="com.c2kernel.lifecycle.AndSplitDef" extends="com.c2kernel.lifecycle.WfVertexDef">
+ <class name="org.cristalise.kernel.lifecycle.AndSplitDef" extends="org.cristalise.kernel.lifecycle.WfVertexDef">
<map-to xml="AndSplitDef"/>
</class>
- <class name="com.c2kernel.lifecycle.OrSplitDef" extends="com.c2kernel.lifecycle.AndSplitDef">
+ <class name="org.cristalise.kernel.lifecycle.OrSplitDef" extends="org.cristalise.kernel.lifecycle.AndSplitDef">
<map-to xml="OrSplitDef"/>
</class>
- <class name="com.c2kernel.lifecycle.XOrSplitDef" extends="com.c2kernel.lifecycle.AndSplitDef">
+ <class name="org.cristalise.kernel.lifecycle.XOrSplitDef" extends="org.cristalise.kernel.lifecycle.AndSplitDef">
<map-to xml="XOrSplitDef"/>
</class>
- <class name="com.c2kernel.lifecycle.LoopDef" extends="com.c2kernel.lifecycle.XOrSplitDef">
+ <class name="org.cristalise.kernel.lifecycle.LoopDef" extends="org.cristalise.kernel.lifecycle.XOrSplitDef">
<map-to xml="LoopDef"/>
<field name="isNext" type="integer" direct="true">
<bind-xml name="isNext" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.lifecycle.instance.Next" extends="com.c2kernel.graph.model.GraphableEdge">
+ <class name="org.cristalise.kernel.lifecycle.instance.Next" extends="org.cristalise.kernel.graph.model.GraphableEdge">
<map-to xml="Next"/>
</class>
- <class name="com.c2kernel.lifecycle.instance.WfVertex" extends="com.c2kernel.graph.model.GraphableVertex"/>
- <class name="com.c2kernel.lifecycle.instance.Activity" extends="com.c2kernel.lifecycle.instance.WfVertex">
+ <class name="org.cristalise.kernel.lifecycle.instance.WfVertex" extends="org.cristalise.kernel.graph.model.GraphableVertex"/>
+ <class name="org.cristalise.kernel.lifecycle.instance.Activity" extends="org.cristalise.kernel.lifecycle.instance.WfVertex">
<map-to xml="AtomicActivity"/>
<field name="active" type="boolean" direct="false">
<bind-xml name="active" node="attribute"/>
@@ -79,58 +79,58 @@
<field name="eventIds" type="string" transient="true">
<bind-xml name="eventIds" node="element"/>
</field>
- <field name="stateDate" type="com.c2kernel.common.GTimeStamp" direct="false">
+ <field name="stateDate" type="org.cristalise.kernel.common.GTimeStamp" direct="false">
<bind-xml name="stateDate" node="element"/>
</field>
</class>
- <class name="com.c2kernel.lifecycle.instance.CompositeActivity" extends="com.c2kernel.lifecycle.instance.Activity">
+ <class name="org.cristalise.kernel.lifecycle.instance.CompositeActivity" extends="org.cristalise.kernel.lifecycle.instance.Activity">
<map-to xml="CompositeActivity"/>
</class>
- <class name="com.c2kernel.lifecycle.instance.Workflow" extends="com.c2kernel.lifecycle.instance.CompositeActivity">
+ <class name="org.cristalise.kernel.lifecycle.instance.Workflow" extends="org.cristalise.kernel.lifecycle.instance.CompositeActivity">
<map-to xml="Workflow"/>
<field name="mItemPath" type="string" direct="false" get-method="getItemUUID" set-method="setItemUUID">
<bind-xml name="ItemUUID" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.lifecycle.instance.Join" extends="com.c2kernel.lifecycle.instance.WfVertex">
+ <class name="org.cristalise.kernel.lifecycle.instance.Join" extends="org.cristalise.kernel.lifecycle.instance.WfVertex">
<map-to xml="Join"/>
<field name="counter" type="integer" direct="true">
<bind-xml name="counter" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.lifecycle.instance.Split" extends="com.c2kernel.lifecycle.instance.WfVertex">
+ <class name="org.cristalise.kernel.lifecycle.instance.Split" extends="org.cristalise.kernel.lifecycle.instance.WfVertex">
<map-to xml="Split"/>
</class>
- <class name="com.c2kernel.lifecycle.instance.AndSplit" extends="com.c2kernel.lifecycle.instance.Split">
+ <class name="org.cristalise.kernel.lifecycle.instance.AndSplit" extends="org.cristalise.kernel.lifecycle.instance.Split">
<map-to xml="AndSplit"/>
</class>
- <class name="com.c2kernel.lifecycle.instance.OrSplit" extends="com.c2kernel.lifecycle.instance.Split">
+ <class name="org.cristalise.kernel.lifecycle.instance.OrSplit" extends="org.cristalise.kernel.lifecycle.instance.Split">
<map-to xml="OrSplit"/>
</class>
- <class name="com.c2kernel.lifecycle.instance.XOrSplit" extends="com.c2kernel.lifecycle.instance.Split">
+ <class name="org.cristalise.kernel.lifecycle.instance.XOrSplit" extends="org.cristalise.kernel.lifecycle.instance.Split">
<map-to xml="XOrSplit"/>
</class>
- <class name="com.c2kernel.lifecycle.instance.Loop" extends="com.c2kernel.lifecycle.instance.XOrSplit">
+ <class name="org.cristalise.kernel.lifecycle.instance.Loop" extends="org.cristalise.kernel.lifecycle.instance.XOrSplit">
<map-to xml="Loop"/>
</class>
- <class name="com.c2kernel.lifecycle.instance.predefined.PredefinedStepContainer">
+ <class name="org.cristalise.kernel.lifecycle.instance.predefined.PredefinedStepContainer">
<field name="ID" type="integer" direct="false">
<bind-xml name="id" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.lifecycle.instance.predefined.server.ServerPredefinedStepContainer"
- extends="com.c2kernel.lifecycle.instance.predefined.PredefinedStepContainer">
+ <class name="org.cristalise.kernel.lifecycle.instance.predefined.server.ServerPredefinedStepContainer"
+ extends="org.cristalise.kernel.lifecycle.instance.predefined.PredefinedStepContainer">
<map-to xml="ServerPredefinedStepContainer"/>
</class>
- <class name="com.c2kernel.lifecycle.instance.predefined.item.ItemPredefinedStepContainer"
- extends="com.c2kernel.lifecycle.instance.predefined.PredefinedStepContainer">
+ <class name="org.cristalise.kernel.lifecycle.instance.predefined.item.ItemPredefinedStepContainer"
+ extends="org.cristalise.kernel.lifecycle.instance.predefined.PredefinedStepContainer">
<map-to xml="PredefinedStepContainer"/>
</class>
- <class name="com.c2kernel.lifecycle.instance.predefined.agent.AgentPredefinedStepContainer"
- extends="com.c2kernel.lifecycle.instance.predefined.PredefinedStepContainer">
+ <class name="org.cristalise.kernel.lifecycle.instance.predefined.agent.AgentPredefinedStepContainer"
+ extends="org.cristalise.kernel.lifecycle.instance.predefined.PredefinedStepContainer">
<map-to xml="AgentPredefinedStepContainer"/>
</class>
- <class name="com.c2kernel.scripting.ErrorInfo">
+ <class name="org.cristalise.kernel.scripting.ErrorInfo">
<map-to xml="Errors"/>
<field name="fatal" type="boolean" direct="false">
<bind-xml name="fatal" node="attribute"/>
diff --git a/src/main/resources/mapFiles/ModuleMap.xml b/src/main/resources/mapFiles/ModuleMap.xml
index 38f6648..ab021ff 100644
--- a/src/main/resources/mapFiles/ModuleMap.xml
+++ b/src/main/resources/mapFiles/ModuleMap.xml
@@ -22,7 +22,7 @@
-->
<mapping>
- <class name="com.c2kernel.process.module.Module">
+ <class name="org.cristalise.kernel.process.module.Module">
<map-to xml="CristalModule" />
<field name="ns" direct="false" type="string" get-method="getNamespace" set-method="setNamespace">
<bind-xml name="ns" node="attribute" />
@@ -33,29 +33,29 @@
<field name="id" direct="false" type="string" get-method="getID" set-method="setID">
<bind-xml name="id" node="attribute" />
</field>
- <field name="info" direct="false" type="com.c2kernel.process.module.ModuleInfo">
+ <field name="info" direct="false" type="org.cristalise.kernel.process.module.ModuleInfo">
<bind-xml name="Info" node="element" />
</field>
<field name="resURL" direct="false" type="string">
<bind-xml name="ResourceURL" node="element" />
</field>
- <field name="imports" direct="false" type="com.c2kernel.process.module.ModuleImports">
+ <field name="imports" direct="false" type="org.cristalise.kernel.process.module.ModuleImports">
<bind-xml name="Imports" node="element" />
</field>
- <field name="config" collection="arraylist" direct="false" type="com.c2kernel.process.module.ModuleConfig">
+ <field name="config" collection="arraylist" direct="false" type="org.cristalise.kernel.process.module.ModuleConfig">
<bind-xml name="Config" node="element" />
</field>
- <field name="scripts" collection="arraylist" direct="false" type="com.c2kernel.process.module.ModuleScript">
+ <field name="scripts" collection="arraylist" direct="false" type="org.cristalise.kernel.process.module.ModuleScript">
<bind-xml name="Script" node="element" />
</field>
</class>
- <class name="com.c2kernel.process.module.ModuleImports">
+ <class name="org.cristalise.kernel.process.module.ModuleImports">
<map-to xml="Imports"/>
- <field name="list" collection="arraylist" direct="true" type="com.c2kernel.process.module.ModuleImport">
+ <field name="list" collection="arraylist" direct="true" type="org.cristalise.kernel.process.module.ModuleImport">
<bind-xml auto-naming="deriveByClass" node="element" />
</field>
</class>
- <class name="com.c2kernel.process.module.ModuleInfo">
+ <class name="org.cristalise.kernel.process.module.ModuleInfo">
<map-to xml="Info"/>
<field name="desc" direct="true" type="string">
<bind-xml name="Description" node="element" />
@@ -68,7 +68,7 @@
<bind-xml name="Dependency" node="element" />
</field>
</class>
- <class name="com.c2kernel.process.module.ModuleImport">
+ <class name="org.cristalise.kernel.process.module.ModuleImport">
<field name="name" direct="false" type="string">
<bind-xml name="name" node="attribute" />
</field>
@@ -76,7 +76,7 @@
<bind-xml name="id" node="attribute" />
</field>
</class>
- <class name="com.c2kernel.process.module.ModuleResource" extends="com.c2kernel.process.module.ModuleImport">
+ <class name="org.cristalise.kernel.process.module.ModuleResource" extends="org.cristalise.kernel.process.module.ModuleImport">
<map-to xml="Resource"/>
<field name="version" direct="false" type="integer">
<bind-xml name="version" node="attribute" />
@@ -88,7 +88,7 @@
<bind-xml node="text" />
</field>
</class>
- <class name="com.c2kernel.process.module.ModuleConfig">
+ <class name="org.cristalise.kernel.process.module.ModuleConfig">
<map-to xml="Config"/>
<field name="name" direct="true" type="string">
<bind-xml name="name" node="attribute" />
@@ -100,7 +100,7 @@
<bind-xml node="text" />
</field>
</class>
- <class name="com.c2kernel.process.module.ModuleScript">
+ <class name="org.cristalise.kernel.process.module.ModuleScript">
<map-to xml="Script"/>
<field name="target" direct="true" type="string">
<bind-xml name="target" node="attribute" />
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"/>
diff --git a/src/main/resources/mapFiles/PropertiesMap.xml b/src/main/resources/mapFiles/PropertiesMap.xml
index acd5b7d..daf956d 100644
--- a/src/main/resources/mapFiles/PropertiesMap.xml
+++ b/src/main/resources/mapFiles/PropertiesMap.xml
@@ -22,7 +22,7 @@
-->
<mapping>
- <class name="com.c2kernel.property.Property">
+ <class name="org.cristalise.kernel.property.Property">
<map-to xml="Property"/>
<field name="mName" type="string" direct="false" get-method="getName" set-method="setName">
<bind-xml name="name" node="attribute"/>
@@ -35,7 +35,7 @@
</field>
</class>
- <class name="com.c2kernel.property.PropertyDescription">
+ <class name="org.cristalise.kernel.property.PropertyDescription">
<map-to xml="PropertyDescription"/>
<field name="mName" type="string" direct="false" get-method="getName" set-method="setName">
<bind-xml name="Name" node="attribute"/>
@@ -52,19 +52,19 @@
</class>
- <class name="com.c2kernel.property.PropertyDescriptionList">
+ <class name="org.cristalise.kernel.property.PropertyDescriptionList">
<map-to xml="AllProperties"/>
- <field name="list" collection="arraylist" direct="true" type="com.c2kernel.property.PropertyDescription">
+ <field name="list" collection="arraylist" direct="true" type="org.cristalise.kernel.property.PropertyDescription">
<bind-xml name="PropertyDescription" node="element"/>
</field>
</class>
- <class name="com.c2kernel.property.PropertyArrayList">
+ <class name="org.cristalise.kernel.property.PropertyArrayList">
<map-to xml="PropertyList"/>
<field name="list"
collection="arraylist"
direct="true"
- type="com.c2kernel.property.Property">
+ type="org.cristalise.kernel.property.Property">
<bind-xml name="Property" node="element"/>
</field>
</class>
diff --git a/src/main/resources/mapFiles/StateMachineMap.xml b/src/main/resources/mapFiles/StateMachineMap.xml
index 027eace..eb1da1b 100644
--- a/src/main/resources/mapFiles/StateMachineMap.xml
+++ b/src/main/resources/mapFiles/StateMachineMap.xml
@@ -22,14 +22,14 @@
-->
<mapping>
- <class name="com.c2kernel.lifecycle.instance.stateMachine.StateMachine">
+ <class name="org.cristalise.kernel.lifecycle.instance.stateMachine.StateMachine">
<map-to xml="StateMachine" />
- <field name="states" type="com.c2kernel.lifecycle.instance.stateMachine.State"
+ <field name="states" type="org.cristalise.kernel.lifecycle.instance.stateMachine.State"
collection="arraylist" direct="false" get-method="getStates" set-method="setStates">
<bind-xml name="State" node="element" />
</field>
<field name="transitions"
- type="com.c2kernel.lifecycle.instance.stateMachine.Transition"
+ type="org.cristalise.kernel.lifecycle.instance.stateMachine.Transition"
collection="arraylist" direct="false">
<bind-xml name="Transition" node="element" />
</field>
@@ -37,7 +37,7 @@
<bind-xml name="initialState" node="attribute" />
</field>
</class>
- <class name="com.c2kernel.lifecycle.instance.stateMachine.State">
+ <class name="org.cristalise.kernel.lifecycle.instance.stateMachine.State">
<map-to xml="State"/>
<field name="id" type="integer" direct="false">
<bind-xml name="id" node="attribute" />
@@ -49,7 +49,7 @@
<bind-xml name="proceeds" node="attribute" />
</field>
</class>
- <class name="com.c2kernel.lifecycle.instance.stateMachine.Transition">
+ <class name="org.cristalise.kernel.lifecycle.instance.stateMachine.Transition">
<map-to xml="Transition"/>
<field name="id" type="integer" direct="false">
<bind-xml name="id" node="attribute" />
@@ -72,14 +72,14 @@
<field name="reservation" type="string" direct="false">
<bind-xml name="reservation" node="attribute" />
</field>
- <field name="outcome" type="com.c2kernel.lifecycle.instance.stateMachine.TransitionOutcome" direct="false">
+ <field name="outcome" type="org.cristalise.kernel.lifecycle.instance.stateMachine.TransitionOutcome" direct="false">
<bind-xml name="Outcome" node="element" />
</field>
- <field name="script" type="com.c2kernel.lifecycle.instance.stateMachine.TransitionScript" direct="false">
+ <field name="script" type="org.cristalise.kernel.lifecycle.instance.stateMachine.TransitionScript" direct="false">
<bind-xml name="Script" node="element" />
</field>
</class>
- <class name="com.c2kernel.lifecycle.instance.stateMachine.TransitionOutcome">
+ <class name="org.cristalise.kernel.lifecycle.instance.stateMachine.TransitionOutcome">
<map-to xml="Outcome"/>
<field name="schemaName" type="string" direct="false">
<bind-xml name="name" node="attribute" />
@@ -91,7 +91,7 @@
<bind-xml name="required" node="attribute" />
</field>
</class>
- <class name="com.c2kernel.lifecycle.instance.stateMachine.TransitionScript">
+ <class name="org.cristalise.kernel.lifecycle.instance.stateMachine.TransitionScript">
<map-to xml="Script"/>
<field name="scriptName" type="string" direct="false">
<bind-xml name="name" node="attribute" />
diff --git a/src/main/resources/mapFiles/TransferMap.xml b/src/main/resources/mapFiles/TransferMap.xml
index 089efc8..fb27ff6 100644
--- a/src/main/resources/mapFiles/TransferMap.xml
+++ b/src/main/resources/mapFiles/TransferMap.xml
@@ -22,14 +22,14 @@
-->
<mapping>
- <class name="com.c2kernel.entity.transfer.TransferSet">
+ <class name="org.cristalise.kernel.entity.transfer.TransferSet">
<map-to xml="TransferSet"/>
<field name="items" collection="arraylist" direct="true"
- type="com.c2kernel.entity.transfer.TransferItem">
+ type="org.cristalise.kernel.entity.transfer.TransferItem">
<bind-xml name="Item" node="element"/>
</field>
</class>
- <class name="com.c2kernel.entity.transfer.TransferItem">
+ <class name="org.cristalise.kernel.entity.transfer.TransferItem">
<field name="mItemPath" type="string" direct="false" get-method="getUUID" set-method="setUUID">
<bind-xml name="ItemUUID" node="attribute"/>
</field>
diff --git a/src/main/resources/mapFiles/ViewpointMap.xml b/src/main/resources/mapFiles/ViewpointMap.xml
index 4010a13..f165bee 100644
--- a/src/main/resources/mapFiles/ViewpointMap.xml
+++ b/src/main/resources/mapFiles/ViewpointMap.xml
@@ -22,7 +22,7 @@
-->
<mapping>
- <class name="com.c2kernel.persistency.outcome.Viewpoint">
+ <class name="org.cristalise.kernel.persistency.outcome.Viewpoint">
<map-to xml="Viewpoint"/>
<field name="mItemPath" type="string" direct="false" get-method="getItemUUID" set-method="setItemUUID">
<bind-xml name="ItemUUID" node="attribute"/>
diff --git a/src/main/resources/mapFiles/graphModelMap.xml b/src/main/resources/mapFiles/graphModelMap.xml
index a09ce9b..6317525 100644
--- a/src/main/resources/mapFiles/graphModelMap.xml
+++ b/src/main/resources/mapFiles/graphModelMap.xml
@@ -22,13 +22,13 @@
-->
<mapping>
- <class name="com.c2kernel.graph.model.GraphModel">
+ <class name="org.cristalise.kernel.graph.model.GraphModel">
<map-to xml="GraphModel"/>
- <field name="GraphModelCastorData" type="com.c2kernel.graph.model.GraphModelCastorData" direct="false">
+ <field name="GraphModelCastorData" type="org.cristalise.kernel.graph.model.GraphModelCastorData" direct="false">
<bind-xml auto-naming="deriveByClass" node="element"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.GraphPoint">
+ <class name="org.cristalise.kernel.graph.model.GraphPoint">
<map-to xml="GraphPoint"/>
<field name="x" type="integer" direct="true">
<bind-xml name="x" node="attribute"/>
@@ -37,15 +37,15 @@
<bind-xml name="y" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.GraphModelCastorData">
+ <class name="org.cristalise.kernel.graph.model.GraphModelCastorData">
<map-to xml="GraphModelCastorData"/>
<field name="mClassNameOfVertexOutlineCreator" type="string" direct="true">
<bind-xml name="ClassNameOfVertexOutlineCreator" node="attribute"/>
</field>
- <field name="mVertexImpls" type="com.c2kernel.graph.model.Vertex" direct="true" collection="array">
+ <field name="mVertexImpls" type="org.cristalise.kernel.graph.model.Vertex" direct="true" collection="array">
<bind-xml auto-naming="deriveByClass" node="element"/>
</field>
- <field name="mEdgeImpls" type="com.c2kernel.graph.model.DirectedEdge" direct="true" collection="array">
+ <field name="mEdgeImpls" type="org.cristalise.kernel.graph.model.DirectedEdge" direct="true" collection="array">
<bind-xml auto-naming="deriveByClass" node="element"/>
</field>
<field name="mStartVertexId" type="integer" direct="true">
@@ -55,7 +55,7 @@
<bind-xml name="NextId" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.Vertex">
+ <class name="org.cristalise.kernel.graph.model.Vertex">
<map-to xml="Vertex"/>
<field name="ID" type="integer" direct="false">
<bind-xml name="ID" node="attribute"/>
@@ -69,10 +69,10 @@
<field name="Width" type="integer" direct="false">
<bind-xml name="Width" node="attribute"/>
</field>
- <field name="CentrePoint" type="com.c2kernel.graph.model.GraphPoint" direct="false">
+ <field name="CentrePoint" type="org.cristalise.kernel.graph.model.GraphPoint" direct="false">
<bind-xml name="CentrePoint" node="element"/>
</field>
- <field name="OutlinePoints" type="com.c2kernel.graph.model.GraphPoint" direct="false" collection="array">
+ <field name="OutlinePoints" type="org.cristalise.kernel.graph.model.GraphPoint" direct="false" collection="array">
<bind-xml name="OutlinePoint" node="element"/>
</field>
<field name="InEdgeIds" type="integer" direct="false" collection="array">
@@ -82,15 +82,15 @@
<bind-xml name="OutEdgeId" node="element"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.DirectedEdge">
+ <class name="org.cristalise.kernel.graph.model.DirectedEdge">
<map-to xml="DirectedEdge"/>
<field name="ID" type="integer" direct="false">
<bind-xml name="ID" node="attribute"/>
</field>
- <field name="OriginPoint" type="com.c2kernel.graph.model.GraphPoint" direct="false">
+ <field name="OriginPoint" type="org.cristalise.kernel.graph.model.GraphPoint" direct="false">
<bind-xml name="OriginPoint" node="element"/>
</field>
- <field name="TerminusPoint" type="com.c2kernel.graph.model.GraphPoint" direct="false">
+ <field name="TerminusPoint" type="org.cristalise.kernel.graph.model.GraphPoint" direct="false">
<bind-xml name="TerminusPoint" node="element"/>
</field>
<field name="OriginVertexId" type="integer" direct="false">
@@ -100,10 +100,10 @@
<bind-xml name="TerminusVertexId" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.GraphableEdge" extends="com.c2kernel.graph.model.DirectedEdge">
+ <class name="org.cristalise.kernel.graph.model.GraphableEdge" extends="org.cristalise.kernel.graph.model.DirectedEdge">
<map-to xml="GraphableEdge"/>
<field name="mProperties"
- type="com.c2kernel.utils.KeyValuePair"
+ type="org.cristalise.kernel.utils.KeyValuePair"
collection="array"
container="false"
direct="false"
@@ -112,7 +112,7 @@
<bind-xml name="Properties" node="element"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.GraphableVertex" extends="com.c2kernel.graph.model.Vertex">
+ <class name="org.cristalise.kernel.graph.model.GraphableVertex" extends="org.cristalise.kernel.graph.model.Vertex">
<map-to xml="GraphableVertex"/>
<field name="mIsLayoutable"
type="boolean"
@@ -128,11 +128,11 @@
set-method="setIsComposite">
<bind-xml name="IsComposite" node="attribute"/>
</field>
- <field name="childrenGraphModel" type="com.c2kernel.graph.model.GraphModel" direct="false">
+ <field name="childrenGraphModel" type="org.cristalise.kernel.graph.model.GraphModel" direct="false">
<bind-xml name="childrenGraphModel" node="element"/>
</field>
<field name="mProperties"
- type="com.c2kernel.utils.KeyValuePair"
+ type="org.cristalise.kernel.utils.KeyValuePair"
collection="array"
container="false"
direct="false"
diff --git a/src/main/resources/textFiles/consoleScript.javascript.txt b/src/main/resources/textFiles/consoleScript.javascript.txt
index 4775a71..fbfaa93 100644
--- a/src/main/resources/textFiles/consoleScript.javascript.txt
+++ b/src/main/resources/textFiles/consoleScript.javascript.txt
@@ -1,8 +1,8 @@
-importClass(com.c2kernel.process.Gateway);
+importClass(org.cristalise.kernel.process.Gateway);
function log(level) {
- com.c2kernel.utils.Logger.removeLogStream(output);
- com.c2kernel.utils.Logger.addLogStream(output, level);
+ org.cristalise.kernel.utils.Logger.removeLogStream(output);
+ org.cristalise.kernel.utils.Logger.addLogStream(output, level);
}
function help() {
var help = Gateway.getResource().getAllTextResources("textFiles/consoleHelp.txt").values().iterator();
@@ -14,5 +14,5 @@ function version() {
print("Modules loaded: "+Gateway.getModuleManager().getModuleVersions());
}
function shutdown() {
- com.c2kernel.process.AbstractMain.shutdown(0);
+ org.cristalise.kernel.process.AbstractMain.shutdown(0);
}