From d43164830403245353080f5d6f838ed9f56d9a35 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 18 Nov 2013 09:48:03 +0100 Subject: 3.0-SNAPSHOT (Will be first open source version) New StateMachine desc IssueID #28 --- .../resources/boot/CA/ManageCompositeActDef.xml | 13 +----- .../resources/boot/CA/ManageElementaryActDef.xml | 7 +-- src/main/resources/boot/CA/ModuleWorkflow.xml | 2 +- src/main/resources/boot/CA/ServerItemWorkflow.xml | 5 +- .../resources/boot/OD/CompositeActivityDef.xsd | 46 +++++++++--------- .../resources/boot/OD/ElementaryActivityDef.xsd | 2 +- src/main/resources/boot/OD/StateMachine.xsd | 54 ++++++++++++++++++++++ src/main/resources/boot/SM/CompositeActivity.xml | 11 +++++ src/main/resources/boot/SM/Default.xml | 23 +++++++++ src/main/resources/boot/SM/PredefinedStep.xml | 9 ++++ src/main/resources/boot/allbootitems.txt | 4 ++ src/main/resources/boot/property/SMProp.xml | 5 ++ 12 files changed, 136 insertions(+), 45 deletions(-) create mode 100644 src/main/resources/boot/OD/StateMachine.xsd create mode 100644 src/main/resources/boot/SM/CompositeActivity.xml create mode 100644 src/main/resources/boot/SM/Default.xml create mode 100644 src/main/resources/boot/SM/PredefinedStep.xml create mode 100644 src/main/resources/boot/property/SMProp.xml (limited to 'src/main/resources/boot') diff --git a/src/main/resources/boot/CA/ManageCompositeActDef.xml b/src/main/resources/boot/CA/ManageCompositeActDef.xml index 9eb8bf0..f1def44 100644 --- a/src/main/resources/boot/CA/ManageCompositeActDef.xml +++ b/src/main/resources/boot/CA/ManageCompositeActDef.xml @@ -11,8 +11,7 @@ 20 21 - - + @@ -37,10 +36,7 @@ 16 17 - - - - + @@ -65,7 +61,6 @@ 8 - @@ -78,8 +73,6 @@ 18 19 - - @@ -107,8 +100,6 @@ 24 25 - - diff --git a/src/main/resources/boot/CA/ManageElementaryActDef.xml b/src/main/resources/boot/CA/ManageElementaryActDef.xml index 77baa8e..756fb8a 100644 --- a/src/main/resources/boot/CA/ManageElementaryActDef.xml +++ b/src/main/resources/boot/CA/ManageElementaryActDef.xml @@ -12,7 +12,6 @@ 21 - @@ -49,10 +48,7 @@ 16 17 - - - - + @@ -65,7 +61,6 @@ 8 - diff --git a/src/main/resources/boot/CA/ModuleWorkflow.xml b/src/main/resources/boot/CA/ModuleWorkflow.xml index 20ce685..1eb3ee4 100644 --- a/src/main/resources/boot/CA/ModuleWorkflow.xml +++ b/src/main/resources/boot/CA/ModuleWorkflow.xml @@ -49,7 +49,7 @@ 4 - + EditModuleDefinition diff --git a/src/main/resources/boot/CA/ServerItemWorkflow.xml b/src/main/resources/boot/CA/ServerItemWorkflow.xml index 085f8ab..b27b3cb 100644 --- a/src/main/resources/boot/CA/ServerItemWorkflow.xml +++ b/src/main/resources/boot/CA/ServerItemWorkflow.xml @@ -24,7 +24,6 @@ 19 - @@ -39,7 +38,6 @@ 18 - @@ -78,7 +76,6 @@ 10 11 - @@ -94,6 +91,7 @@ + CreateNewAgent @@ -109,6 +107,7 @@ + CreateNewItem diff --git a/src/main/resources/boot/OD/CompositeActivityDef.xsd b/src/main/resources/boot/OD/CompositeActivityDef.xsd index 0b94df1..2e041cd 100644 --- a/src/main/resources/boot/OD/CompositeActivityDef.xsd +++ b/src/main/resources/boot/OD/CompositeActivityDef.xsd @@ -25,7 +25,7 @@ - + @@ -42,10 +42,10 @@ - + - - + + @@ -59,10 +59,10 @@ - + - - + + @@ -85,9 +85,9 @@ - - - + + + @@ -99,10 +99,10 @@ - + - - + + @@ -116,10 +116,10 @@ - + - - + + @@ -133,18 +133,18 @@ - + - - + + - - + + @@ -161,8 +161,8 @@ - - + + diff --git a/src/main/resources/boot/OD/ElementaryActivityDef.xsd b/src/main/resources/boot/OD/ElementaryActivityDef.xsd index 496ac90..ebe52a0 100644 --- a/src/main/resources/boot/OD/ElementaryActivityDef.xsd +++ b/src/main/resources/boot/OD/ElementaryActivityDef.xsd @@ -19,7 +19,7 @@ - + diff --git a/src/main/resources/boot/OD/StateMachine.xsd b/src/main/resources/boot/OD/StateMachine.xsd new file mode 100644 index 0000000..a7f8c04 --- /dev/null +++ b/src/main/resources/boot/OD/StateMachine.xsd @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/SM/CompositeActivity.xml b/src/main/resources/boot/SM/CompositeActivity.xml new file mode 100644 index 0000000..2ed5c4d --- /dev/null +++ b/src/main/resources/boot/SM/CompositeActivity.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/main/resources/boot/SM/Default.xml b/src/main/resources/boot/SM/Default.xml new file mode 100644 index 0000000..893bfe8 --- /dev/null +++ b/src/main/resources/boot/SM/Default.xml @@ -0,0 +1,23 @@ + + + + + + + + +