|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Filter in eu.esdihumboldt.hale.common.align.model |
---|
Methods in eu.esdihumboldt.hale.common.align.model that return Filter | |
---|---|
Filter |
EntityDefinition.getFilter()
Get the filter applied to the entity type. |
Filter |
Condition.getFilter()
|
Methods in eu.esdihumboldt.hale.common.align.model with parameters of type Filter | |
---|---|
static EntityDefinition |
AlignmentUtil.createEntity(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition from a type and a child path. |
Constructors in eu.esdihumboldt.hale.common.align.model with parameters of type Filter | |
---|---|
Condition(Filter filter)
Create a property condition. |
Uses of Filter in eu.esdihumboldt.hale.common.align.model.impl |
---|
Methods in eu.esdihumboldt.hale.common.align.model.impl that return Filter | |
---|---|
Filter |
ChildEntityDefinition.getFilter()
|
Filter |
TypeEntityDefinition.getFilter()
|
Constructors in eu.esdihumboldt.hale.common.align.model.impl with parameters of type Filter | |
---|---|
ChildEntityDefinition(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition specified by the given child path. |
|
PropertyEntityDefinition(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition specified by the given property path. |
|
TypeEntityDefinition(TypeDefinition typeDefinition,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition for the given type |
Uses of Filter in eu.esdihumboldt.hale.common.filter |
---|
Classes in eu.esdihumboldt.hale.common.filter that implement Filter | |
---|---|
class |
FilterGeoCqlImpl
CQL Filter. |
class |
FilterGeoECqlImpl
Extended CQL Filter. |
class |
TypeFilter
Filter that matches instances with a certain associated type. |
Uses of Filter in eu.esdihumboldt.hale.common.filter.internal |
---|
Classes in eu.esdihumboldt.hale.common.filter.internal that implement Filter | |
---|---|
class |
AbstractGeotoolsFilter
Geotools based filter. |
Uses of Filter in eu.esdihumboldt.hale.common.instance.extension.filter |
---|
Classes in eu.esdihumboldt.hale.common.instance.extension.filter with type parameters of type Filter | |
---|---|
interface |
FilterDefinition<F extends Filter>
Definition for a certain type of Filter s. |
Uses of Filter in eu.esdihumboldt.hale.common.instance.model |
---|
Methods in eu.esdihumboldt.hale.common.instance.model with parameters of type Filter | |
---|---|
InstanceCollection |
InstanceCollection.select(Filter filter)
Select the instances in the collection, matching the given filter. |
Uses of Filter in eu.esdihumboldt.hale.common.instance.model.impl |
---|
Methods in eu.esdihumboldt.hale.common.instance.model.impl with parameters of type Filter | |
---|---|
InstanceCollection |
DefaultInstanceCollection.select(Filter filter)
|
InstanceCollection |
MultiInstanceCollection.select(Filter filter)
|
InstanceCollection |
FilteredInstanceCollection.select(Filter filter)
|
Constructors in eu.esdihumboldt.hale.common.instance.model.impl with parameters of type Filter | |
---|---|
FilteredInstanceCollection(InstanceCollection decoratee,
Filter filter)
Create a filtered instance collection. |
Uses of Filter in eu.esdihumboldt.hale.common.instance.orient.storage |
---|
Methods in eu.esdihumboldt.hale.common.instance.orient.storage with parameters of type Filter | |
---|---|
InstanceCollection |
BrowseOrientInstanceCollection.select(Filter filter)
|
Uses of Filter in eu.esdihumboldt.hale.io.gml.reader.internal |
---|
Methods in eu.esdihumboldt.hale.io.gml.reader.internal with parameters of type Filter | |
---|---|
InstanceCollection |
GmlInstanceCollection.select(Filter filter)
|
Uses of Filter in eu.esdihumboldt.hale.io.shp.reader.internal |
---|
Methods in eu.esdihumboldt.hale.io.shp.reader.internal with parameters of type Filter | |
---|---|
InstanceCollection |
ShapesInstanceCollection.select(Filter filter)
|
Uses of Filter in eu.esdihumboldt.hale.ui.filter |
---|
Methods in eu.esdihumboldt.hale.ui.filter that return Filter | |
---|---|
Filter |
TypeFilterField.getFilter()
Get the filter. |
Filter |
TypeFilterDialog.getFilter()
Get the filter expression |
Uses of Filter in eu.esdihumboldt.hale.ui.service.entity |
---|
Methods in eu.esdihumboldt.hale.ui.service.entity with parameters of type Filter | |
---|---|
EntityDefinition |
EntityDefinitionService.addConditionContext(EntityDefinition sibling,
Filter filter)
Add a new condition context for the given entity definition and create a new sibling associated to the new context. |
Uses of Filter in eu.esdihumboldt.hale.ui.service.entity.internal |
---|
Methods in eu.esdihumboldt.hale.ui.service.entity.internal with parameters of type Filter | |
---|---|
EntityDefinition |
EntityDefinitionServiceImpl.addConditionContext(EntityDefinition sibling,
Filter filter)
|
EntityDefinition |
EntityDefinitionServiceUndoSupport.addConditionContext(EntityDefinition sibling,
Filter filter)
|
EntityDefinition |
EntityDefinitionServiceDecorator.addConditionContext(EntityDefinition sibling,
Filter filter)
|
protected EntityDefinition |
AbstractEntityDefinitionService.createEntity(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition from a type and a child path |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |