|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MicroKernelException | |
|---|---|
| org.apache.jackrabbit.mk.api | |
| org.apache.jackrabbit.mk.client | |
| 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.branch(String trunkRevisionId)
Creates a private branch revision off the specified public trunk 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 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 in chronological order. |
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.getRevisionHistory(long since,
int maxEntries)
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. |
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. |
| Uses of MicroKernelException in org.apache.jackrabbit.mk.client |
|---|
| Methods in org.apache.jackrabbit.mk.client that throw MicroKernelException | |
|---|---|
String |
Client.branch(String trunkRevisionId)
|
String |
Client.commit(String path,
String jsonDiff,
String revisionId,
String message)
|
String |
Client.diff(String fromRevisionId,
String toRevisionId,
String filter)
|
long |
Client.getChildNodeCount(String path,
String revisionId)
|
String |
Client.getHeadRevision()
|
String |
Client.getJournal(String fromRevisionId,
String toRevisionId,
String filter)
|
long |
Client.getLength(String blobId)
|
String |
Client.getNodes(String path,
String revisionId)
|
String |
Client.getNodes(String path,
String revisionId,
int depth,
long offset,
int count,
String filter)
|
String |
Client.getRevisionHistory(long since,
int maxEntries)
|
String |
Client.merge(String branchRevisionId,
String message)
|
boolean |
Client.nodeExists(String path,
String revisionId)
|
int |
Client.read(String blobId,
long pos,
byte[] buff,
int off,
int length)
|
String |
Client.waitForCommit(String oldHeadRevisionId,
long maxWaitMillis)
|
String |
Client.write(InputStream in)
|
| Uses of MicroKernelException in org.apache.jackrabbit.mk.core |
|---|
| Methods in org.apache.jackrabbit.mk.core that throw MicroKernelException | |
|---|---|
String |
MicroKernelImpl.branch(String trunkRevisionId)
|
String |
MicroKernelImpl.commit(String path,
String jsonDiff,
String revisionId,
String message)
|
String |
MicroKernelImpl.diff(String fromRevision,
String toRevision,
String filter)
|
long |
MicroKernelImpl.getChildNodeCount(String path,
String revisionId)
|
String |
MicroKernelImpl.getHeadRevision()
|
String |
MicroKernelImpl.getJournal(String fromRevision,
String toRevision,
String filter)
|
long |
MicroKernelImpl.getLength(String blobId)
|
String |
MicroKernelImpl.getNodes(String path,
String revisionId)
|
String |
MicroKernelImpl.getNodes(String path,
String revisionId,
int depth,
long offset,
int count,
String filter)
|
String |
MicroKernelImpl.getRevisionHistory(long since,
int maxEntries)
|
protected void |
MicroKernelImpl.init(String homeDir)
|
String |
MicroKernelImpl.merge(String branchRevisionId,
String message)
|
boolean |
MicroKernelImpl.nodeExists(String path,
String revisionId)
|
int |
MicroKernelImpl.read(String blobId,
long pos,
byte[] buff,
int off,
int length)
|
String |
MicroKernelImpl.waitForCommit(String oldHeadRevisionId,
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||