Package | Description |
---|---|
org.nuxeo.ecm.core.schema.types | |
org.nuxeo.ecm.platform.ui.select2 |
Modifier and Type | Field and Description |
---|---|
protected Map<QName,Field> |
ComplexTypeImpl.fields
The fields held by this complex type.
|
Modifier and Type | Method and Description |
---|---|
QName |
FieldImpl.getName() |
QName |
Field.getName()
Gets the field name.
|
static QName |
QName.valueOf(String name)
Parses the given name and creates the corresponding QName.
|
static QName |
QName.valueOf(String name,
String prefix)
Parses the given name and create the corresponding QName.
|
Modifier and Type | Method and Description |
---|---|
Field |
CompositeTypeImpl.getField(QName name) |
Field |
ComplexTypeImpl.getField(QName name) |
Field |
ComplexType.getField(QName name)
Gets the field having the given name.
|
Constructor and Description |
---|
FieldImpl(QName name,
Type declaringType,
Type type) |
FieldImpl(QName name,
Type declaringType,
Type type,
String defaultValue,
int flags) |
FieldImpl(QName name,
Type declaringType,
Type type,
String defaultValue,
int flags,
Collection<Constraint> constraints) |
Modifier and Type | Method and Description |
---|---|
protected String |
Select2ActionsBean.getParentAbsoluteLabel(String entryId,
String keySeparator,
Session session,
QName labelFieldName,
boolean localize,
boolean dbl10n) |
Copyright © 2016 Nuxeo SA. All rights reserved.