public interface TagActionCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
afterTagAction(JCRNodeWrapper node)
will be execute after each tag action (after a tag rename on a node, after a tag delete on a node)
|
T |
end()
will be call at the end of all the operations
|
void |
onError(JCRNodeWrapper node,
javax.jcr.RepositoryException e)
will be call if a tag action throw a RepositoryException
|
void afterTagAction(JCRNodeWrapper node) throws javax.jcr.RepositoryException
node - the node concern by the current tag actionjavax.jcr.RepositoryException - in case of JCR-related errorsvoid onError(JCRNodeWrapper node, javax.jcr.RepositoryException e) throws javax.jcr.RepositoryException
node - the node in errore - the exceptionjavax.jcr.RepositoryException - in case of JCR-related errorsT end() throws javax.jcr.RepositoryException
javax.jcr.RepositoryException - in case of JCR-related errorsCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.