IPolicy
(and
AbstractPolicy
) abstraction and
concrete implementations for the manipulation of the
ContentModel
:
ContentPolicy
,
CreationPolicy
, and
DeletionPolicy
.See: Description
Interface | Description |
---|---|
IPolicy<VR> |
Class | Description |
---|---|
AbstractPolicy<VR> |
Abstract base implementation of
IPolicy . |
ContentPolicy<VR> |
A (transaction) policy to handle content changes, i.e. adding/removing of
content children, as well as attaching/detaching to/from content anchorages.
|
CreationPolicy<VR> |
The
CreationPolicy is an ITransactional
AbstractPolicy that handles the creation of new content objects via
the ContentPolicy . |
DeletionPolicy<VR> |
The
DeletionPolicy is an ITransactional
AbstractPolicy that handles the deletion of existing
IContentPart s via the ContentPolicy . |
IPolicy
(and
AbstractPolicy
) abstraction and
concrete implementations for the manipulation of the
ContentModel
:
ContentPolicy
,
CreationPolicy
, and
DeletionPolicy
.Copyright (c) 2014 itemis AG and others. All rights reserved.