diff options
35 files changed, 1772 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..6cfa2dc --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="resources"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/cristal-kernel"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/.project b/.project new file mode 100644 index 0000000..ce40b92 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>cristal-dev</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..dcf8af1 --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,12 @@ +#Wed Sep 14 14:08:10 CEST 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..74b0711 --- /dev/null +++ b/build.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project basedir="." default="jar" name="cristal-dev">
+ <!--===================================================================-->
+ <!-- Global properties -->
+ <!-- NOTE: Ant will automatically will add all jar files to the -->
+ <!-- classpath from the $(ANT_HOME)/lib directory. In cristal2 -->
+ <!-- setup this directories are equal to the cristal2/lib -->
+ <!-- directory which eliminates thecalculation of classpath for -->
+ <!-- the most of the 'javac' tasks -->
+ <!--===================================================================-->
+ <property name="name" value="cristal-dev"/>
+ <property name="version" value="1.0"/>
+ <!--===================================================================-->
+ <!-- Directories -->
+ <!--===================================================================-->
+ <property name="src.dir" value="src"/>
+ <property name="res.dir" value="ch/cern/cristaldev/resources"/>
+ <property name="build.dir" value="bin"/>
+ <property name="resource.dir" value="resources"/>
+ <!--===================================================================-->
+ <!-- Global javacc attributes -->
+ <!--===================================================================-->
+ <property name="debug" value="true"/>
+ <property name="deprecation" value="false"/>
+ <property name="optimize" value="true"/>
+ <property name="junit.fork" value="false"/>
+ <!-- ==================================================================-->
+ <!-- The pattern for the support files that need -->
+ <!-- to be copied when compiling classes -->
+ <!-- ==================================================================-->
+ <patternset id="resource.files">
+ <include name="boot/**/*.txt"/>
+ <include name="boot/**/*.xml"/>
+ <include name="boot/**/*.xsd"/>
+ <include name="images/**/*.gif"/>
+ <include name="images/**/*.jpg"/>
+ <include name="images/**/*.png"/>
+ </patternset>
+
+ <!--===================================================================-->
+ <!-- Prepare the build (takes the timestamp see: Ant1.3 docs) -->
+ <!--===================================================================-->
+ <target name="prepare">
+ <tstamp/>
+ </target>
+
+ <target name="clean" description="cleans up the build directories">
+ <delete dir="${build.dir}"/>
+ </target>
+ <target name="rebuild" depends="clean, jar" description="deletes and recompiles the whole of cristal2"/>
+ <target name="jar" depends="resources" description="make jar">
+ <jar basedir="${build.dir}" includes="**" jarfile="cristaldev.jar"/>
+ </target>
+ <!--===================================================================-->
+ <!-- Assembles cristal2 resources -->
+ <!--===================================================================-->
+ <target name="resources" depends="prepare" description="Moves all resources to the build directory for the Resource class to read">
+ <mkdir dir="${build.dir}/${res.dir}"/>
+ <copy todir="${build.dir}/${res.dir}">
+ <fileset dir="${resource.dir}">
+ <patternset refid="resource.files"/>
+ </fileset>
+ </copy>
+ </target>
+
+</project>
diff --git a/cristaldev.jar b/cristaldev.jar Binary files differnew file mode 100644 index 0000000..4806ada --- /dev/null +++ b/cristaldev.jar diff --git a/resources/boot/CA/CompositeActivityFactory.xml b/resources/boot/CA/CompositeActivityFactory.xml new file mode 100644 index 0000000..1a963cb --- /dev/null +++ b/resources/boot/CA/CompositeActivityFactory.xml @@ -0,0 +1,108 @@ +<CompositeActivityDef ID="-1" Name="CompositeActivityFactory" Height="0" Width="0" IsLayoutable="false" IsComposite="true">
+ <childrenGraphModel>
+ <GraphModelCastorData ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator" StartVertexId="5" NextId="14">
+ <JoinDef ID="6" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="321" y="325"/>
+ <OutlinePoint x="291" y="313"/>
+ <OutlinePoint x="351" y="313"/>
+ <OutlinePoint x="351" y="337"/>
+ <OutlinePoint x="291" y="337"/>
+ <InEdgeId>9</InEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <JoinDef ID="5" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="321" y="92"/>
+ <OutlinePoint x="291" y="80"/>
+ <OutlinePoint x="351" y="80"/>
+ <OutlinePoint x="351" y="104"/>
+ <OutlinePoint x="291" y="104"/>
+ <InEdgeId>7</InEdgeId>
+ <OutEdgeId>12</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <LoopDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="321" y="211"/>
+ <OutlinePoint x="291" y="199"/>
+ <OutlinePoint x="351" y="199"/>
+ <OutlinePoint x="351" y="223"/>
+ <OutlinePoint x="291" y="223"/>
+ <InEdgeId>13</InEdgeId>
+ <OutEdgeId>7</OutEdgeId>
+ <OutEdgeId>9</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <ActivitySlotDef ID="10" Name="CreateNewLocalObjectDef_" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="133" y="215"/>
+ <OutlinePoint x="68" y="185"/>
+ <OutlinePoint x="198" y="185"/>
+ <OutlinePoint x="198" y="245"/>
+ <OutlinePoint x="68" y="245"/>
+ <InEdgeId>12</InEdgeId>
+ <OutEdgeId>13</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Name" String="CreateNewCompositeActivityDef"/>
+ <KeyValuePair Key="NewType" String="CA"/>
+ </Properties>
+ <activityDef>CreateNewLocalObjectDef</activityDef>
+ </ActivitySlotDef>
+ <NextDef ID="13" OriginVertexId="10" TerminusVertexId="3">
+ <OriginPoint x="133" y="215"/>
+ <TerminusPoint x="321" y="211"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="12" OriginVertexId="5" TerminusVertexId="10">
+ <OriginPoint x="321" y="92"/>
+ <TerminusPoint x="133" y="215"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="9" OriginVertexId="3" TerminusVertexId="6">
+ <OriginPoint x="321" y="211"/>
+ <TerminusPoint x="321" y="325"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="7" OriginVertexId="3" TerminusVertexId="5">
+ <OriginPoint x="321" y="211"/>
+ <TerminusPoint x="321" y="92"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ </GraphModelCastorData>
+ </childrenGraphModel>
+ <Properties>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Description" String=""/>
+ <KeyValuePair Key="SchemaVersion" String=""/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String=""/>
+ <KeyValuePair Key="Agent Role" String=""/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ </Properties>
+ <castorNonLayoutableChildren>CreateNewLocalObjectDef</castorNonLayoutableChildren>
+</CompositeActivityDef>
diff --git a/resources/boot/CA/ElementaryActivityFactory.xml b/resources/boot/CA/ElementaryActivityFactory.xml new file mode 100644 index 0000000..bf14607 --- /dev/null +++ b/resources/boot/CA/ElementaryActivityFactory.xml @@ -0,0 +1,108 @@ +<CompositeActivityDef ID="-1" Name="ElementaryActivityFactory" Height="0" Width="0" IsLayoutable="false" IsComposite="true">
+ <childrenGraphModel>
+ <GraphModelCastorData ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator" StartVertexId="5" NextId="14">
+ <JoinDef ID="6" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="321" y="325"/>
+ <OutlinePoint x="291" y="313"/>
+ <OutlinePoint x="351" y="313"/>
+ <OutlinePoint x="351" y="337"/>
+ <OutlinePoint x="291" y="337"/>
+ <InEdgeId>9</InEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <JoinDef ID="5" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="321" y="92"/>
+ <OutlinePoint x="291" y="80"/>
+ <OutlinePoint x="351" y="80"/>
+ <OutlinePoint x="351" y="104"/>
+ <OutlinePoint x="291" y="104"/>
+ <InEdgeId>7</InEdgeId>
+ <OutEdgeId>12</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <LoopDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="321" y="211"/>
+ <OutlinePoint x="291" y="199"/>
+ <OutlinePoint x="351" y="199"/>
+ <OutlinePoint x="351" y="223"/>
+ <OutlinePoint x="291" y="223"/>
+ <InEdgeId>13</InEdgeId>
+ <OutEdgeId>7</OutEdgeId>
+ <OutEdgeId>9</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <ActivitySlotDef ID="10" Name="CreateNewLocalObjectDef_" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="133" y="215"/>
+ <OutlinePoint x="68" y="185"/>
+ <OutlinePoint x="198" y="185"/>
+ <OutlinePoint x="198" y="245"/>
+ <OutlinePoint x="68" y="245"/>
+ <InEdgeId>12</InEdgeId>
+ <OutEdgeId>13</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Name" String="CreateNewElementaryActivityDef"/>
+ <KeyValuePair Key="NewType" String="EA"/>
+ </Properties>
+ <activityDef>CreateNewLocalObjectDef</activityDef>
+ </ActivitySlotDef>
+ <NextDef ID="13" OriginVertexId="10" TerminusVertexId="3">
+ <OriginPoint x="133" y="215"/>
+ <TerminusPoint x="321" y="211"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="12" OriginVertexId="5" TerminusVertexId="10">
+ <OriginPoint x="321" y="92"/>
+ <TerminusPoint x="133" y="215"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="9" OriginVertexId="3" TerminusVertexId="6">
+ <OriginPoint x="321" y="211"/>
+ <TerminusPoint x="321" y="325"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="7" OriginVertexId="3" TerminusVertexId="5">
+ <OriginPoint x="321" y="211"/>
+ <TerminusPoint x="321" y="92"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ </GraphModelCastorData>
+ </childrenGraphModel>
+ <Properties>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Description" String=""/>
+ <KeyValuePair Key="SchemaVersion" String=""/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String=""/>
+ <KeyValuePair Key="Agent Role" String=""/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ </Properties>
+ <castorNonLayoutableChildren>CreateNewLocalObjectDef</castorNonLayoutableChildren>
+</CompositeActivityDef>
diff --git a/resources/boot/CA/ManageCompositeActDef.xml b/resources/boot/CA/ManageCompositeActDef.xml new file mode 100644 index 0000000..9a48f1c --- /dev/null +++ b/resources/boot/CA/ManageCompositeActDef.xml @@ -0,0 +1,219 @@ +<CompositeActivityDef ID="-1" Name="ManageCompositeActDef" Height="0" Width="0" IsLayoutable="false" IsComposite="true">
+ <childrenGraphModel>
+ <GraphModelCastorData ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator" StartVertexId="13" NextId="26">
+ <LoopDef ID="15" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="358" y="360"/>
+ <OutlinePoint x="328" y="348"/>
+ <OutlinePoint x="388" y="348"/>
+ <OutlinePoint x="388" y="372"/>
+ <OutlinePoint x="328" y="372"/>
+ <InEdgeId>19</InEdgeId>
+ <OutEdgeId>20</OutEdgeId>
+ <OutEdgeId>21</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <JoinDef ID="14" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="357" y="132"/>
+ <OutlinePoint x="327" y="120"/>
+ <OutlinePoint x="387" y="120"/>
+ <OutlinePoint x="387" y="144"/>
+ <OutlinePoint x="327" y="144"/>
+ <InEdgeId>17</InEdgeId>
+ <InEdgeId>20</InEdgeId>
+ <OutEdgeId>18</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <AndSplitDef ID="13" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="274" y="39"/>
+ <OutlinePoint x="244" y="27"/>
+ <OutlinePoint x="304" y="27"/>
+ <OutlinePoint x="304" y="51"/>
+ <OutlinePoint x="244" y="51"/>
+ <OutEdgeId>16</OutEdgeId>
+ <OutEdgeId>17</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String=""/>
+ </Properties>
+ </AndSplitDef>
+ <JoinDef ID="4" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="265" y="473"/>
+ <OutlinePoint x="235" y="461"/>
+ <OutlinePoint x="295" y="461"/>
+ <OutlinePoint x="295" y="485"/>
+ <OutlinePoint x="235" y="485"/>
+ <InEdgeId>8</InEdgeId>
+ <InEdgeId>21</InEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <LoopDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="177" y="359"/>
+ <OutlinePoint x="147" y="347"/>
+ <OutlinePoint x="207" y="347"/>
+ <OutlinePoint x="207" y="371"/>
+ <OutlinePoint x="147" y="371"/>
+ <InEdgeId>25</InEdgeId>
+ <OutEdgeId>7</OutEdgeId>
+ <OutEdgeId>8</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <ActivitySlotDef ID="11" Name="AssignNewVersionFromLast_" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="270" y="251"/>
+ <OutlinePoint x="205" y="221"/>
+ <OutlinePoint x="335" y="221"/>
+ <OutlinePoint x="335" y="281"/>
+ <OutlinePoint x="205" y="281"/>
+ <InEdgeId>18</InEdgeId>
+ <OutEdgeId>19</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="ViewName" String="CompositeActivityDef"/>
+ <KeyValuePair Key="Name" String="AssignNewActivityVersionFromLast"/>
+ </Properties>
+ <activityDef>AssignNewVersionFromLast</activityDef>
+ </ActivitySlotDef>
+ <JoinDef ID="2" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="175" y="131"/>
+ <OutlinePoint x="145" y="119"/>
+ <OutlinePoint x="205" y="119"/>
+ <OutlinePoint x="205" y="143"/>
+ <OutlinePoint x="145" y="143"/>
+ <InEdgeId>7</InEdgeId>
+ <InEdgeId>16</InEdgeId>
+ <OutEdgeId>24</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <ActivitySlotDef ID="22" Name="EditDefinition" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="76" y="251"/>
+ <OutlinePoint x="11" y="221"/>
+ <OutlinePoint x="141" y="221"/>
+ <OutlinePoint x="141" y="281"/>
+ <OutlinePoint x="11" y="281"/>
+ <InEdgeId>24</InEdgeId>
+ <OutEdgeId>25</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Name" String="EditDefinition"/>
+ <KeyValuePair Key="SchemaType" String="CompositeActivityDef"/>
+ </Properties>
+ <activityDef>EditActivityDef</activityDef>
+ </ActivitySlotDef>
+ <NextDef ID="25" OriginVertexId="22" TerminusVertexId="3">
+ <OriginPoint x="76" y="251"/>
+ <TerminusPoint x="177" y="359"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="24" OriginVertexId="2" TerminusVertexId="22">
+ <OriginPoint x="175" y="131"/>
+ <TerminusPoint x="76" y="251"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="19" OriginVertexId="11" TerminusVertexId="15">
+ <OriginPoint x="270" y="251"/>
+ <TerminusPoint x="358" y="360"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="21" OriginVertexId="15" TerminusVertexId="4">
+ <OriginPoint x="358" y="360"/>
+ <TerminusPoint x="265" y="473"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="18" OriginVertexId="14" TerminusVertexId="11">
+ <OriginPoint x="357" y="132"/>
+ <TerminusPoint x="270" y="251"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="20" OriginVertexId="15" TerminusVertexId="14">
+ <OriginPoint x="358" y="360"/>
+ <TerminusPoint x="357" y="132"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="8" OriginVertexId="3" TerminusVertexId="4">
+ <OriginPoint x="177" y="359"/>
+ <TerminusPoint x="265" y="473"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="17" OriginVertexId="13" TerminusVertexId="14">
+ <OriginPoint x="274" y="39"/>
+ <TerminusPoint x="357" y="132"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="16" OriginVertexId="13" TerminusVertexId="2">
+ <OriginPoint x="274" y="39"/>
+ <TerminusPoint x="175" y="131"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="7" OriginVertexId="3" TerminusVertexId="2">
+ <OriginPoint x="177" y="359"/>
+ <TerminusPoint x="175" y="131"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ </GraphModelCastorData>
+ </childrenGraphModel>
+ <Properties>
+ <KeyValuePair Key="Expected Time" Integer="0"/>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Has Timeout" Boolean="false"/>
+ <KeyValuePair Key="Time Out Action" Integer="2"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Expected Time Unit" Integer="3"/>
+ <KeyValuePair Key="Maximum Time" Integer="0"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Maximum Time Unit" Integer="3"/>
+ <KeyValuePair Key="Description" String=""/>
+ <KeyValuePair Key="SchemaVersion" String=""/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String=""/>
+ <KeyValuePair Key="Agent Role" String=""/>
+ <KeyValuePair Key="Timeout Activated" Boolean="false"/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ </Properties>
+ <castorNonLayoutableChildren>AssignNewVersionFromLast</castorNonLayoutableChildren>
+ <castorNonLayoutableChildren>EditActivityDef</castorNonLayoutableChildren>
+</CompositeActivityDef>
diff --git a/resources/boot/CA/ManageElementaryActDef.xml b/resources/boot/CA/ManageElementaryActDef.xml new file mode 100644 index 0000000..1aa3840 --- /dev/null +++ b/resources/boot/CA/ManageElementaryActDef.xml @@ -0,0 +1,219 @@ +<CompositeActivityDef ID="-1" Name="ManageElementaryActDef" Height="0" Width="0" IsLayoutable="false" IsComposite="true">
+ <childrenGraphModel>
+ <GraphModelCastorData ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator" StartVertexId="13" NextId="26">
+ <LoopDef ID="15" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="358" y="360"/>
+ <OutlinePoint x="328" y="348"/>
+ <OutlinePoint x="388" y="348"/>
+ <OutlinePoint x="388" y="372"/>
+ <OutlinePoint x="328" y="372"/>
+ <InEdgeId>19</InEdgeId>
+ <OutEdgeId>20</OutEdgeId>
+ <OutEdgeId>21</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <JoinDef ID="14" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="357" y="132"/>
+ <OutlinePoint x="327" y="120"/>
+ <OutlinePoint x="387" y="120"/>
+ <OutlinePoint x="387" y="144"/>
+ <OutlinePoint x="327" y="144"/>
+ <InEdgeId>17</InEdgeId>
+ <InEdgeId>20</InEdgeId>
+ <OutEdgeId>18</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <JoinDef ID="4" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="265" y="473"/>
+ <OutlinePoint x="235" y="461"/>
+ <OutlinePoint x="295" y="461"/>
+ <OutlinePoint x="295" y="485"/>
+ <OutlinePoint x="235" y="485"/>
+ <InEdgeId>8</InEdgeId>
+ <InEdgeId>21</InEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <AndSplitDef ID="13" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="274" y="39"/>
+ <OutlinePoint x="244" y="27"/>
+ <OutlinePoint x="304" y="27"/>
+ <OutlinePoint x="304" y="51"/>
+ <OutlinePoint x="244" y="51"/>
+ <OutEdgeId>16</OutEdgeId>
+ <OutEdgeId>17</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String=""/>
+ </Properties>
+ </AndSplitDef>
+ <LoopDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="177" y="359"/>
+ <OutlinePoint x="147" y="347"/>
+ <OutlinePoint x="207" y="347"/>
+ <OutlinePoint x="207" y="371"/>
+ <OutlinePoint x="147" y="371"/>
+ <InEdgeId>25</InEdgeId>
+ <OutEdgeId>7</OutEdgeId>
+ <OutEdgeId>8</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <JoinDef ID="2" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="175" y="131"/>
+ <OutlinePoint x="145" y="119"/>
+ <OutlinePoint x="205" y="119"/>
+ <OutlinePoint x="205" y="143"/>
+ <OutlinePoint x="145" y="143"/>
+ <InEdgeId>7</InEdgeId>
+ <InEdgeId>16</InEdgeId>
+ <OutEdgeId>24</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <ActivitySlotDef ID="11" Name="AssignNewVersionFromLast_" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="270" y="251"/>
+ <OutlinePoint x="205" y="221"/>
+ <OutlinePoint x="335" y="221"/>
+ <OutlinePoint x="335" y="281"/>
+ <OutlinePoint x="205" y="281"/>
+ <InEdgeId>18</InEdgeId>
+ <OutEdgeId>19</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="ViewName" String="ElementaryActivityDef"/>
+ <KeyValuePair Key="Name" String="AssignNewSchemaVersionFromLast"/>
+ </Properties>
+ <activityDef>AssignNewVersionFromLast</activityDef>
+ </ActivitySlotDef>
+ <ActivitySlotDef ID="22" Name="EditDefinition" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="76" y="251"/>
+ <OutlinePoint x="11" y="221"/>
+ <OutlinePoint x="141" y="221"/>
+ <OutlinePoint x="141" y="281"/>
+ <OutlinePoint x="11" y="281"/>
+ <InEdgeId>24</InEdgeId>
+ <OutEdgeId>25</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Name" String="EditDefinition"/>
+ <KeyValuePair Key="SchemaType" String="ElementaryActivityDef"/>
+ </Properties>
+ <activityDef>EditActivityDef</activityDef>
+ </ActivitySlotDef>
+ <NextDef ID="25" OriginVertexId="22" TerminusVertexId="3">
+ <OriginPoint x="76" y="251"/>
+ <TerminusPoint x="177" y="359"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="24" OriginVertexId="2" TerminusVertexId="22">
+ <OriginPoint x="175" y="131"/>
+ <TerminusPoint x="76" y="251"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="19" OriginVertexId="11" TerminusVertexId="15">
+ <OriginPoint x="270" y="251"/>
+ <TerminusPoint x="358" y="360"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="21" OriginVertexId="15" TerminusVertexId="4">
+ <OriginPoint x="358" y="360"/>
+ <TerminusPoint x="265" y="473"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="18" OriginVertexId="14" TerminusVertexId="11">
+ <OriginPoint x="357" y="132"/>
+ <TerminusPoint x="270" y="251"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="20" OriginVertexId="15" TerminusVertexId="14">
+ <OriginPoint x="358" y="360"/>
+ <TerminusPoint x="357" y="132"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="8" OriginVertexId="3" TerminusVertexId="4">
+ <OriginPoint x="177" y="359"/>
+ <TerminusPoint x="265" y="473"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="17" OriginVertexId="13" TerminusVertexId="14">
+ <OriginPoint x="274" y="39"/>
+ <TerminusPoint x="357" y="132"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="7" OriginVertexId="3" TerminusVertexId="2">
+ <OriginPoint x="177" y="359"/>
+ <TerminusPoint x="175" y="131"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="16" OriginVertexId="13" TerminusVertexId="2">
+ <OriginPoint x="274" y="39"/>
+ <TerminusPoint x="175" y="131"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ </GraphModelCastorData>
+ </childrenGraphModel>
+ <Properties>
+ <KeyValuePair Key="Expected Time" Integer="0"/>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Has Timeout" Boolean="false"/>
+ <KeyValuePair Key="Time Out Action" Integer="2"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Expected Time Unit" Integer="3"/>
+ <KeyValuePair Key="Maximum Time" Integer="0"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Maximum Time Unit" Integer="3"/>
+ <KeyValuePair Key="Description" String=""/>
+ <KeyValuePair Key="SchemaVersion" String=""/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String=""/>
+ <KeyValuePair Key="Agent Role" String=""/>
+ <KeyValuePair Key="Timeout Activated" Boolean="false"/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ </Properties>
+ <castorNonLayoutableChildren>AssignNewVersionFromLast</castorNonLayoutableChildren>
+ <castorNonLayoutableChildren>EditActivityDef</castorNonLayoutableChildren>
+</CompositeActivityDef>
diff --git a/resources/boot/CA/ManageSchema.xml b/resources/boot/CA/ManageSchema.xml new file mode 100644 index 0000000..da501e4 --- /dev/null +++ b/resources/boot/CA/ManageSchema.xml @@ -0,0 +1,218 @@ +<CompositeActivityDef ID="-1" Name="ManageSchema" Height="0" Width="0" IsLayoutable="false" IsComposite="true">
+ <childrenGraphModel>
+ <GraphModelCastorData ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator" StartVertexId="13" NextId="22">
+ <LoopDef ID="15" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="358" y="360"/>
+ <OutlinePoint x="328" y="348"/>
+ <OutlinePoint x="388" y="348"/>
+ <OutlinePoint x="388" y="372"/>
+ <OutlinePoint x="328" y="372"/>
+ <InEdgeId>19</InEdgeId>
+ <OutEdgeId>20</OutEdgeId>
+ <OutEdgeId>21</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <JoinDef ID="14" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="357" y="132"/>
+ <OutlinePoint x="327" y="120"/>
+ <OutlinePoint x="387" y="120"/>
+ <OutlinePoint x="387" y="144"/>
+ <OutlinePoint x="327" y="144"/>
+ <InEdgeId>17</InEdgeId>
+ <InEdgeId>20</InEdgeId>
+ <OutEdgeId>18</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <AndSplitDef ID="13" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="274" y="39"/>
+ <OutlinePoint x="244" y="27"/>
+ <OutlinePoint x="304" y="27"/>
+ <OutlinePoint x="304" y="51"/>
+ <OutlinePoint x="244" y="51"/>
+ <OutEdgeId>16</OutEdgeId>
+ <OutEdgeId>17</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String=""/>
+ </Properties>
+ </AndSplitDef>
+ <JoinDef ID="4" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="265" y="473"/>
+ <OutlinePoint x="235" y="461"/>
+ <OutlinePoint x="295" y="461"/>
+ <OutlinePoint x="295" y="485"/>
+ <OutlinePoint x="235" y="485"/>
+ <InEdgeId>8</InEdgeId>
+ <InEdgeId>21</InEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <LoopDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="177" y="359"/>
+ <OutlinePoint x="147" y="347"/>
+ <OutlinePoint x="207" y="347"/>
+ <OutlinePoint x="207" y="371"/>
+ <OutlinePoint x="147" y="371"/>
+ <InEdgeId>6</InEdgeId>
+ <OutEdgeId>7</OutEdgeId>
+ <OutEdgeId>8</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <ActivitySlotDef ID="11" Name="AssignNewVersionFromLast_" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="270" y="251"/>
+ <OutlinePoint x="205" y="221"/>
+ <OutlinePoint x="335" y="221"/>
+ <OutlinePoint x="335" y="281"/>
+ <OutlinePoint x="205" y="281"/>
+ <InEdgeId>18</InEdgeId>
+ <OutEdgeId>19</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="ViewName" String="Schema"/>
+ <KeyValuePair Key="Name" String="AssignNewSchemaVersionFromLast"/>
+ </Properties>
+ <activityDef>AssignNewVersionFromLast</activityDef>
+ </ActivitySlotDef>
+ <JoinDef ID="2" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="175" y="131"/>
+ <OutlinePoint x="145" y="119"/>
+ <OutlinePoint x="205" y="119"/>
+ <OutlinePoint x="205" y="143"/>
+ <OutlinePoint x="145" y="143"/>
+ <InEdgeId>7</InEdgeId>
+ <InEdgeId>16</InEdgeId>
+ <OutEdgeId>5</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <ActivitySlotDef ID="0" Name="EditDefinition" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="93" y="252"/>
+ <OutlinePoint x="28" y="222"/>
+ <OutlinePoint x="158" y="222"/>
+ <OutlinePoint x="158" y="282"/>
+ <OutlinePoint x="28" y="282"/>
+ <InEdgeId>5</InEdgeId>
+ <OutEdgeId>6</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Name" String="EditDefinition"/>
+ </Properties>
+ <activityDef>EditSchema</activityDef>
+ </ActivitySlotDef>
+ <NextDef ID="21" OriginVertexId="15" TerminusVertexId="4">
+ <OriginPoint x="358" y="360"/>
+ <TerminusPoint x="265" y="473"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="19" OriginVertexId="11" TerminusVertexId="15">
+ <OriginPoint x="270" y="251"/>
+ <TerminusPoint x="358" y="360"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="20" OriginVertexId="15" TerminusVertexId="14">
+ <OriginPoint x="358" y="360"/>
+ <TerminusPoint x="357" y="132"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="18" OriginVertexId="14" TerminusVertexId="11">
+ <OriginPoint x="357" y="132"/>
+ <TerminusPoint x="270" y="251"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="8" OriginVertexId="3" TerminusVertexId="4">
+ <OriginPoint x="177" y="359"/>
+ <TerminusPoint x="265" y="473"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="17" OriginVertexId="13" TerminusVertexId="14">
+ <OriginPoint x="274" y="39"/>
+ <TerminusPoint x="357" y="132"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="7" OriginVertexId="3" TerminusVertexId="2">
+ <OriginPoint x="177" y="359"/>
+ <TerminusPoint x="175" y="131"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="16" OriginVertexId="13" TerminusVertexId="2">
+ <OriginPoint x="274" y="39"/>
+ <TerminusPoint x="175" y="131"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="6" OriginVertexId="0" TerminusVertexId="3">
+ <OriginPoint x="93" y="252"/>
+ <TerminusPoint x="177" y="359"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="5" OriginVertexId="2" TerminusVertexId="0">
+ <OriginPoint x="175" y="131"/>
+ <TerminusPoint x="93" y="252"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ </GraphModelCastorData>
+ </childrenGraphModel>
+ <Properties>
+ <KeyValuePair Key="Expected Time" Integer="0"/>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Has Timeout" Boolean="false"/>
+ <KeyValuePair Key="Time Out Action" Integer="2"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Expected Time Unit" Integer="3"/>
+ <KeyValuePair Key="Maximum Time" Integer="0"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Maximum Time Unit" Integer="3"/>
+ <KeyValuePair Key="Description" String=""/>
+ <KeyValuePair Key="SchemaVersion" String=""/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String=""/>
+ <KeyValuePair Key="Agent Role" String=""/>
+ <KeyValuePair Key="Timeout Activated" Boolean="false"/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ </Properties>
+ <castorNonLayoutableChildren>AssignNewVersionFromLast</castorNonLayoutableChildren>
+ <castorNonLayoutableChildren>EditSchema</castorNonLayoutableChildren>
+</CompositeActivityDef>
diff --git a/resources/boot/CA/ManageScript.xml b/resources/boot/CA/ManageScript.xml new file mode 100644 index 0000000..f8100b0 --- /dev/null +++ b/resources/boot/CA/ManageScript.xml @@ -0,0 +1,219 @@ +<CompositeActivityDef ID="-1" Name="ManageScript" Height="0" Width="0" IsLayoutable="false" IsComposite="true">
+ <childrenGraphModel>
+ <GraphModelCastorData ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator" StartVertexId="11" NextId="27">
+ <LoopDef ID="15" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="425" y="291"/>
+ <OutlinePoint x="395" y="279"/>
+ <OutlinePoint x="455" y="279"/>
+ <OutlinePoint x="455" y="303"/>
+ <OutlinePoint x="395" y="303"/>
+ <InEdgeId>24</InEdgeId>
+ <OutEdgeId>25</OutEdgeId>
+ <OutEdgeId>26</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <LoopDef ID="14" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="184" y="289"/>
+ <OutlinePoint x="154" y="277"/>
+ <OutlinePoint x="214" y="277"/>
+ <OutlinePoint x="214" y="301"/>
+ <OutlinePoint x="154" y="301"/>
+ <InEdgeId>21</InEdgeId>
+ <OutEdgeId>22</OutEdgeId>
+ <OutEdgeId>23</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <JoinDef ID="13" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="425" y="80"/>
+ <OutlinePoint x="395" y="68"/>
+ <OutlinePoint x="455" y="68"/>
+ <OutlinePoint x="455" y="92"/>
+ <OutlinePoint x="395" y="92"/>
+ <InEdgeId>18</InEdgeId>
+ <InEdgeId>25</InEdgeId>
+ <OutEdgeId>20</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <JoinDef ID="12" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="184" y="80"/>
+ <OutlinePoint x="154" y="68"/>
+ <OutlinePoint x="214" y="68"/>
+ <OutlinePoint x="214" y="92"/>
+ <OutlinePoint x="154" y="92"/>
+ <InEdgeId>17</InEdgeId>
+ <InEdgeId>23</InEdgeId>
+ <OutEdgeId>19</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <AndSplitDef ID="11" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="305" y="26"/>
+ <OutlinePoint x="275" y="14"/>
+ <OutlinePoint x="335" y="14"/>
+ <OutlinePoint x="335" y="38"/>
+ <OutlinePoint x="275" y="38"/>
+ <OutEdgeId>17</OutEdgeId>
+ <OutEdgeId>18</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String=""/>
+ </Properties>
+ </AndSplitDef>
+ <ActivitySlotDef ID="0" Name="EditDefinition" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="115" y="182"/>
+ <OutlinePoint x="50" y="152"/>
+ <OutlinePoint x="180" y="152"/>
+ <OutlinePoint x="180" y="212"/>
+ <OutlinePoint x="50" y="212"/>
+ <InEdgeId>19</InEdgeId>
+ <OutEdgeId>21</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Name" String="EditDefinition"/>
+ </Properties>
+ <activityDef>EditScriptDefinition</activityDef>
+ </ActivitySlotDef>
+ <ActivitySlotDef ID="9" Name="AssignNewVersionFromLast_" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="344" y="184"/>
+ <OutlinePoint x="279" y="154"/>
+ <OutlinePoint x="409" y="154"/>
+ <OutlinePoint x="409" y="214"/>
+ <OutlinePoint x="279" y="214"/>
+ <InEdgeId>20</InEdgeId>
+ <OutEdgeId>24</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="ViewName" String="Script"/>
+ <KeyValuePair Key="Name" String="AssignNewVersionFromLast"/>
+ </Properties>
+ <activityDef>AssignNewVersionFromLast</activityDef>
+ </ActivitySlotDef>
+ <JoinDef ID="16" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="293" y="399"/>
+ <OutlinePoint x="263" y="387"/>
+ <OutlinePoint x="323" y="387"/>
+ <OutlinePoint x="323" y="411"/>
+ <OutlinePoint x="263" y="411"/>
+ <InEdgeId>22</InEdgeId>
+ <InEdgeId>26</InEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <NextDef ID="26" OriginVertexId="15" TerminusVertexId="16">
+ <OriginPoint x="425" y="291"/>
+ <TerminusPoint x="293" y="399"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="25" OriginVertexId="15" TerminusVertexId="13">
+ <OriginPoint x="425" y="291"/>
+ <TerminusPoint x="425" y="80"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="24" OriginVertexId="9" TerminusVertexId="15">
+ <OriginPoint x="344" y="184"/>
+ <TerminusPoint x="425" y="291"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="23" OriginVertexId="14" TerminusVertexId="12">
+ <OriginPoint x="184" y="289"/>
+ <TerminusPoint x="184" y="80"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="22" OriginVertexId="14" TerminusVertexId="16">
+ <OriginPoint x="184" y="289"/>
+ <TerminusPoint x="293" y="399"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="19" OriginVertexId="12" TerminusVertexId="0">
+ <OriginPoint x="184" y="80"/>
+ <TerminusPoint x="115" y="182"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="21" OriginVertexId="0" TerminusVertexId="14">
+ <OriginPoint x="115" y="182"/>
+ <TerminusPoint x="184" y="289"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="20" OriginVertexId="13" TerminusVertexId="9">
+ <OriginPoint x="425" y="80"/>
+ <TerminusPoint x="344" y="184"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="18" OriginVertexId="11" TerminusVertexId="13">
+ <OriginPoint x="305" y="26"/>
+ <TerminusPoint x="425" y="80"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="17" OriginVertexId="11" TerminusVertexId="12">
+ <OriginPoint x="305" y="26"/>
+ <TerminusPoint x="184" y="80"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ </GraphModelCastorData>
+ </childrenGraphModel>
+ <Properties>
+ <KeyValuePair Key="Expected Time" Integer="0"/>
+ <KeyValuePair Key="Has Timeout" Boolean="false"/>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Time Out Action" Integer="2"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Expected Time Unit" Integer="3"/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Maximum Time" Integer="0"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Maximum Time Unit" Integer="3"/>
+ <KeyValuePair Key="Description" String=""/>
+ <KeyValuePair Key="SchemaVersion" String=""/>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Agent Role" String=""/>
+ <KeyValuePair Key="Viewpoint" String=""/>
+ <KeyValuePair Key="Timeout Activated" Boolean="false"/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ </Properties>
+ <castorNonLayoutableChildren>EditScriptDefinition</castorNonLayoutableChildren>
+ <castorNonLayoutableChildren>AssignNewVersionFromLast</castorNonLayoutableChildren>
+</CompositeActivityDef>
diff --git a/resources/boot/CA/SchemaFactoryWf.xml b/resources/boot/CA/SchemaFactoryWf.xml new file mode 100644 index 0000000..a6496f3 --- /dev/null +++ b/resources/boot/CA/SchemaFactoryWf.xml @@ -0,0 +1,108 @@ +<CompositeActivityDef ID="-1" Name="SchemaFactoryWf" Height="0" Width="0" IsLayoutable="false" IsComposite="true">
+ <childrenGraphModel>
+ <GraphModelCastorData ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator" StartVertexId="5" NextId="14">
+ <JoinDef ID="6" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="321" y="325"/>
+ <OutlinePoint x="291" y="313"/>
+ <OutlinePoint x="351" y="313"/>
+ <OutlinePoint x="351" y="337"/>
+ <OutlinePoint x="291" y="337"/>
+ <InEdgeId>9</InEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <JoinDef ID="5" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="321" y="92"/>
+ <OutlinePoint x="291" y="80"/>
+ <OutlinePoint x="351" y="80"/>
+ <OutlinePoint x="351" y="104"/>
+ <OutlinePoint x="291" y="104"/>
+ <InEdgeId>7</InEdgeId>
+ <OutEdgeId>12</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <LoopDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="321" y="211"/>
+ <OutlinePoint x="291" y="199"/>
+ <OutlinePoint x="351" y="199"/>
+ <OutlinePoint x="351" y="223"/>
+ <OutlinePoint x="291" y="223"/>
+ <InEdgeId>13</InEdgeId>
+ <OutEdgeId>7</OutEdgeId>
+ <OutEdgeId>9</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <ActivitySlotDef ID="10" Name="CreateNewLocalObjectDef_" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="133" y="215"/>
+ <OutlinePoint x="68" y="185"/>
+ <OutlinePoint x="198" y="185"/>
+ <OutlinePoint x="198" y="245"/>
+ <OutlinePoint x="68" y="245"/>
+ <InEdgeId>12</InEdgeId>
+ <OutEdgeId>13</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Name" String="CreateNewSchema"/>
+ <KeyValuePair Key="NewType" String="OD"/>
+ </Properties>
+ <activityDef>CreateNewLocalObjectDef</activityDef>
+ </ActivitySlotDef>
+ <NextDef ID="13" OriginVertexId="10" TerminusVertexId="3">
+ <OriginPoint x="133" y="215"/>
+ <TerminusPoint x="321" y="211"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="12" OriginVertexId="5" TerminusVertexId="10">
+ <OriginPoint x="321" y="92"/>
+ <TerminusPoint x="133" y="215"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="9" OriginVertexId="3" TerminusVertexId="6">
+ <OriginPoint x="321" y="211"/>
+ <TerminusPoint x="321" y="325"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="7" OriginVertexId="3" TerminusVertexId="5">
+ <OriginPoint x="321" y="211"/>
+ <TerminusPoint x="321" y="92"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ </GraphModelCastorData>
+ </childrenGraphModel>
+ <Properties>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Description" String=""/>
+ <KeyValuePair Key="SchemaVersion" String=""/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String=""/>
+ <KeyValuePair Key="Agent Role" String=""/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ </Properties>
+ <castorNonLayoutableChildren>CreateNewLocalObjectDef</castorNonLayoutableChildren>
+</CompositeActivityDef>
diff --git a/resources/boot/CA/ScriptFactoryWf.xml b/resources/boot/CA/ScriptFactoryWf.xml new file mode 100644 index 0000000..5f51f9d --- /dev/null +++ b/resources/boot/CA/ScriptFactoryWf.xml @@ -0,0 +1,108 @@ +<CompositeActivityDef ID="-1" Name="ScriptFactoryWf" Height="0" Width="0" IsLayoutable="false" IsComposite="true">
+ <childrenGraphModel>
+ <GraphModelCastorData ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator" StartVertexId="5" NextId="14">
+ <JoinDef ID="6" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="321" y="325"/>
+ <OutlinePoint x="291" y="313"/>
+ <OutlinePoint x="351" y="313"/>
+ <OutlinePoint x="351" y="337"/>
+ <OutlinePoint x="291" y="337"/>
+ <InEdgeId>9</InEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <JoinDef ID="5" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="321" y="92"/>
+ <OutlinePoint x="291" y="80"/>
+ <OutlinePoint x="351" y="80"/>
+ <OutlinePoint x="351" y="104"/>
+ <OutlinePoint x="291" y="104"/>
+ <InEdgeId>7</InEdgeId>
+ <OutEdgeId>12</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join"/>
+ </Properties>
+ </JoinDef>
+ <LoopDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false" isNext="0">
+ <CentrePoint x="321" y="211"/>
+ <OutlinePoint x="291" y="199"/>
+ <OutlinePoint x="351" y="199"/>
+ <OutlinePoint x="351" y="223"/>
+ <OutlinePoint x="291" y="223"/>
+ <InEdgeId>13</InEdgeId>
+ <OutEdgeId>7</OutEdgeId>
+ <OutEdgeId>9</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2"/>
+ <KeyValuePair Key="RoutingScriptVersion" String=""/>
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
+ </Properties>
+ </LoopDef>
+ <ActivitySlotDef ID="10" Name="CreateNewLocalObjectDef_" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="133" y="215"/>
+ <OutlinePoint x="68" y="185"/>
+ <OutlinePoint x="198" y="185"/>
+ <OutlinePoint x="198" y="245"/>
+ <OutlinePoint x="68" y="245"/>
+ <InEdgeId>12</InEdgeId>
+ <OutEdgeId>13</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Prefill" Boolean="false"/>
+ <KeyValuePair Key="Prefill Version" String="-1"/>
+ <KeyValuePair Key="Name" String="CreateNewScript"/>
+ <KeyValuePair Key="NewType" String="SC"/>
+ </Properties>
+ <activityDef>CreateNewLocalObjectDef</activityDef>
+ </ActivitySlotDef>
+ <NextDef ID="13" OriginVertexId="10" TerminusVertexId="3">
+ <OriginPoint x="133" y="215"/>
+ <TerminusPoint x="321" y="211"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="12" OriginVertexId="5" TerminusVertexId="10">
+ <OriginPoint x="321" y="92"/>
+ <TerminusPoint x="133" y="215"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="9" OriginVertexId="3" TerminusVertexId="6">
+ <OriginPoint x="321" y="211"/>
+ <TerminusPoint x="321" y="325"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="false"/>
+ </Properties>
+ </NextDef>
+ <NextDef ID="7" OriginVertexId="3" TerminusVertexId="5">
+ <OriginPoint x="321" y="211"/>
+ <TerminusPoint x="321" y="92"/>
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight"/>
+ <KeyValuePair Key="Alias" String="true"/>
+ </Properties>
+ </NextDef>
+ </GraphModelCastorData>
+ </childrenGraphModel>
+ <Properties>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Description" String=""/>
+ <KeyValuePair Key="SchemaVersion" String=""/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String=""/>
+ <KeyValuePair Key="Agent Role" String=""/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ </Properties>
+ <castorNonLayoutableChildren>CreateNewLocalObjectDef</castorNonLayoutableChildren>
+</CompositeActivityDef>
diff --git a/resources/boot/EA/AssignNewVersionFromLast.xml b/resources/boot/EA/AssignNewVersionFromLast.xml new file mode 100644 index 0000000..1ef30b5 --- /dev/null +++ b/resources/boot/EA/AssignNewVersionFromLast.xml @@ -0,0 +1,20 @@ +<ActivityDef ID="10" Name="AssignNewVersionFromLast" Height="0" Width="0" IsLayoutable="false" IsComposite="false">
+ <Properties>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Description" String="Creates a new numbered viewpoint as a clone of the last for use in workflows. You can change the referenced version in the Data Viewer."/>
+ <KeyValuePair Key="SchemaVersion" String=""/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String=""/>
+ <KeyValuePair Key="Agent Role" String="Admin"/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="ScriptName" String="CreateNewNumberedVersionFromLast"/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String="0"/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ <KeyValuePair Key="ViewName" String=""/>
+ </Properties>
+</ActivityDef>
diff --git a/resources/boot/EA/CreateNewLocalObjectDef.xml b/resources/boot/EA/CreateNewLocalObjectDef.xml new file mode 100644 index 0000000..e4a9426 --- /dev/null +++ b/resources/boot/EA/CreateNewLocalObjectDef.xml @@ -0,0 +1,19 @@ +<ActivityDef ID="11" Name="CreateNewLocalObjectDef" Height="0" Width="0" IsLayoutable="false" IsComposite="false">
+ <Properties>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Description" String="CreateNewLocalObjectDef"/>
+ <KeyValuePair Key="SchemaVersion" String="0"/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String=""/>
+ <KeyValuePair Key="Agent Role" String="Admin"/>
+ <KeyValuePair Key="SchemaType" String="NewLocalObjectDef"/>
+ <KeyValuePair Key="ScriptName" String="LocalObjectDefCreator"/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String="0"/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ </Properties>
+</ActivityDef>
diff --git a/resources/boot/EA/EditActivityDef.xml b/resources/boot/EA/EditActivityDef.xml new file mode 100644 index 0000000..e90c225 --- /dev/null +++ b/resources/boot/EA/EditActivityDef.xml @@ -0,0 +1,19 @@ +<ActivityDef ID="23" Name="EditActivityDef" Height="0" Width="0" IsLayoutable="false" IsComposite="false">
+ <Properties>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Description" String="Edit this Activity Definition"/>
+ <KeyValuePair Key="SchemaVersion" String="0"/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String="last"/>
+ <KeyValuePair Key="Agent Role" String="Admin"/>
+ <KeyValuePair Key="SchemaType" String=""/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ </Properties>
+</ActivityDef>
diff --git a/resources/boot/EA/EditProperties.xml b/resources/boot/EA/EditProperties.xml new file mode 100644 index 0000000..15d51b8 --- /dev/null +++ b/resources/boot/EA/EditProperties.xml @@ -0,0 +1,20 @@ +<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Andrew Branson (CERN) -->
+<ActivityDef ID="251" Name="EditProperties" Height="0" Width="0" IsLayoutable="false" IsComposite="false">
+ <Properties>
+ <KeyValuePair Key="SchemaType" String="PropertyDescription"/>
+ <KeyValuePair Key="Description" String="Define the properties for instances of this description"/>
+ <KeyValuePair Key="ItemSystemKey" String=""/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ <KeyValuePair Key="Agent Role" String="Coor"/>
+ <KeyValuePair Key="Name" String="EditProperties"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ <KeyValuePair Key="Viewpoint" String="last"/>
+ <KeyValuePair Key="SchemaVersion" String="0"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ </Properties>
+</ActivityDef>
diff --git a/resources/boot/EA/EditSchema.xml b/resources/boot/EA/EditSchema.xml new file mode 100644 index 0000000..3b01fdc --- /dev/null +++ b/resources/boot/EA/EditSchema.xml @@ -0,0 +1,19 @@ +<ActivityDef ID="1" Name="EditSchema" Height="0" Width="0" IsLayoutable="false" IsComposite="false">
+ <Properties>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Description" String="Edit this XML Schema"/>
+ <KeyValuePair Key="SchemaVersion" String="0"/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Viewpoint" String="last"/>
+ <KeyValuePair Key="Agent Role" String="Admin"/>
+ <KeyValuePair Key="SchemaType" String="Schema"/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ </Properties>
+</ActivityDef>
diff --git a/resources/boot/EA/EditScriptDefinition.xml b/resources/boot/EA/EditScriptDefinition.xml new file mode 100644 index 0000000..11c14ec --- /dev/null +++ b/resources/boot/EA/EditScriptDefinition.xml @@ -0,0 +1,19 @@ +<ActivityDef ID="1" Name="EditScriptDefinition" Height="0" Width="0" IsLayoutable="false" IsComposite="false">
+ <Properties>
+ <KeyValuePair Key="Repeatable" Boolean="false"/>
+ <KeyValuePair Key="Agent Name" String=""/>
+ <KeyValuePair Key="Autostart" Boolean="true"/>
+ <KeyValuePair Key="Mail Message" String=""/>
+ <KeyValuePair Key="Mail event" String=""/>
+ <KeyValuePair Key="Description" String="Edit this script definition"/>
+ <KeyValuePair Key="SchemaVersion" String="0"/>
+ <KeyValuePair Key="Show time" Boolean="true"/>
+ <KeyValuePair Key="Agent Role" String="Admin"/>
+ <KeyValuePair Key="Viewpoint" String="last"/>
+ <KeyValuePair Key="SchemaType" String="Script"/>
+ <KeyValuePair Key="Ignorable" Boolean="false"/>
+ <KeyValuePair Key="ScriptName" String=""/>
+ <KeyValuePair Key="Skippable" Boolean="false"/>
+ <KeyValuePair Key="ScriptVersion" String=""/>
+ </Properties>
+</ActivityDef>
diff --git a/resources/boot/OD/New.xsd b/resources/boot/OD/New.xsd new file mode 100644 index 0000000..91755c8 --- /dev/null +++ b/resources/boot/OD/New.xsd @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
+</xs:schema>
diff --git a/resources/boot/OD/NewLocalObjectDef.xsd b/resources/boot/OD/NewLocalObjectDef.xsd new file mode 100644 index 0000000..0186872 --- /dev/null +++ b/resources/boot/OD/NewLocalObjectDef.xsd @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<!-- edited with XMLSpy v2006 sp1 U (http://www.altova.com) by Andrew Branson (CERN) -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:element name="NewLocalObjectDef">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="ObjectName" type="xs:string">
+ <xs:annotation>
+ <xs:documentation>Please give a name for your new object.</xs:documentation>
+ </xs:annotation>
+ </xs:element>
+ <xs:element name="SubFolder" type="xs:string">
+ <xs:annotation>
+ <xs:documentation>If you want to store your object in a subfolder, give the subpath here.</xs:documentation>
+ </xs:annotation>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
diff --git a/resources/boot/SC/CreateNewNumberedVersionFromLast.xml b/resources/boot/SC/CreateNewNumberedVersionFromLast.xml new file mode 100644 index 0000000..bb66f4c --- /dev/null +++ b/resources/boot/SC/CreateNewNumberedVersionFromLast.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<cristalscript>
+ <output name="errors" type="com.c2kernel.scripting.ErrorInfo"/>
+ <script language="javascript" name="CreateNewNumberedVersionFromLast"><![CDATA[
+
+ var job = bsf.lookupBean("job");
+ var item = bsf.lookupBean("item");
+ var agent = bsf.lookupBean("agent");
+ var errorBuffer = bsf.lookupBean("errors");
+
+ var viewName = job.getActPropString("ViewName");
+
+ if (viewName.equals("")) {
+ errorBuffer.addError("ViewName not specified. Cannot create new version.");
+ errorBuffer.setFatal();
+ }
+
+ if (!(errorBuffer.getFatal())) {
+ var lastView = -1;
+ var existingViews = item.getContents("/ViewPoint/"+viewName);
+ for (i=0; i<existingViews.length; i++) {
+ var thisView = parseInt(existingViews[i]);
+ if (thisView!=NaN && lastView < thisView) lastView = thisView;
+ }
+ lastView++;
+ try {
+ var existingLast = agent.unmarshall(item.queryData("/ViewPoint/"+viewName+"/last"));
+ } catch (e) {
+ errorBuffer.addError("No data found. You must submit at least one version before executing this activity.");
+ errorBuffer.setFatal();
+ }
+ if (!(errorBuffer.getFatal())) {
+ existingLast.setName(lastView);
+ agent.execute(item, "AddC2KObject", existingLast);
+ }
+ }
+ errorBuffer;
+ ]]></script>
+</cristalscript>
diff --git a/resources/boot/SC/LocalObjectDefCreator.xml b/resources/boot/SC/LocalObjectDefCreator.xml new file mode 100644 index 0000000..c70ee72 --- /dev/null +++ b/resources/boot/SC/LocalObjectDefCreator.xml @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<cristalscript>
+ <output name="errors" type="com.c2kernel.scripting.ErrorInfo"/>
+ <script language="javascript" name="LocalObjectDefCreator"><![CDATA[
+ importClass(Packages.com.c2kernel.utils.CastorXMLUtility);
+ importClass(Packages.com.c2kernel.utils.Resource);
+ importClass(Packages.com.c2kernel.process.Bootstrap);
+ importClass(Packages.com.c2kernel.lifecycle.CompositeActivityDef);
+ importClass(Packages.com.c2kernel.lifecycle.ActivityDef);
+
+ var job = bsf.lookupBean("job");
+ var item = bsf.lookupBean("item");
+ var agent = bsf.lookupBean("agent");
+ var errorBuffer = bsf.lookupBean("errors");
+ var type = job.getActPropString("NewType");
+ var name = job.getOutcome().getDOM().getDocumentElement().
+ getElementsByTagName("ObjectName").item(0).getFirstChild().getData();
+ var folder = job.getOutcome().getDOM().getDocumentElement().
+ getElementsByTagName("SubFolder").item(0).getFirstChild();
+ var domPath = Bootstrap.getTypeRoot(type).toString();
+ if (folder != null) domPath = domPath + "/" + folder.getData();
+
+ var params = new Array(2);
+ params[0] = name;
+
+ params[1] = domPath;
+
+ if (!(errorBuffer.getFatal())) {
+ try {
+ agent.execute(item, "CreateItemFromDescription", params);
+ } catch (e) {
+ errorBuffer.addError("Could not create "+name+": "+e.message);
+ errorBuffer.setFatal();
+ }
+ }
+
+ if (!(errorBuffer.getFatal())) { // store an outcome in the new desc
+ var newObj;
+ if (type.equals("EA") || type.equals("CA")) {
+ var newAct = type.equals("CA")?new CompositeActivityDef(): new ActivityDef();
+ newAct.setName(name);
+ newObj = CastorXMLUtility.marshall(newAct);
+ }
+ else {
+ var fileType = type.equals("OD")?"xsd":"xml";
+ newObj = Resource.getTextResource("dev", "boot/"+type+"/New."+fileType);
+ }
+ var newPath = new Packages.com.c2kernel.lookup.DomainPath(domPath+"/"+name);
+ var newItem = agent.getItem(newPath);
+ newItem.requestAction(agent.getSystemKey(), "workflow/domain/EditDefinition", 4, newObj);
+ var tree = Packages.com.c2kernel.gui.MainFrame.treeBrowser;
+ if (tree != null) // open new item in the gui
+ tree.push(newPath);
+
+ }
+ errorBuffer;
+ ]]></script>
+</cristalscript>
diff --git a/resources/boot/SC/New.xml b/resources/boot/SC/New.xml new file mode 100644 index 0000000..a706310 --- /dev/null +++ b/resources/boot/SC/New.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<cristalscript>
+ <output name="errors" type="com.c2kernel.scripting.ErrorInfo"/>
+ <script language="javascript" name=""><![CDATA[
+
+ var job = bsf.lookupBean("job");
+ var item = bsf.lookupBean("item");
+ var agent = bsf.lookupBean("agent");
+ var errorBuffer = bsf.lookupBean("errors");
+
+ errorBuffer;
+ ]]></script>
+</cristalscript>
diff --git a/resources/boot/factory/CA.xml b/resources/boot/factory/CA.xml new file mode 100644 index 0000000..908647a --- /dev/null +++ b/resources/boot/factory/CA.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?>
+<NewItem initialPath="/desc" name="CompositeActivityDefFactory" workflow="CompositeActivityFactory">
+ <Property name="LocalObjectType" value="CompositeActivityDef"/>
+ <Property name="Type" value="LocalObjectFactory"/>
+ <Dependency name="Workflow" isDescription="false">
+ <DependencyMember itemPath="/desc/ActivityDesc/system/kernel/ManageCompositeActDef"/>
+ </Dependency>
+</NewItem>
diff --git a/resources/boot/factory/EA.xml b/resources/boot/factory/EA.xml new file mode 100644 index 0000000..1185f10 --- /dev/null +++ b/resources/boot/factory/EA.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?>
+<NewItem initialPath="/desc" name="ElementaryActivityDefFactory" workflow="ElementaryActivityFactory">
+ <Property name="LocalObjectType" value="ElementaryActivityDef"/>
+ <Property name="Type" value="LocalObjectFactory"/>
+ <Dependency name="Workflow" isDescription="false">
+ <DependencyMember itemPath="/desc/ActivityDesc/system/kernel/ManageElementaryActDef"/>
+ </Dependency>
+</NewItem>
diff --git a/resources/boot/factory/OD.xml b/resources/boot/factory/OD.xml new file mode 100644 index 0000000..275048b --- /dev/null +++ b/resources/boot/factory/OD.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?>
+<NewItem initialPath="/desc" name="SchemaFactory" workflow="SchemaFactory">
+ <Property name="LocalObjectType" value="Schema"/>
+ <Property name="Type" value="LocalObjectFactory"/>
+ <Dependency name="Workflow" isDescription="false">
+ <DependencyMember itemPath="/desc/ActivityDesc/system/kernel/ManageSchema"/>
+ </Dependency>
+</NewItem>
diff --git a/resources/boot/factory/SC.xml b/resources/boot/factory/SC.xml new file mode 100644 index 0000000..7f3f97e --- /dev/null +++ b/resources/boot/factory/SC.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?>
+<NewItem initialPath="/desc" name="ScriptFactory" workflow="ScriptFactory">
+ <Property name="LocalObjectType" value="Script"/>
+ <Property name="Type" value="LocalObjectFactory"/>
+ <Dependency name="Workflow" isDescription="false">
+ <DependencyMember itemPath="/desc/ActivityDesc/system/kernel/ManageScript"/>
+ </Dependency>
+</NewItem>
diff --git a/resources/boot/property/CAProp.xml b/resources/boot/property/CAProp.xml new file mode 100644 index 0000000..d5b2bea --- /dev/null +++ b/resources/boot/property/CAProp.xml @@ -0,0 +1,5 @@ +<AllProperties>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Complexity" IsClassIdentifier="true" DefaultValue="Composite" IsMutable="false"/>
+ <PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="ActivityDesc" IsMutable="false"/>
+</AllProperties>
diff --git a/resources/boot/property/EAProp.xml b/resources/boot/property/EAProp.xml new file mode 100644 index 0000000..ddf07c1 --- /dev/null +++ b/resources/boot/property/EAProp.xml @@ -0,0 +1,5 @@ +<AllProperties>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Complexity" IsClassIdentifier="true" DefaultValue="Elementary" IsMutable="false"/>
+ <PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="ActivityDesc" IsMutable="false"/>
+</AllProperties>
diff --git a/resources/boot/property/ODProp.xml b/resources/boot/property/ODProp.xml new file mode 100644 index 0000000..0c85444 --- /dev/null +++ b/resources/boot/property/ODProp.xml @@ -0,0 +1,5 @@ +<AllProperties>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="OutcomeDesc" IsMutable="false"/>
+ <PropertyDescription Name="Breakapart" IsClassIdentifier="false" DefaultValue="0" IsMutable="false"/>
+</AllProperties>
diff --git a/resources/boot/property/SCProp.xml b/resources/boot/property/SCProp.xml new file mode 100644 index 0000000..356f2f9 --- /dev/null +++ b/resources/boot/property/SCProp.xml @@ -0,0 +1,4 @@ +<AllProperties>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="Script" IsMutable="false"/>
+</AllProperties>
diff --git a/resources/images/typeicons/localobjectfactory_16.png b/resources/images/typeicons/localobjectfactory_16.png Binary files differnew file mode 100644 index 0000000..9979ee7 --- /dev/null +++ b/resources/images/typeicons/localobjectfactory_16.png diff --git a/resources/images/typeicons/localobjectfactory_32.png b/resources/images/typeicons/localobjectfactory_32.png Binary files differnew file mode 100644 index 0000000..f43f44f --- /dev/null +++ b/resources/images/typeicons/localobjectfactory_32.png diff --git a/src/module.xml b/src/module.xml new file mode 100644 index 0000000..7d56649 --- /dev/null +++ b/src/module.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<CristalModule ns="dev" name="CristalDev" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Users\andrew\workspace\cristal-kernel\resources\boot\OD\Module.xsd">
+ <Info>
+ <Description>CRISTAL Development Items, such as resource factories and workflows</Description>
+ <Version>0.1</Version>
+ </Info>
+ <ResourceURL>ch/cern/cristaldev/resources/</ResourceURL>
+ <Imports>
+ <Resource type="OD" name="NewLocalObjectDef">boot/OD/NewLocalObjectDef.xsd</Resource>
+ <Resource type="EA" name="AssignNewVersionFromLast">boot/EA/AssignNewVersionFromLast.xml</Resource>
+ <Resource type="EA" name="CreateNewLocalObjectDef">boot/EA/CreateNewLocalObjectDef.xml</Resource>
+ <Resource type="EA" name="EditActivityDef">boot/EA/EditActivityDef.xml</Resource>
+ <Resource type="EA" name="EditProperties">boot/EA/EditProperties.xml</Resource>
+ <Resource type="EA" name="EditSchema">boot/EA/EditSchema.xml</Resource>
+ <Resource type="EA" name="EditScriptDefinition">boot/EA/EditScriptDefinition.xml</Resource>
+ <Resource type="CA" name="CompositeActivityFactory">boot/CA/CompositeActivityFactory.xml</Resource>
+ <Resource type="CA" name="ElementaryActivityFactory">boot/CA/ElementaryActivityFactory.xml</Resource>
+ <Resource type="CA" name="ManageCompositeActDef">boot/CA/ManageCompositeActDef.xml</Resource>
+ <Resource type="CA" name="ManageElementaryActDef">boot/CA/ManageElementaryActDef.xml</Resource>
+ <Resource type="CA" name="ManageSchema">boot/CA/ManageSchema.xml</Resource>
+ <Resource type="CA" name="ManageScript">boot/CA/ManageScript.xml</Resource>
+ <Resource type="CA" name="SchemaFactoryWf">boot/CA/SchemaFactoryWf.xml</Resource>
+ <Resource type="CA" name="ScriptFactoryWf">boot/CA/ScriptFactoryWf.xml</Resource>
+ <Resource type="SC" name="CreateNewNumberedVersionFromLast">boot/SC/CreateNewNumberedVersionFromLast.xml</Resource>
+ <Resource type="SC" name="LocalObjectDefCreator">boot/SC/LocalObjectDefCreator.xml</Resource>
+ <Item name="ScriptFactory" workflow="ScriptFactoryWf">
+ <Property name="LocalObjectType">Script</Property>
+ <Property name="Type">LocalObjectFactory</Property>
+ <Outcome viewname="last" schema="PropertyDescription" version="0">boot/property/SCProp.xml</Outcome>
+ <Dependency name="workflow">
+ <DependencyMember>/desc/ActivityDesc/system/dev/ManageScript</DependencyMember>
+ </Dependency>
+ </Item>
+ <Item name="ElementaryActivityDefFactory" workflow="ElementaryActivityFactory">
+ <Property name="LocalObjectType">ElementaryActivityDef</Property>
+ <Property name="Type">LocalObjectFactory</Property>
+ <Outcome viewname="last" schema="PropertyDescription" version="0">boot/property/EAProp.xml</Outcome>
+ <Dependency name="workflow">
+ <DependencyMember>/desc/ActivityDesc/system/dev/ManageElementaryActDef</DependencyMember>
+ </Dependency>
+ </Item>
+ <Item name="CompositeActivityDefFactory" workflow="CompositeActivityFactory">
+ <Property name="LocalObjectType">CompositeActivityDef</Property>
+ <Property name="Type">LocalObjectFactory</Property>
+ <Outcome viewname="last" schema="PropertyDescription" version="0">boot/property/CAProp.xml</Outcome>
+ <Dependency name="workflow">
+ <DependencyMember>/desc/ActivityDesc/system/dev/ManageCompositeActDef</DependencyMember>
+ </Dependency>
+ </Item>
+ <Item name="SchemaFactory" workflow="SchemaFactoryWf">
+ <Property name="LocalObjectType">Schema</Property>
+ <Property name="Type">LocalObjectFactory</Property>
+ <Outcome viewname="last" schema="PropertyDescription" version="0">boot/property/ODProp.xml</Outcome>
+ <Dependency name="workflow">
+ <DependencyMember>/desc/ActivityDesc/system/dev/ManageSchema</DependencyMember>
+ </Dependency>
+ </Item>
+ <Agent password="test" name="andrew">
+ <Role>Admin</Role>
+ </Agent>
+ </Imports>
+</CristalModule>
|
