Uses of Class
org.apache.jackrabbit.core.ItemValidator
-
Packages that use ItemValidator Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.session -
-
Uses of ItemValidator in org.apache.jackrabbit.core
Subclasses of ItemValidator in org.apache.jackrabbit.core Modifier and Type Class Description class
BatchedItemOperations
BatchedItemOperations
is an internal helper class that provides both high- and low-level operations directly on theItemState
level. -
Uses of ItemValidator in org.apache.jackrabbit.core.session
Methods in org.apache.jackrabbit.core.session that return ItemValidator Modifier and Type Method Description ItemValidator
SessionContext. getItemValidator()
Returns the item validator of this session.
-