public interface DocItemConstants
DocumentItem
classModifier and Type | Interface and Description |
---|---|
static interface |
DocItemConstants.DocItemAttribute
Deprecated.
use
IDocItemField instead |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTE_CHILD
The item in the relation.
|
static java.lang.String |
ATTRIBUTE_ID
The unique identifier of the relation
|
static java.lang.String |
ATTRIBUTE_ORDER
The order in which the item is shown on the document.
|
static java.lang.String |
ATTRIBUTE_PARENT
The document in the relation.
|
static java.lang.String |
QUERY_CHILD_ID
The unique identifier of the child.
|
static final java.lang.String ATTRIBUTE_CHILD
static final java.lang.String ATTRIBUTE_ID
static final java.lang.String ATTRIBUTE_ORDER
static final java.lang.String ATTRIBUTE_PARENT
static final java.lang.String QUERY_CHILD_ID
The unique identifier of the child.
Allows to build queries that use this field as part of the criteria.