| Package | Description |
|---|---|
| org.apache.stanbol.entityhub.servicesapi.mapping | |
| org.apache.stanbol.entityhub.servicesapi.query |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
FieldMapping.getFilter()
The constraint used to filter values of the source field
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldMapping.setFilter(Constraint constraint)
Setter for the filter used for values.
|
| Constructor and Description |
|---|
FieldMapping(Constraint globalFilter)
Creates a FieldMapping that matches all fields but does not map any field.
|
FieldMapping(String fieldPattern,
Constraint filter,
String... mappedTo)
Creates an mapping based on the parsed parameter
|
| Modifier and Type | Class and Description |
|---|---|
class |
RangeConstraint |
class |
ReferenceConstraint |
class |
SimilarityConstraint
Ensure that results have fields that is contextually similar.
|
class |
TextConstraint |
class |
ValueConstraint
A constraint the filters/selects based on the value and/or the parsed
dataTypes.
|
| Modifier and Type | Method and Description |
|---|---|
Constraint |
FieldQuery.getConstraint(String field)
Getter for the Constraint of a field
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,Constraint>> |
FieldQuery.getConstraints()
Getter for the unmodifiable list of query elements for the given Path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldQuery.setConstraint(String field,
Constraint constraint)
Sets/replaces the constraint for a field of the representation.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.