|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFilterEntityIDAssertion
Represents a filter assertion about a Entity's ID
(see IEntity.getEntityID()).
This assertion is made up of a comparator (operator), and assertion value.
The filter assertion is true for a Entity when:
TODO (Doc): add assertion rules
The particular form of the String used as an assertion is dictated by the comparator.
| Field Summary | |
|---|---|
static String |
COMP_ENTITYID_EQ
Compares true when a tested Entity has a unique ID equal to the specified assertion value. |
| Method Summary | |
|---|---|
void |
setAssertionValue(String assertion)
Specifies the assertion data to be tested against an IEntity's unique ID. |
| Methods inherited from interface org.eclipse.higgins.idas.api.IFilterAssertion |
|---|
includeSubtypes, setComparator, setID, setID |
| Field Detail |
|---|
static final String COMP_ENTITYID_EQ
Value: "urn:org.eclipse.higgins.idas.api.comparator.entityid.equality"
| Method Detail |
|---|
void setAssertionValue(String assertion)
throws IdASException
IdASException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||