Uses of Class
org.apache.jackrabbit.core.nodetype.NodeTypeDefStore
-
Packages that use NodeTypeDefStore Package Description org.apache.jackrabbit.core.nodetype -
-
Uses of NodeTypeDefStore in org.apache.jackrabbit.core.nodetype
Methods in org.apache.jackrabbit.core.nodetype with parameters of type NodeTypeDefStore Modifier and Type Method Description protected voidNodeTypeRegistry. loadBuiltInNodeTypeDefs(NodeTypeDefStore store)Loads the built-in node type definitions into the givenstore.protected voidNodeTypeRegistry. loadCustomNodeTypeDefs(NodeTypeDefStore store)Loads the custom node type definitions into the givenstore.protected voidNodeTypeRegistry. persistCustomNodeTypeDefs(NodeTypeDefStore store)Persists the custom node type definitions contained in the givenstore.
-