summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/lifecycle
AgeCommit message (Expand)Author
2014-10-07Repackage to org.cristaliseAndrew Branson
2014-10-06Predef step container cleanupAndrew Branson
2014-10-06Last Collection predef step - to create a numbered snapshot of theAndrew Branson
2014-10-03More FindBugs cleanupAndrew 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-02Check the schema type of the predefined step before bundling the paramsAndrew Branson
2014-10-01Predefined steps normally only interact with the last version of a3.0-BetaAndrew Branson
2014-10-01Collection version support, stored as a new final component of theAndrew Branson
2014-09-30Import cleanupAndrew Branson
2014-09-30Remove Serializable. CRISTAL never uses Java serialization, only Castor. Andrew Branson
2014-09-30Initial properties can be supplied as a marshalled PropertyArrayList asAndrew Branson
2014-09-29More package docsAndrew Branson
2014-09-26More FindBugs recommendationsAndrew Branson
2014-09-26Various problems found by FindBugsAndrew 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-18Hierarchical Roles. Fixes #199Andrew Branson
2014-09-17Server item predefined steps to manage roles. Fixes #200Andrew Branson
2014-09-16RemoveSlotFromCollection crashed if the currentChild parameter was notAndrew Branson
2014-09-16Abstract properties. Activities cannot be instantiated unless the slotAndrew Branson
2014-09-15Rename DomainPath.setEntity to setItemPathAndrew Branson
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
2014-08-28pull master devsogattaz
2014-06-30Separated modifying Lookup methods into LookupManager, which is onlyAndrew Branson
2014-06-17Separate property, workflow and collection instantiation into separateAndrew Branson
2014-06-11Separate PredefinedStepContainers for Agents and Items (and Server Item)Andrew 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-16item.request returns the final outcome, which may be modified during theAndrew Branson
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