summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lifecycle/instance/Activity.java
AgeCommit message (Expand)Author
2014-10-07Repackage to org.cristaliseAndrew Branson
2014-10-03Rolled back the renaming of existing exceptions.Andrew Branson
2014-10-03Huge exception overhaul: Merged ClusterStorageException withAndrew Branson
2014-10-02push after rebasejet
2014-09-26Various problems found by FindBugsAndrew Branson
2014-09-18Hierarchical Roles. Fixes #199Andrew Branson
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
2014-06-05LDAP refactored behind interfaces. All functions of LDAP now hiddenAndrew Branson
2014-05-16item.request returns the final outcome, which may be modified during theAndrew Branson
2014-02-13Activity.runActivityLogic returns the Outcome, which it may modify. ThisAndrew Branson
2014-01-24Tweak Admin predef step restriction. Set correct activity property.Andrew Branson
2014-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
2013-12-09Return false from Transition.hasOutcome and hasScript if there areAndrew 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-24SchemaVersion is actually a string property. Probably shouldn't beAndrew Branson
2013-07-23Support for schemaName and schemaVersion in EventAndrew Branson
2013-06-18Errors were not stored when submitted to activities with no outcomeAndrew Branson
2013-01-31Added ViewName field to Event. Filled in with the Viewpoint name ifAndrew Branson
2012-07-13New property 'Breakpoint' in Activity. If set to true, the workflow willAndrew Branson
2012-07-12Suspend transition now can carry an optional 'Errors' outcome whereAndrew Branson
2012-06-29Pull remaining graph GUI components into cristal-guiAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson