| Package | Description |
|---|---|
| org.apache.jackrabbit.mongomk.api.instruction | |
| org.apache.jackrabbit.mongomk.api.model |
Oak repository API
|
| org.apache.jackrabbit.mongomk.impl.instruction | |
| org.apache.jackrabbit.mongomk.impl.model |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Instruction.AddNodeInstruction
The add node operation => "+" STRING ":" (OBJECT).
|
static interface |
Instruction.CopyNodeInstruction
The copy node operation => "*" STRING ":" STRING
|
static interface |
Instruction.MoveNodeInstruction
The move node operation => ">" STRING ":" STRING
|
static interface |
Instruction.RemoveNodeInstruction
The remove node operation => "-" STRING
|
static interface |
Instruction.SetPropertyInstruction
The set property operation => "^" STRING ":" ATOM | ARRAY
|
| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
Commit.getInstructions()
Returns the
List of Instructions which were created from
the diff. |
| Modifier and Type | Class and Description |
|---|---|
class |
AddNodeInstructionImpl
Implementation of the add node operation => "+" STRING ":" (OBJECT).
|
class |
BaseInstruction
Base instruction implementation.
|
class |
CopyNodeInstructionImpl
Implementation of the copy node operation => "*" STRING ":" STRING
|
class |
MoveNodeInstructionImpl
Implementation of the move node operation => ">" STRING ":" STRING
|
class |
RemoveNodeInstructionImpl
Implementation for the remove node operation => "-" STRING
|
class |
SetPropertyInstructionImpl
Implementation for the set property operation => "^" STRING ":" ATOM | ARRAY
|
| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
MongoCommit.getInstructions() |
| Modifier and Type | Method and Description |
|---|---|
void |
MongoCommit.addInstruction(Instruction instruction)
Adds the given
Instruction. |
Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.