B C D G M N O R W 

B

branch(String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Creates a private branch revision off the specified public trunk revision.

C

checkpoint(long) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Creates a new checkpoint of the latest head revision.
commit(String, String, String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Applies the specified changes on the specified target node.
CONFLICT - Static variable in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
 

D

diff(String, String, String, int) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Returns the JSON diff representation of the changes between the specified revisions.

G

getChildNodeCount(String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Returns the number of child nodes of the specified node.
getHeadRevision() - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Return the id of the current head revision, i.e.
getJournal(String, String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Returns a revision journal, starting with fromRevisionId and ending with toRevisionId in chronological order.
getLength(String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Returns the length of the specified blob.
getNodes(String, String, int, long, int, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Returns the node tree rooted at the specified parent node with the specified depth, maximum child node maxChildNodes and offset.
getRevisionHistory(long, int, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Returns a list of all currently available (historical) head revisions in chronological order since a specific point in time.

M

merge(String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Merges the specified private branch revision with the current head revision.
MicroKernel - Interface in org.apache.jackrabbit.mk.api
Deprecated.
Oak 1.2
MicroKernelException - Exception in org.apache.jackrabbit.mk.api
Deprecated.
Oak 1.2
MicroKernelException() - Constructor for exception org.apache.jackrabbit.mk.api.MicroKernelException
Deprecated.
 
MicroKernelException(String) - Constructor for exception org.apache.jackrabbit.mk.api.MicroKernelException
Deprecated.
 
MicroKernelException(String, Throwable) - Constructor for exception org.apache.jackrabbit.mk.api.MicroKernelException
Deprecated.
 
MicroKernelException(Throwable) - Constructor for exception org.apache.jackrabbit.mk.api.MicroKernelException
Deprecated.
 

N

nodeExists(String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Determines whether the specified node exists.

O

org.apache.jackrabbit.mk.api - package org.apache.jackrabbit.mk.api
 

R

read(String, long, byte[], int, int) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
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)).
rebase(String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Rebases the specified private branch revision on top of specified new base revision.
reset(String, String) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Resets the branch identified by branchRevisionId to an ancestor branch commit identified by ancestorRevisionId.

W

waitForCommit(String, long) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Waits for a commit to occur that is more recent than oldHeadRevisionId.
write(InputStream) - Method in interface org.apache.jackrabbit.mk.api.MicroKernel
Deprecated.
Stores the content of the given stream and returns an associated identifier for later retrieval.
B C D G M N O R W 

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