Uses of Interface
org.apache.jackrabbit.oak.plugins.nodetype.TypeEditor.ConstraintViolationCallback
-
Packages that use TypeEditor.ConstraintViolationCallback Package Description org.apache.jackrabbit.oak.plugins.nodetype -
-
Uses of TypeEditor.ConstraintViolationCallback in org.apache.jackrabbit.oak.plugins.nodetype
Fields in org.apache.jackrabbit.oak.plugins.nodetype declared as TypeEditor.ConstraintViolationCallback Modifier and Type Field Description static TypeEditor.ConstraintViolationCallbackTypeEditor. THROW_ON_CONSTRAINT_VIOLATIONstatic TypeEditor.ConstraintViolationCallbackTypeEditor. WARN_ON_CONSTRAINT_VIOLATIONMethods in org.apache.jackrabbit.oak.plugins.nodetype with parameters of type TypeEditor.ConstraintViolationCallback Modifier and Type Method Description static TypeEditorTypeEditor. create(@NotNull TypeEditor.ConstraintViolationCallback callback, Set<String> typesToCheck, @NotNull NodeState types, String primary, Iterable<String> mixins, @NotNull NodeBuilder builder)Creates a new TypeEditor instance
-