| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.api |
Oak repository API
|
| Modifier and Type | Method and Description |
|---|---|
Tree.Status |
Tree.getPropertyStatus(String name)
Get the
Status of a property state or null. |
Tree.Status |
Tree.getStatus()
Get the
Status of this tree instance. |
static Tree.Status |
Tree.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tree.Status[] |
Tree.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.