| Package | Description |
|---|---|
| org.geomajas.layer | |
| org.geomajas.layer.entity | |
| org.geomajas.layer.feature | |
| org.geomajas.layer.feature.attribute | |
| org.geomajas.layer.pipeline | |
| org.geomajas.service |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute<?>> |
VectorLayerAssociationSupport.getAttributes(String attributePath,
Filter filter)
Return the list of possible object values for the specified attribute path.
|
List<Attribute<?>> |
VectorLayerService.getAttributes(String layerId,
String attributePath,
Filter filter)
Return the list of possible attribute values.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute<?> |
EntityAttributeService.getAttribute(Object feature,
FeatureInfo featureInfo,
EntityMapper mapper,
String name)
Recursively gets the attribute from the specified feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityAttributeService.setAttributes(Object object,
FeatureInfo featureInfo,
EntityMapper mapper,
Map<String,Attribute<?>> attributes)
Merges the specified attribute map with this layer object.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
FeatureModel.getAttribute(Object feature,
String name)
Return the attribute value with the given name.
|
Attribute<VALUE_TYPE> |
SyntheticAttributeBuilder.getAttribute(SyntheticAttributeInfo info,
InternalFeature feature)
Get the attribute to be built for the (partial) feature.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Attribute> |
Feature.getAttributes()
Get the full mapping of attributes for this feature.
|
Map<String,Attribute> |
InternalFeature.getAttributes()
Get the attributes for the feature (can be null when the attributes are lazy loaded).
|
Map<String,Attribute> |
FeatureModel.getAttributes(Object feature)
Deprecated.
the back-end implements this itself since 1.9.0 to provide lazy attribute loading if needed
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setAttributes(Map<String,Attribute> attributes)
Set the full mapping of attributes for this feature.
|
void |
InternalFeature.setAttributes(Map<String,Attribute> attributes)
Set the map with the attributes, keyed on the attribute name.
|
void |
FeatureModel.setAttributes(Object feature,
Map<String,Attribute> attributes)
Set the attributes of a feature.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayAttribute<VALUE_TYPE>
Deprecated.
use
OneToManyAttribute instead |
class |
AssociationAttribute<VALUE_TYPE>
Association attribute.
|
class |
BooleanAttribute
Attribute with value of type
PrimitiveType.BOOLEAN. |
class |
CurrencyAttribute
Attribute with value of type
PrimitiveType.CURRENCY. |
class |
DateAttribute
Attribute with value of type
PrimitiveType.DATE. |
class |
DoubleAttribute
Attribute with value of type
PrimitiveType.DOUBLE. |
class |
FloatAttribute
Attribute with value of type
PrimitiveType.FLOAT. |
class |
ImageUrlAttribute
Attribute with value of type
PrimitiveType.IMGURL. |
class |
IntegerAttribute
Attribute with value of type
PrimitiveType.INTEGER. |
class |
LongAttribute
Attribute with value of type
PrimitiveType.LONG. |
class |
ManyToOneAttribute
Definition of the many-to-one association attribute.
|
class |
OneToManyAttribute
Definition of the one-to-many association attribute.
|
class |
PrimitiveAttribute<VALUE_TYPE>
Primitive value attribute.
|
class |
ShortAttribute
Attribute with value of type
PrimitiveType.SHORT. |
class |
StringAttribute
Attribute with value of type
PrimitiveType.SHORT. |
class |
UrlAttribute
Attribute with value of type
PrimitiveType.URL. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Attribute<?>> |
AssociationValue.getAllAttributes()
Get the attributes for the associated object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociationValue.setAllAttributes(Map<String,Attribute<?>> attributes)
Set the attributes for the associated object.
|
| Constructor and Description |
|---|
AssociationValue(PrimitiveAttribute<?> id,
Map<String,Attribute<?>> attributes,
boolean primitiveOnly)
Create attribute with specified value and optionally restrict attribute values to primitives.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute<?>> |
GetAttributesContainer.getAttributes()
Get the attributes or null when not yet determined.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAttributesContainer.setAttributes(List<Attribute<?>> attributes)
Seth the attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute<?> |
DtoConverterService.toDto(Object object,
AbstractAttributeInfo info)
Converts a server-side attribute object into a DTO attribute.
|
Attribute<?> |
DtoConverterService.toDto(Object object,
AttributeInfo info)
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DtoConverterService.toInternal(Attribute<?> attribute)
Converts a DTO attribute into a generic attribute object.
|
Copyright © 2015 Geosparc. All Rights Reserved.