summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/collection/Dependency.java
AgeCommit message (Collapse)Author
2014-09-26Parent2ChildCollection was just a default implementation of Collection,Andrew Branson
so merge the two for simplicity.
2014-09-09Replaced int sysKey Item identifier with UUID, which is now portable.Andrew Branson
ItemPath objects are now used to identify Items throughout the kernel, replacing ints and Integers.
2014-07-04DependencyMember properties weren't cloned from the collection props, soAndrew Branson
were shared
2014-05-08Agent now extends Item, so they can have workflows. All traces of theAndrew Branson
old 'Entity' superclasses should be removed, including proxies and paths. Very large change, breaks API compatibility with CRISTAL 2.x. Fixes #135
2012-05-30Initial Maven ConversionAndrew Branson