Uses of Class
org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
-
Uses of DefaultEditor in org.apache.jackrabbit.oak.plugins.atomic
Subclasses of DefaultEditor in org.apache.jackrabbit.oak.plugins.atomic Modifier and Type Class Description classAtomicCounterEditorManages a node as Atomic Counter: a node which will handle at low level a protected property (AtomicCounterEditor.PROP_COUNTER) in an atomic way. -
Uses of DefaultEditor in org.apache.jackrabbit.oak.plugins.migration.version
Subclasses of DefaultEditor in org.apache.jackrabbit.oak.plugins.migration.version Modifier and Type Class Description classVersionableEditorThe VersionableEditor provides two possible ways to handle versionable nodes: it can copy the version histories of versionable nodes, or it can skip copying version histories and remove themix:versionablemixin together with any related properties (seeVersionHistoryUtil.removeVersionProperties(NodeBuilder, TypePredicate)).classVersionablePropertiesEditorThe VersionablePropertiesEditor adds missing versionable properties. -
Uses of DefaultEditor in org.apache.jackrabbit.oak.plugins.nodetype
Subclasses of DefaultEditor in org.apache.jackrabbit.oak.plugins.nodetype Modifier and Type Class Description classTypeEditorValidator implementation that check JCR node type constraints. -
Uses of DefaultEditor in org.apache.jackrabbit.oak.spi.commit
Subclasses of DefaultEditor in org.apache.jackrabbit.oak.spi.commit Modifier and Type Class Description classSubtreeEditorEditor wrapper that passes only changes in the specified subtree to the given delegate editor.
-