| Age | Commit message (Collapse) | Author |
|
|
|
Collection path. Null version implies "last".
|
|
ItemPath objects are now used to identify Items throughout the kernel,
replacing ints and Integers.
|
|
property. This setting prevents the WriteProperty predefined step from
changing the property value when isMutable is false. WriteProperty also
requires the selected property to already exist - they should be created
either during Item instantiation or using AddC2KObject.
LDAPPropertyManager prepends the Property name in its entries with ! if
they are non mutable.
Various places around the kernel that create properties now set the
mutable field.
Fixes #150
|
|
and NewAgent, and the mapfile.
|
|
CastorXMLUtility is now a static member of gateway. Domain specific
instances can be used by domain applications, but the maps do not
interfere with the kernel.
|