summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/process/module/ModuleImport.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-01Generate new UUID during import if the id field is empty, as well asAndrew Branson
2014-09-22ItemPath.fromUUIDString unnecessary as ItemPath(String) supports bothAndrew Branson
2014-09-19Introduced static method ItemPath.fromUUIDString and made the UUIDAndrew Branson
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
2014-04-02ResourceImportHandler interface to allow custom <Resource> types orAndrew Branson
2013-05-17Force order of imports to make sure roles and agents are in beforeAndrew 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