Package org.apache.jackrabbit.api
Interface JackrabbitNode
-
public interface JackrabbitNodeThe Jackrabbit Node interface. This interface contains the Jackrabbit-specific extensions to the JCRNodeinterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrename(java.lang.String newName)voidsetMixins(java.lang.String[] mixinNames)
-
-
-
Method Detail
-
rename
void rename(java.lang.String newName) throws RepositoryException- Parameters:
newName-- Throws:
RepositoryException
-
setMixins
void setMixins(java.lang.String[] mixinNames) throws NoSuchNodeTypeException, VersionException, ConstraintViolationException, LockException, RepositoryException- Parameters:
mixinNames-- Throws:
NoSuchNodeTypeExceptionVersionExceptionConstraintViolationExceptionLockExceptionRepositoryException
-
-