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

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

Methods in org.apache.jackrabbit.mk.api that throw MicroKernelException
 String MicroKernel.branch(String trunkRevisionId)
          Creates a private branch revision off the specified public trunk revision.
 String MicroKernel.checkpoint(long lifetime)
          Creates a new checkpoint of the latest head revision.
 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 path, int depth)
          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, i.e.
 String MicroKernel.getJournal(String fromRevisionId, String toRevisionId, String path)
          Returns a revision journal, starting with fromRevisionId and ending with toRevisionId in chronological order.
 long MicroKernel.getLength(String blobId)
          Returns the length of the specified blob.
 String MicroKernel.getNodes(String path, String revisionId, int depth, long offset, int maxChildNodes, String filter)
          Returns the node tree rooted at the specified parent node with the specified depth, maximum child node maxChildNodes and offset.
 String MicroKernel.getRevisionHistory(long since, int maxEntries, String path)
          Returns a list of all currently available (historical) head revisions in chronological order since a specific point.
 String MicroKernel.merge(String branchRevisionId, String message)
          Merges the specified private branch revision with the current head revision.
 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 where the actual number of bytes read is min(length, max(0, blobLength - pos)).
 String MicroKernel.rebase(String branchRevisionId, String newBaseRevisionId)
          Rebases the specified private branch revision on top of specified new base revision.
 String MicroKernel.reset(String branchRevisionId, String ancestorRevisionId)
          Resets the branch identified by branchRevisionId to an ancestor branch commit identified by ancestorRevisionId.
 String MicroKernel.waitForCommit(String oldHeadRevisionId, long timeout)
          Waits for a commit to occur that is more recent than oldHeadRevisionId.
 String MicroKernel.write(InputStream in)
          Stores the content of the given stream and returns an associated identifier for later retrieval.
 



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