| com.caucho.jcr.base.BaseNode com.caucho.jcr.file.DirectoryNode
DirectoryNode | public class DirectoryNode extends BaseNode (Code) | | Represents a node in the filesystem
|
getName | public String getName() throws RepositoryException(Code) | | Returns the tail name of the item.
|
getNodes | public NodeIterator getNodes() throws RepositoryException(Code) | | Returns the children nodes.
|
getPath | public String getPath() throws RepositoryException(Code) | | Returns the full absolute pathname of the item.
|
getPrimaryNodeType | public NodeType getPrimaryNodeType()(Code) | | Returns the node type.
|
getSession | public Session getSession() throws RepositoryException(Code) | | Returns the owning session.
|
Methods inherited from com.caucho.jcr.base.BaseNode | public void addMixin(String mixinName) throws NoSuchNodeTypeException, VersionException, ConstraintViolationException, LockException, RepositoryException(Code)(Java Doc) public Node addNode(String relPath) throws ItemExistsException, PathNotFoundException, VersionException, ConstraintViolationException, LockException, RepositoryException(Code)(Java Doc) public Node addNode(String relPath, String primaryNodeTypeName) throws ItemExistsException, PathNotFoundException, NoSuchNodeTypeException, LockException, VersionException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public boolean canAddMixin(String mixinName) throws NoSuchNodeTypeException, RepositoryException(Code)(Java Doc) public void cancelMerge(Version version) throws VersionException, InvalidItemStateException, UnsupportedRepositoryOperationException, RepositoryException(Code)(Java Doc) public Version checkin() throws VersionException, UnsupportedRepositoryOperationException, InvalidItemStateException, LockException, RepositoryException(Code)(Java Doc) public void checkout() throws UnsupportedRepositoryOperationException, LockException, RepositoryException(Code)(Java Doc) public void doneMerge(Version version) throws VersionException, InvalidItemStateException, UnsupportedRepositoryOperationException, RepositoryException(Code)(Java Doc) public Version getBaseVersion() throws UnsupportedRepositoryOperationException, RepositoryException(Code)(Java Doc) public String getCorrespondingNodePath(String workspaceName) throws ItemNotFoundException, NoSuchWorkspaceException, AccessDeniedException, RepositoryException(Code)(Java Doc) public NodeDefinition getDefinition() throws RepositoryException(Code)(Java Doc) public int getIndex() throws RepositoryException(Code)(Java Doc) public Lock getLock() throws UnsupportedRepositoryOperationException, LockException, AccessDeniedException, RepositoryException(Code)(Java Doc) public NodeType[] getMixinNodeTypes() throws RepositoryException(Code)(Java Doc) public Node getNode(String relPath) throws PathNotFoundException, RepositoryException(Code)(Java Doc) public NodeIterator getNodes() throws RepositoryException(Code)(Java Doc) public NodeIterator getNodes(String namePattern) throws RepositoryException(Code)(Java Doc) public Item getPrimaryItem() throws ItemNotFoundException, RepositoryException(Code)(Java Doc) public NodeType getPrimaryNodeType() throws RepositoryException(Code)(Java Doc) public PropertyIterator getProperties() throws RepositoryException(Code)(Java Doc) public PropertyIterator getProperties(String namePattern) throws RepositoryException(Code)(Java Doc) public Property getProperty(String relPath) throws PathNotFoundException, RepositoryException(Code)(Java Doc) public PropertyIterator getReferences() throws RepositoryException(Code)(Java Doc) public String getUUID() throws UnsupportedRepositoryOperationException, RepositoryException(Code)(Java Doc) public VersionHistory getVersionHistory() throws UnsupportedRepositoryOperationException, RepositoryException(Code)(Java Doc) public boolean hasNode(String relPath) throws RepositoryException(Code)(Java Doc) public boolean hasNodes() throws RepositoryException(Code)(Java Doc) public boolean hasProperties() throws RepositoryException(Code)(Java Doc) public boolean hasProperty(String relPath) throws RepositoryException(Code)(Java Doc) public boolean holdsLock() throws RepositoryException(Code)(Java Doc) public boolean isCheckedOut() throws RepositoryException(Code)(Java Doc) public boolean isLocked() throws RepositoryException(Code)(Java Doc) public boolean isNode()(Code)(Java Doc) public boolean isNodeType(String nodeTypeName) throws RepositoryException(Code)(Java Doc) public Lock lock(boolean isDeep, boolean isSessionScoped) throws UnsupportedRepositoryOperationException, LockException, AccessDeniedException, InvalidItemStateException, RepositoryException(Code)(Java Doc) public NodeIterator merge(String srcWorkspace, boolean bestEffort) throws NoSuchWorkspaceException, AccessDeniedException, MergeException, LockException, InvalidItemStateException, RepositoryException(Code)(Java Doc) public void orderBefore(String srcChildRelPath, String destChildRelPath) throws UnsupportedRepositoryOperationException, VersionException, ConstraintViolationException, ItemNotFoundException, LockException, RepositoryException(Code)(Java Doc) public void removeMixin(String mixinName) throws NoSuchNodeTypeException, VersionException, ConstraintViolationException, LockException, RepositoryException(Code)(Java Doc) public void restore(String versionName, boolean removeExisting) throws VersionException, ItemExistsException, UnsupportedRepositoryOperationException, LockException, InvalidItemStateException, RepositoryException(Code)(Java Doc) public void restore(Version version, boolean removeExisting) throws VersionException, ItemExistsException, UnsupportedRepositoryOperationException, LockException, RepositoryException(Code)(Java Doc) public void restore(Version version, String relPath, boolean removeExisting) throws PathNotFoundException, ItemExistsException, VersionException, ConstraintViolationException, UnsupportedRepositoryOperationException, LockException, InvalidItemStateException, RepositoryException(Code)(Java Doc) public void restoreByLabel(String versionLabel, boolean removeExisting) throws VersionException, ItemExistsException, UnsupportedRepositoryOperationException, LockException, InvalidItemStateException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, Value value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, Value value, int type) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, Value[] values) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, Value[] values, int type) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, String[] values) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, String[] values, int type) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, String value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, String value, int type) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, InputStream value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, boolean value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, double value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, long value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, Calendar value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public Property setProperty(String name, Node value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public void unlock() throws UnsupportedRepositoryOperationException, LockException, AccessDeniedException, InvalidItemStateException, RepositoryException(Code)(Java Doc) public void update(String srcWorkspaceName) throws NoSuchWorkspaceException, AccessDeniedException, LockException, InvalidItemStateException, RepositoryException(Code)(Java Doc)
|
|
|