| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.core.eventmanager.common | |
| de.aristaflow.adept2.core.processmanager | |
| de.aristaflow.adept2.core.processrepository | |
| de.aristaflow.adept2.core.worklistmanager | |
| de.aristaflow.adept2.model | |
| de.aristaflow.adept2.model.filter |
This package contains classes that model a system of filters that can be applied
to specially annotated classes.
|
| de.aristaflow.adept2.model.worklistmodel |
| Class and Description |
|---|
| FilterFactory
A factory to create filters
|
| Class and Description |
|---|
| FilterFactory
A factory to create filters
|
| Class and Description |
|---|
| Filter
Super interface for all filter classes.
|
| FilterFactory
A factory to create filters
|
| Class and Description |
|---|
| Filter
Super interface for all filter classes.
|
| Class and Description |
|---|
| Filter
Super interface for all filter classes.
|
| Class and Description |
|---|
| FilterFactory
A factory to create filters
|
| Class and Description |
|---|
| Attribute
Represents an attribute that can be filtered
and the path of methods through the containing objects
that must be called to retrieve it
|
| AttributeFactory
A factory that can construct new Attribute objects
by hierarchically navigating through the method tree
of a specified class.
|
| ComparisonFilter
Represents a filter that compares an attribute
to a constant value using a specified comparison operator
(i.e.
|
| ComparisonOperator
Represents the comparison operators that can be used
in a
ComparisonFilter |
| ConstPositionFilter
The "POSITION op Value" filter
This filter compares the position of the first object matching the
specified filter in the list returned by the attribute to a given constant value.
|
| ContainsAllFilter
The "CONTAINS ALL" filter.
|
| ContainsFilter
The super interface for all filters that match on some kind of "contains" relation.
|
| Filter
Super interface for all filter classes.
|
| MultipleFilterFilter
Represents a filter that logically combines the Boolean outputs of multiple
filters by an operator such as AND or OR.
|
| TwoFiltersPositionFilter
The "POSITION FILTER op FILTER" filter
This filter compares the position of the first object matching the
first specified filter in the list returned by the attribute to the position
of the first object matching the second filter.
|
| UnaryFilter
Represents a filter that applies a unary operator (for example the NOT operator)
to the result of a sub-filter.
|
| Class and Description |
|---|
| ComparisonOperator
Represents the comparison operators that can be used
in a
ComparisonFilter |
| Filter
Super interface for all filter classes.
|
| FilterFactory
A factory to create filters
|