summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lifecycle
AgeCommit message (Expand)Author
2014-05-14Resolved missing @Override warningsAndrew Branson
2014-05-14Removed unnecessary ItemProxy casts after removal of EntityProxyAndrew Branson
2014-05-14Return that should have been a continue. NewItem imports were bailingAndrew Branson
2014-05-08Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
2014-04-11Give Item name when NewItem import failsAndrew Branson
2014-04-11OutcomeInitiator interface to create initial states of outcomes if emptyAndrew Branson
2014-04-09Expanded server predefined steps to include server and agent maintenanceAndrew Branson
2014-04-04Module XML now supports a workflowVer attribute for the Item element. IfAndrew Branson
2014-04-02ResourceImportHandler interface to allow custom <Resource> types orAndrew Branson
2014-03-27RemoveDomainPath now checks if the DomainPath exists, is not a context,Andrew Branson
2014-03-10More alignment with Agilium version.Andrew Branson
2014-03-06Type was being overridden with 'domain' if the CompositeActivity nameAndrew Branson
2014-03-06Fixes #166Andrew Branson
2014-03-06AddStepsFromDescription was never used, and probably shouldn't be. ItAndrew Branson
2014-03-06CompositeActivityDef.instanciate wasn't calling configureInstance, whichAndrew 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-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-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-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-09-13Mail properties not relevantAndrew 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-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-18Errors were not stored when submitted to activities with no outcomeAndrew 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-03-27Olivier's fix for advancement!Andrew 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-11-09Don't throw exception for missing script version unless the name doesn'tAndrew 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-12Suspend transition now can carry an optional 'Errors' outcome whereAndrew 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