summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lifecycle/instance/predefined
AgeCommit message (Expand)Author
2014-03-06AddStepsFromDescription was never used, and probably shouldn't be. ItAndrew Branson
2014-02-13AddMemberToCollection now accepts a CastorHashMap of properties toAndrew Branson
2014-02-13New PredefinedStep: WriteViewpoint. Non-admin users may need to createAndrew Branson
2014-01-24Tweak Admin predef step restriction. Set correct activity property.Andrew Branson
2014-01-24Predefined steps that rewrite the workflow, manipulate collection slotsAndrew Branson
2014-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
2013-12-12Properties preserve and respect the PropertyDescription 'isMutable'Andrew Branson
2013-12-09Password wasn't being redactedAndrew Branson
2013-12-05Add itemSysKey as a variable of the workflow during initialization.Andrew Branson
2013-11-183.0-SNAPSHOT (Will be first open source version)Andrew Branson
2013-09-20Keep a History object in the Workflow to avoid recreating it on repeatedAndrew Branson
2013-07-23Support for schemaName and schemaVersion in EventAndrew Branson
2013-07-12Cleanup of unused code and annotationsAndrew Branson
2013-06-25More intelligent import of module resources. If resources or outcomesAndrew Branson
2013-06-18Report exception properly in CreateItemFromDescriptionAndrew Branson
2013-06-14Domain workflow CompositeActivity must be called 'domain'.Andrew Branson
2013-06-13Escape DNs in Path, so special characters can be used in PathAndrew Branson
2013-05-17Add Role management support to module, instead of just creating one ifAndrew Branson
2013-02-04Write Import outcomes directly to storage.Andrew Branson
2013-01-31Added ViewName field to Event. Filled in with the Viewpoint name ifAndrew Branson
2012-11-26Fail more gracefully if the Workflow version wasn't suppliedAndrew Branson
2012-08-22Replace deprecated Xerces DOM to XML serialisation with DOM3 LS.Andrew Branson
2012-08-03Logging and error message clean-upAndrew Branson
2012-07-30Predefined steps audit, including new steps for collection managementAndrew Branson
2012-07-19Clean-up predefined stepsAndrew Branson
2012-07-13New property 'Breakpoint' in Activity. If set to true, the workflow willAndrew Branson
2012-07-06Remove XML parsing from module processing, use Castor unmarshallingAndrew Branson
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
2012-06-29Pull remaining graph GUI components into cristal-guiAndrew Branson
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson