Uses of Class
org.apache.jackrabbit.mk.api.MicroKernelException

Packages that use MicroKernelException
org.apache.jackrabbit.mk.api   
org.apache.jackrabbit.mk.core   
org.apache.jackrabbit.mk.util   
 

Uses of MicroKernelException in org.apache.jackrabbit.mk.api
 

Methods in org.apache.jackrabbit.mk.api that throw MicroKernelException
 String MicroKernel.commit(String path, String jsonDiff, String revisionId, String message)
          Applies the specified changes on the specified target node.
 String MicroKernel.diff(String fromRevisionId, String toRevisionId, String filter)
          Returns the JSON diff representation of the changes between the specified revisions.
 long MicroKernel.getChildNodeCount(String path, String revisionId)
          Returns the number of child nodes of the specified node.
 String MicroKernel.getHeadRevision()
          Return the id of the current head revision.
 String MicroKernel.getJournal(String fromRevisionId, String toRevisionId, String filter)
          Returns a revision journal, starting with fromRevisionId and ending with toRevisionId.
 long MicroKernel.getLength(String blobId)
          Returns the length of the specified blob.
 String MicroKernel.getNodes(String path, String revisionId)
          Returns the node tree rooted at the specified parent node with depth 1.
 String MicroKernel.getNodes(String path, String revisionId, int depth, long offset, int count, String filter)
          Returns the node tree rooted at the specified parent node with the specified depth, maximum child node count and offset.
 String MicroKernel.getRevisions(long since, int maxEntries)
          Returns a chronological list of all revisions since a specific point in time.
 boolean MicroKernel.nodeExists(String path, String revisionId)
          Determines whether the specified node exists.
 int MicroKernel.read(String blobId, long pos, byte[] buff, int off, int length)
          Reads up to length bytes of data from the specified blob into the given array of bytes.
 String MicroKernel.waitForCommit(String oldHeadRevision, long maxWaitMillis)
          Wait for a commit to occur that is newer than the given revision number.
 String MicroKernel.write(InputStream in)
          Stores the content of the given stream and returns an associated identifier for later retrieval.
 

Uses of MicroKernelException in org.apache.jackrabbit.mk.core
 

Methods in org.apache.jackrabbit.mk.core that throw MicroKernelException
 String MicroKernelImpl.commit(String path, String jsonDiff, String revision, String message)
           
 String MicroKernelImpl.diff(String fromRevision, String toRevision, String filter)
           
 long MicroKernelImpl.getChildNodeCount(String path, String revision)
           
 String MicroKernelImpl.getHeadRevision()
           
 String MicroKernelImpl.getJournal(String fromRevision, String toRevision, String filter)
           
 long MicroKernelImpl.getLength(String blobId)
           
 String MicroKernelImpl.getNodes(String path, String revision)
           
 String MicroKernelImpl.getNodes(String path, String revision, int depth, long offset, int count, String filter)
           
 String MicroKernelImpl.getRevisions(long since, int maxEntries)
           
protected  void MicroKernelImpl.init(String homeDir)
           
 boolean MicroKernelImpl.nodeExists(String path, String revision)
           
 int MicroKernelImpl.read(String blobId, long pos, byte[] buff, int off, int length)
           
 String MicroKernelImpl.waitForCommit(String oldHeadRevision, long maxWaitMillis)
           
 String MicroKernelImpl.write(InputStream in)
           
 

Constructors in org.apache.jackrabbit.mk.core that throw MicroKernelException
MicroKernelImpl(String homeDir)
           
 

Uses of MicroKernelException in org.apache.jackrabbit.mk.util
 

Methods in org.apache.jackrabbit.mk.util that return MicroKernelException
static MicroKernelException ExceptionFactory.convert(Exception e)
           
static MicroKernelException ExceptionFactory.get(String s)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.