Uses of Class
org.apache.jackrabbit.oak.plugins.nodetype.TypeEditor
-
Packages that use TypeEditor Package Description org.apache.jackrabbit.oak.plugins.nodetype -
-
Uses of TypeEditor in org.apache.jackrabbit.oak.plugins.nodetype
Methods in org.apache.jackrabbit.oak.plugins.nodetype that return TypeEditor Modifier and Type Method Description TypeEditorTypeEditor. childNodeChanged(String name, NodeState before, NodeState after)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
-