Modifier and Type | Method and Description |
---|---|
static boolean |
CompatibilityModeUtil.checkFilters(Cell cell,
com.google.common.base.Predicate<Filter> predicate)
Check all filters referenced in a cell for compatibility.
|
Modifier and Type | Method and Description |
---|---|
Filter |
EntityDefinition.getFilter()
Get the filter applied to the entity type.
|
Filter |
Condition.getFilter() |
Modifier and Type | Method and Description |
---|---|
static EntityDefinition |
AlignmentUtil.createEntity(Path<Definition<?>> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition from a definition path.
|
static EntityDefinition |
AlignmentUtil.createEntity(TypeDefinition type,
List<ChildContext> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition from a type and a child path.
|
static String |
AlignmentUtil.getFilterText(Filter filter)
Get the text to display for a filter.
|
Constructor and Description |
---|
Condition(Filter filter)
Create a property condition.
|
Modifier and Type | Method and Description |
---|---|
Filter |
ChildEntityDefinition.getFilter() |
Filter |
TypeEntityDefinition.getFilter() |
Constructor and Description |
---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGeotoolsFilter
Geotools based filter.
|
class |
FilterGeoCqlImpl
CQL Filter.
|
class |
FilterGeoECqlImpl
Extended CQL Filter.
|
class |
TypeFilter
Filter that matches instances with a certain associated type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FilterDefinition<F extends Filter>
Definition for a certain type of
Filter s. |
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
InstanceCollection.select(Filter filter)
Select the instances in the collection, matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
DefaultInstanceCollection.select(Filter filter) |
InstanceCollection |
MultiInstanceCollection.select(Filter filter) |
InstanceCollection |
FilteredInstanceCollection.select(Filter filter) |
Constructor and Description |
---|
FilteredInstanceCollection(InstanceCollection decoratee,
Filter filter)
Create a filtered instance collection.
|
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
BrowseOrientInstanceCollection.select(Filter filter) |
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
GmlInstanceCollection.select(Filter filter) |
Modifier and Type | Method and Description |
---|---|
InstanceCollection |
ShapesInstanceCollection.select(Filter filter) |
Modifier and Type | Method and Description |
---|---|
protected Filter |
XPathFilterField.createFilter(String filterString) |
Filter |
XPathFilterDialogFactory.openDialog(org.eclipse.swt.widgets.Shell shell,
EntityDefinition entityDef,
String title,
String message) |
Modifier and Type | Class and Description |
---|---|
class |
XPathFilter
Filter based on XPath expression for use with XSLT mappings.
|
Modifier and Type | Method and Description |
---|---|
static String |
FilterToXPath.toXPath(PropertyDefinition definition,
NamespaceContext namespaceContext,
Filter filter)
Transforms the given filter of the given type to a XPath query.
|
static String |
FilterToXPath.toXPath(TypeDefinition definition,
NamespaceContext namespaceContext,
Filter filter)
Transforms the given filter of the given type to a XPath query.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Filter |
TypeFilterField.createFilter(String filterString)
Creates a
Filter from the given filter string.If the string is no valid input, any exception may be thrown. |
Filter |
AbstractTypeFilterDialog.getFilter()
Get the filter expression
|
Filter |
TypeFilterField.getFilter()
Get the filter.
|
Filter |
FilterDialogFactory.openDialog(org.eclipse.swt.widgets.Shell shell,
EntityDefinition entityDef,
String title,
String message)
Open the dialog and return the filter.
|
Modifier and Type | Method and Description |
---|---|
protected Filter |
CQLFilterField.createFilter(String filterString) |
Filter |
CQLFilterDialogFactory.openDialog(org.eclipse.swt.widgets.Shell shell,
EntityDefinition entityDef,
String title,
String message) |
Modifier and Type | Method and Description |
---|---|
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.
|
EntityDefinition |
EntityDefinitionService.editConditionContext(EntityDefinition sibling,
Filter filter)
Creates a new sibling for the given entity definition with a new
condition context using the given filter.
All cells using the given entity definition are changed to use the new one. |
Modifier and Type | Method and Description |
---|---|
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
|
EntityDefinition |
EntityDefinitionServiceImpl.editConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceUndoSupport.editConditionContext(EntityDefinition sibling,
Filter filter) |
EntityDefinition |
EntityDefinitionServiceDecorator.editConditionContext(EntityDefinition sibling,
Filter filter) |
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a