Uses of Interface
org.apache.jackrabbit.oak.plugins.nodetype.TypeEditor.ConstraintViolationCallback
Packages that use TypeEditor.ConstraintViolationCallback
-
Uses of TypeEditor.ConstraintViolationCallback in org.apache.jackrabbit.oak.plugins.nodetype
Fields in org.apache.jackrabbit.oak.plugins.nodetype declared as TypeEditor.ConstraintViolationCallbackModifier and TypeFieldDescriptionstatic final TypeEditor.ConstraintViolationCallback
TypeEditor.THROW_ON_CONSTRAINT_VIOLATION
static final TypeEditor.ConstraintViolationCallback
TypeEditor.WARN_ON_CONSTRAINT_VIOLATION
Methods in org.apache.jackrabbit.oak.plugins.nodetype with parameters of type TypeEditor.ConstraintViolationCallbackModifier and TypeMethodDescriptionstatic TypeEditor
TypeEditor.create
(@NotNull TypeEditor.ConstraintViolationCallback callback, Set<String> typesToCheck, @NotNull NodeState types, String primary, Iterable<String> mixins, @NotNull NodeBuilder builder) Creates a new TypeEditor instance