public void addLockToken(String lt) throws LockException, RepositoryException(Code)(Java Doc) public void checkPermission(String absPath, String actions) throws java.security.AccessControlException, RepositoryException(Code)(Java Doc) public void exportDocumentView(String absPath, ContentHandler contentHandler, boolean skipBinary, boolean noRecurse) throws PathNotFoundException, SAXException, RepositoryException(Code)(Java Doc) public void exportDocumentView(String absPath, OutputStream out, boolean skipBinary, boolean noRecurse) throws IOException, PathNotFoundException, RepositoryException(Code)(Java Doc) public void exportSystemView(String absPath, ContentHandler contentHandler, boolean skipBinary, boolean noRecurse) throws PathNotFoundException, SAXException, RepositoryException(Code)(Java Doc) public void exportSystemView(String absPath, OutputStream out, boolean skipBinary, boolean noRecurse) throws IOException, PathNotFoundException, RepositoryException(Code)(Java Doc) public Object getAttribute(String name)(Code)(Java Doc) public String[] getAttributeNames()(Code)(Java Doc) public ContentHandler getImportContentHandler(String parentAbsPath, int uuidBehavior) throws PathNotFoundException, ConstraintViolationException, VersionException, LockException, RepositoryException(Code)(Java Doc) public Item getItem(String absPath) throws PathNotFoundException, RepositoryException(Code)(Java Doc) public String[] getLockTokens()(Code)(Java Doc) public String getNamespacePrefix(String uri) throws NamespaceException, RepositoryException(Code)(Java Doc) public String[] getNamespacePrefixes() throws RepositoryException(Code)(Java Doc) public String getNamespaceURI(String prefix) throws NamespaceException, RepositoryException(Code)(Java Doc) public Node getNodeByUUID(String uuid) throws ItemNotFoundException, RepositoryException(Code)(Java Doc) abstract public Repository getRepository()(Code)(Java Doc) abstract public Node getRootNode() throws RepositoryException(Code)(Java Doc) public String getUserID()(Code)(Java Doc) public ValueFactory getValueFactory() throws UnsupportedRepositoryOperationException, RepositoryException(Code)(Java Doc) public Workspace getWorkspace()(Code)(Java Doc) public boolean hasPendingChanges() throws RepositoryException(Code)(Java Doc) public Session impersonate(Credentials credentials) throws LoginException, RepositoryException(Code)(Java Doc) public void importXML(String parentAbsPath, InputStream in, int uuidBehavior) throws IOException, PathNotFoundException, ItemExistsException, ConstraintViolationException, VersionException, InvalidSerializedDataException, LockException, RepositoryException(Code)(Java Doc) public boolean isLive()(Code)(Java Doc) public boolean itemExists(String absPath) throws RepositoryException(Code)(Java Doc) public void logout()(Code)(Java Doc) public void move(String srcAbsPath, String destAbsPath) throws ItemExistsException, PathNotFoundException, VersionException, ConstraintViolationException, LockException, RepositoryException(Code)(Java Doc) public void refresh(boolean keepChanges) throws RepositoryException(Code)(Java Doc) public void removeLockToken(String lt)(Code)(Java Doc) public void save() throws AccessDeniedException, ItemExistsException, ConstraintViolationException, InvalidItemStateException, VersionException, LockException, NoSuchNodeTypeException, RepositoryException(Code)(Java Doc) public void setNamespacePrefix(String newPrefix, String existingUri) throws NamespaceException, RepositoryException(Code)(Java Doc)
|