summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/process/module/Module.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-10-01Replace qualified class names with imports now the Import classes haveAndrew Branson
2014-09-18Hierarchical Roles. Fixes #199Andrew Branson
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
2014-08-28pull master devsogattaz
2014-06-25Validate module resources to schema. Die if module resource importAndrew Branson
2014-06-05Moved old entitycreation package from the predefined step package to aAndrew Branson
2014-06-05LDAP refactored behind interfaces. All functions of LDAP now hiddenAndrew Branson
2014-05-15Introduced 'Layer' attribute to allow overriding of descriptions. DescAndrew Branson
2014-04-11Remove description editing workflows from the kernel - they have beenAndrew 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-01-23Refactored Resource into a new ResourceLoader interface, which allowsAndrew Branson
2013-12-12Properties preserve and respect the PropertyDescription 'isMutable'Andrew Branson
2013-11-183.0-SNAPSHOT (Will be first open source version)Andrew Branson
2013-08-02Module resources can specify version number, which overrides the defaultAndrew Branson
2013-06-25More intelligent import of module resources. If resources or outcomesAndrew Branson
2013-06-24Set agent in module scripts to either current user or system.Andrew Branson
2013-05-17Force order of imports to make sure roles and agents are in beforeAndrew Branson
2013-05-17Add Role management support to module, instead of just creating one ifAndrew Branson
2013-02-08Logging and exception cleanupAndrew Branson
2013-02-04Cleanup module import log messagesAndrew Branson
2012-11-26Clean up module exception.Andrew 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
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
2012-06-19Refactor modulesAndrew Branson