From 3cf2fb9a9963d40dd21782ac77512c40084e5c82 Mon Sep 17 00:00:00 2001 From: Zsolt Kovcs Date: Tue, 7 Oct 2014 17:44:21 +0100 Subject: Adding CreateNewRole to the workflow of server Item --- src/main/resources/boot/CA/ServerItemWorkflow.xml | 370 +++++++++++++++------- src/main/resources/boot/EA/CreateNewRole.xml | 41 +++ src/main/resources/boot/SC/ServerNewEntity.xml | 28 +- src/main/resources/boot/allbootitems.txt | 1 + 4 files changed, 314 insertions(+), 126 deletions(-) create mode 100644 src/main/resources/boot/EA/CreateNewRole.xml diff --git a/src/main/resources/boot/CA/ServerItemWorkflow.xml b/src/main/resources/boot/CA/ServerItemWorkflow.xml index 6f351ae..ddf801a 100644 --- a/src/main/resources/boot/CA/ServerItemWorkflow.xml +++ b/src/main/resources/boot/CA/ServerItemWorkflow.xml @@ -20,217 +20,341 @@ http://www.fsf.org/licensing/licenses/lgpl.html --> - + - - - - - - - + + + + + + + + 27 + 26 + 28 + + + + + + + + + + + + + 23 + 28 + 24 + + + + + + + + + + + 24 + 27 + + + + + CreateNewRole + + + + + + + 16 17 + 26 - + - - - - - - + + + + + + 15 16 19 - - + + + - - - - - - + + + + + + 14 17 18 - - + + + - - - - - - + + + + + + 11 19 13 - + - - - - - - + + + + + + 10 18 12 - + - - - - - - + + + + + + 10 11 + 23 - + + - - - - - - + + + + + + 13 15 - - - - + + + + CreateNewAgent - - - - - - + + + + + + 12 14 - - - - + + + + CreateNewItem + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/src/main/resources/boot/EA/CreateNewRole.xml b/src/main/resources/boot/EA/CreateNewRole.xml new file mode 100644 index 0000000..295f60a --- /dev/null +++ b/src/main/resources/boot/EA/CreateNewRole.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/SC/ServerNewEntity.xml b/src/main/resources/boot/SC/ServerNewEntity.xml index b6734a5..484195b 100644 --- a/src/main/resources/boot/SC/ServerNewEntity.xml +++ b/src/main/resources/boot/SC/ServerNewEntity.xml @@ -22,11 +22,33 @@ --> - + diff --git a/src/main/resources/boot/allbootitems.txt b/src/main/resources/boot/allbootitems.txt index 64278d4..5b3f2da 100644 --- a/src/main/resources/boot/allbootitems.txt +++ b/src/main/resources/boot/allbootitems.txt @@ -16,6 +16,7 @@ OD/StateMachine OD/ItemInitialization EA/CreateNewItem EA/CreateNewAgent +EA/CreateNewRole CA/NoWorkflow CA/ServerItemWorkflow SC/ServerNewEntity -- cgit v1.2.3