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(String newName)voidsetMixins(String[] mixinNames)
-
-
-
Method Detail
-
rename
void rename(String newName) throws RepositoryException
- Parameters:
newName-- Throws:
RepositoryException
-
setMixins
void setMixins(String[] mixinNames) throws NoSuchNodeTypeException, VersionException, ConstraintViolationException, LockException, RepositoryException
- Parameters:
mixinNames-- Throws:
NoSuchNodeTypeExceptionVersionExceptionConstraintViolationExceptionLockExceptionRepositoryException
-
-