Re: Copypolicy override on Item instances?
Just to follow up on this issue: I switched the parcel loader over to
using cloud-based copying, including the new 'byMethod' include policy.
An example of a 'byMethod' method is
osaf.framework.blocks.Block.BlockEvent.includePolicyMethod( ); it's
referenced in the Block kind's default cloud. That method determines
whether a BlockEvent should be copied by reference or by value on the
fly, based on the BlockEvent's repository path.
Unless anyone else is still using attribute-based copying, Andi should
potentially be able to deprecate it. Are we using attribute-based
copying anywhere?
~morgen
On Jul 24, 2004, at 2:29 PM, Katie Capps Parlante wrote:
> Hi Donn,
>
> At a recent meeting with Morgen, Ted, Andi, Lisa and John, we decided
> to depricate copy policy in the data model and to use item clouds
> instead. Part of the reasoning for this decision is that we don't
> want to proliferate a complex suite of policies to group items
> together (copy, sharing, etc) that complicate the data model. We felt
> that item clouds were going to be powerful enough for most of the
> situations where we want to group items together into a larger logical
> item.
>
> A few improvements to clouds are in the works, including simplified
> parcel syntax, the ability to name a cloud, and a new "by method"
(Continue reading)