Uses of Class
org.apache.jackrabbit.oak.plugins.migration.AbstractDecoratedNodeState
-
Packages that use AbstractDecoratedNodeState Package Description org.apache.jackrabbit.oak.plugins.migration org.apache.jackrabbit.oak.plugins.migration.report -
-
Uses of AbstractDecoratedNodeState in org.apache.jackrabbit.oak.plugins.migration
Subclasses of AbstractDecoratedNodeState in org.apache.jackrabbit.oak.plugins.migration Modifier and Type Class Description classFilteringNodeStateNodeState implementation that decorates another node-state instance in order to hide subtrees or partial subtrees from the consumer of the API. -
Uses of AbstractDecoratedNodeState in org.apache.jackrabbit.oak.plugins.migration.report
Subclasses of AbstractDecoratedNodeState in org.apache.jackrabbit.oak.plugins.migration.report Modifier and Type Class Description classReportingNodeStateA decoration layer for NodeState instances that intercepts all accesses to NodeStates and PropertyStates (getters) and informs aReportervia its callbacks that the respective NodeStates or PropertyStates have been accessed.
-