public class ChangedNodeInterceptor extends BaseInterceptor
| Constructor and Description |
|---|
ChangedNodeInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeRemove(JCRNodeWrapper node,
String name,
ExtendedPropertyDefinition definition) |
javax.jcr.Value |
beforeSetValue(JCRNodeWrapper node,
String name,
ExtendedPropertyDefinition definition,
javax.jcr.Value originalValue)
Called before setting the value on the property.
|
javax.jcr.Value[] |
beforeSetValues(JCRNodeWrapper node,
String name,
ExtendedPropertyDefinition definition,
javax.jcr.Value[] originalValues)
Called before setting the value on the property.
|
afterGetValue, afterGetValues, canApplyOnProperty, equals, getNodeTypes, getPropertyNames, getRequiredTypes, getSelectors, hashCode, setNodeTypes, setPropertyNames, setRequiredTypes, setSelectors, toStringpublic javax.jcr.Value beforeSetValue(JCRNodeWrapper node, String name, ExtendedPropertyDefinition definition, javax.jcr.Value originalValue) throws javax.jcr.ValueFormatException, javax.jcr.version.VersionException, javax.jcr.lock.LockException, javax.jcr.nodetype.ConstraintViolationException, javax.jcr.RepositoryException
PropertyInterceptorbeforeSetValue in interface PropertyInterceptorbeforeSetValue in class BaseInterceptororiginalValue - Original value @return Value to set, or null @throws ValueFormatExceptionjavax.jcr.version.VersionExceptionjavax.jcr.lock.LockExceptionjavax.jcr.nodetype.ConstraintViolationExceptionjavax.jcr.ValueFormatExceptionjavax.jcr.RepositoryExceptionpublic javax.jcr.Value[] beforeSetValues(JCRNodeWrapper node, String name, ExtendedPropertyDefinition definition, javax.jcr.Value[] originalValues) throws javax.jcr.ValueFormatException, javax.jcr.version.VersionException, javax.jcr.lock.LockException, javax.jcr.nodetype.ConstraintViolationException, javax.jcr.RepositoryException
PropertyInterceptorbeforeSetValues in interface PropertyInterceptorbeforeSetValues in class BaseInterceptororiginalValues - Original value @return Value to set, or null @throws ValueFormatExceptionjavax.jcr.version.VersionExceptionjavax.jcr.lock.LockExceptionjavax.jcr.nodetype.ConstraintViolationExceptionjavax.jcr.ValueFormatExceptionjavax.jcr.RepositoryExceptionpublic void beforeRemove(JCRNodeWrapper node, String name, ExtendedPropertyDefinition definition) throws javax.jcr.version.VersionException, javax.jcr.lock.LockException, javax.jcr.nodetype.ConstraintViolationException, javax.jcr.RepositoryException
beforeRemove in interface PropertyInterceptorbeforeRemove in class BaseInterceptorjavax.jcr.version.VersionExceptionjavax.jcr.lock.LockExceptionjavax.jcr.nodetype.ConstraintViolationExceptionjavax.jcr.RepositoryExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.