public interface NodeTypeEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
externalRegistered(Collection<org.apache.jackrabbit.spi.QNodeTypeDefinition> ntDefs)
Called when one or more node types have been externally registered.
|
void |
externalReregistered(org.apache.jackrabbit.spi.QNodeTypeDefinition ntDef)
Called when a node type has been externally re-registered.
|
void |
externalUnregistered(Collection<org.apache.jackrabbit.spi.Name> ntNames)
Called when one or more node types have been externally unregistered.
|
void externalRegistered(Collection<org.apache.jackrabbit.spi.QNodeTypeDefinition> ntDefs) throws RepositoryException, InvalidNodeTypeDefException
ntDefs - node type definitionsRepositoryException - if an error occursInvalidNodeTypeDefException - if the node type definition is invalidvoid externalReregistered(org.apache.jackrabbit.spi.QNodeTypeDefinition ntDef)
throws NoSuchNodeTypeException,
InvalidNodeTypeDefException,
RepositoryException
ntDef - node type definitionRepositoryException - if an error occursNoSuchNodeTypeException - if the node type had not yet been registeredInvalidNodeTypeDefException - if the node type definition is invalidvoid externalUnregistered(Collection<org.apache.jackrabbit.spi.Name> ntNames) throws RepositoryException, NoSuchNodeTypeException
ntNames - node type qnamesRepositoryException - if an error occursNoSuchNodeTypeException - if a node type is already unregisteredCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.