@Beta
public class NodeIndexPath
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static IndexPath |
ALL_TEXT |
static IndexPath |
ID |
static IndexPath |
MANUAL_ORDER_VALUE |
static IndexPath |
NAME |
static IndexPath |
NODE_TYPE |
static IndexPath |
PARENT_PATH |
static IndexPath |
PATH |
static IndexPath |
PERMISSIONS_CREATE |
static IndexPath |
PERMISSIONS_DELETE |
static IndexPath |
PERMISSIONS_MODIFY |
static IndexPath |
PERMISSIONS_PUBLISH |
static IndexPath |
PERMISSIONS_READ |
static IndexPath |
PERMISSIONS_READ_PERMISSION |
static IndexPath |
PERMISSIONS_WRITE_PERMISSION |
static IndexPath |
REFERENCE |
static IndexPath |
SOURCE |
static IndexPath |
STATE |
static IndexPath |
TIMESTAMP |
static IndexPath |
VERSION |
Constructor and Description |
---|
NodeIndexPath() |
public static final IndexPath TIMESTAMP
public static final IndexPath STATE
public static final IndexPath VERSION
public static final IndexPath NODE_TYPE
public static final IndexPath ALL_TEXT
public static final IndexPath MANUAL_ORDER_VALUE
public static final IndexPath PATH
public static final IndexPath ID
public static final IndexPath SOURCE
public static final IndexPath NAME
public static final IndexPath REFERENCE
public static final IndexPath PARENT_PATH
public static final IndexPath PERMISSIONS_READ
public static final IndexPath PERMISSIONS_CREATE
public static final IndexPath PERMISSIONS_DELETE
public static final IndexPath PERMISSIONS_MODIFY
public static final IndexPath PERMISSIONS_PUBLISH
public static final IndexPath PERMISSIONS_READ_PERMISSION
public static final IndexPath PERMISSIONS_WRITE_PERMISSION