public static interface SchematicEntry.FieldName
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT
|
static String |
CONTENT_TYPE
The name of the metadata field used to store the MIME type for the entry's content.
|
static String |
ID
The name of the metadata field used to store the document key.
|
static String |
METADATA
The name of the field used internally to store an entry's metadata.
|
static String |
SCHEMA_URI
The name of the metadata field used to store the reference to the JSON Schema to which the document should conform.
|
static final String METADATA
static final String CONTENT
Document
or a
Binary
value.static final String ID
static final String SCHEMA_URI
static final String CONTENT_TYPE
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.