org.apache.jackrabbit.api
Interface JackrabbitNode
- All Known Implementing Classes:
- NodeImpl, VersionHistoryImpl, VersionImpl
public interface JackrabbitNode
The Jackrabbit Node interface. This interface contains the
Jackrabbit-specific extensions to the JCR Node
interface.
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:
NoSuchNodeTypeException
VersionException
ConstraintViolationException
LockException
RepositoryException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.