| Modifier and Type | Method and Description |
|---|---|
String |
MicroKernel.branch(String trunkRevisionId)
Deprecated.
Creates a private branch revision off the specified public
trunk revision.
|
String |
MicroKernel.checkpoint(long lifetime)
Deprecated.
Creates a new checkpoint of the latest head revision.
|
String |
MicroKernel.commit(String path,
String jsonDiff,
String revisionId,
String message)
Deprecated.
Applies the specified changes on the specified target node.
|
String |
MicroKernel.diff(String fromRevisionId,
String toRevisionId,
String path,
int depth)
Deprecated.
Returns the JSON diff representation of the changes between the specified
revisions.
|
long |
MicroKernel.getChildNodeCount(String path,
String revisionId)
Deprecated.
Returns the number of child nodes of the specified node.
|
String |
MicroKernel.getHeadRevision()
Deprecated.
Return the id of the current head revision, i.e.
|
String |
MicroKernel.getJournal(String fromRevisionId,
String toRevisionId,
String path)
Deprecated.
Returns a revision journal, starting with
fromRevisionId
and ending with toRevisionId in chronological order. |
long |
MicroKernel.getLength(String blobId)
Deprecated.
Returns the length of the specified blob.
|
String |
MicroKernel.getNodes(String path,
String revisionId,
int depth,
long offset,
int maxChildNodes,
String filter)
Deprecated.
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)
Deprecated.
Returns a list of all currently available (historical) head revisions in
chronological order since a specific point in time.
|
String |
MicroKernel.merge(String branchRevisionId,
String message)
Deprecated.
Merges the specified private branch revision with the current
head revision.
|
boolean |
MicroKernel.nodeExists(String path,
String revisionId)
Deprecated.
Determines whether the specified node exists.
|
int |
MicroKernel.read(String blobId,
long pos,
byte[] buff,
int off,
int length)
Deprecated.
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)
Deprecated.
Rebases the specified private branch revision on top of specified new base
revision.
|
String |
MicroKernel.reset(String branchRevisionId,
String ancestorRevisionId)
Deprecated.
Resets the branch identified by
branchRevisionId to an ancestor
branch commit identified by ancestorRevisionId. |
String |
MicroKernel.waitForCommit(String oldHeadRevisionId,
long timeout)
Deprecated.
Waits for a commit to occur that is more recent than
oldHeadRevisionId. |
String |
MicroKernel.write(InputStream in)
Deprecated.
Stores the content of the given stream and returns an associated
identifier for later retrieval.
|
Copyright © 2012-2018 The Apache Software Foundation. All Rights Reserved.