public interface FieldDefinition extends Serializable
Will help to identify a document field.
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
clone()
Returns a clone instance of this field definition.
|
String |
getFieldName()
Returns the field name, following XPath conventions.
|
String |
getPropertyName()
Returns the computed property name with schema and field information.
|
String |
getSchemaName()
Optional schema name.
|
String getSchemaName()
If the field is used to identify a sub field within a complex type, no schema name is needed. Otherwise, the field will not be resolved correctly if the property does not have a prefix.
String getFieldName()
If the field is prefixed, it should contain the prefix followed by ':'. Examples: dc:title, dc:author/name
String getPropertyName()
FieldDefinition clone()
Useful for conversion of layout definition during export.
Copyright © 2018 Nuxeo. All rights reserved.