Uses of Interface
org.apache.jackrabbit.oak.composite.checks.MountedNodeStoreChecker
-
Packages that use MountedNodeStoreChecker Package Description org.apache.jackrabbit.oak.composite.checks -
-
Uses of MountedNodeStoreChecker in org.apache.jackrabbit.oak.composite.checks
Classes in org.apache.jackrabbit.oak.composite.checks that implement MountedNodeStoreChecker Modifier and Type Class Description class
NamespacePrefixNodestoreChecker
class
NodeTypeDefinitionNodeStoreChecker
Checks that nodes present in a mount are consistent with the global node type definitionsclass
NodeTypeMountedNodeStoreChecker
class
UniqueIndexNodeStoreChecker
Checker that ensures the consistency of unique entries in the various mountsMethods in org.apache.jackrabbit.oak.composite.checks with parameters of type MountedNodeStoreChecker Modifier and Type Method Description protected void
NodeStoreChecksService. bindChecker(MountedNodeStoreChecker checker)
protected void
NodeStoreChecksService. unbindChecker(MountedNodeStoreChecker checker)
Constructor parameters in org.apache.jackrabbit.oak.composite.checks with type arguments of type MountedNodeStoreChecker Constructor Description NodeStoreChecksService(MountInfoProvider mip, List<MountedNodeStoreChecker<?>> checkers)
-