public interface IDocRelationField
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID
Unique identifier of the relationship.
|
static java.lang.String |
SOURCE
Source document of the relationship
|
static java.lang.String |
TARGET
Target document of the relationship
|
static java.lang.String |
TYPE
Type of the relationship between the source and target document.
|
static final java.lang.String ID
Data type: Integer
static final java.lang.String SOURCE
Data type: IDoc
IDoc
,
Constant Field Valuesstatic final java.lang.String TARGET
Data type: IDoc
IDoc
,
Constant Field Valuesstatic final java.lang.String TYPE
Data type: IDocRelationType
IDocRelationType
,
Constant Field Values