From f09e07e3314bb9c0cb7a6da7055ecb01da3ed722 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 11 Apr 2014 17:03:38 +0200 Subject: OutcomeInitiator based description initialization. Absorbs all description editing from the kernel. Module.debug functionality missing - kernel now creates all imported module descriptions with NoWorkflow. Need a way to patch them in later (must be part of this module) --- src/main/resources/module.xml | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) (limited to 'src/main/resources/module.xml') diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml index ebcd1b7..1e9cc73 100644 --- a/src/main/resources/module.xml +++ b/src/main/resources/module.xml @@ -6,18 +6,27 @@ uk/ac/uwe/cristaldev/resources/ true + com.c2kernel.dev.DevObjectOutcomeInitiator - boot/OD/NewLocalObjectDef.xsd boot/OD/NewDevObjectDef.xsd boot/OD/ChooseWorkflow.xsd boot/EA/CreateNewLocalObjectDef.xml boot/EA/EditPropertyDescription.xml boot/EA/CreateItem.xml boot/EA/SetInstanceWorkflow.xml + boot/SC/CreateNewNumberedVersionFromLast.xml + boot/EA/AssignNewVersionFromLast.xml + boot/EA/EditDefinition.xml + boot/CA/ManageCompositeActDef.xml + boot/CA/ManageElementaryActDef.xml + boot/CA/ManageScript.xml + boot/CA/ManageSchema.xml + boot/CA/ManageStateMachine.xml boot/CA/CompositeActivityFactory.xml boot/CA/ElementaryActivityFactory.xml boot/CA/SchemaFactoryWf.xml boot/CA/ScriptFactoryWf.xml + boot/CA/StateMachineFactoryWf.xml boot/CA/ItemDescriptionWf.xml boot/CA/ItemDescriptionFactoryWf.xml boot/CA/ReadOnlyItemDescriptionWf.xml @@ -38,7 +47,7 @@ boot/property/SCProp.xml boot/SC/New.xml - + @@ -51,7 +60,7 @@ Factory boot/property/EAProp.xml - + @@ -64,7 +73,7 @@ Factory boot/property/CAProp.xml - + @@ -78,7 +87,20 @@ boot/property/ODProp.xml boot/OD/New.xsd - + + + + + + + + + + StateMachine + Factory + boot/property/SMProp.xml + + -- cgit v1.2.3