Interface IdSetTerm
- All Superinterfaces:
QueryTerm
A term for an Id query.
-
Method Summary
Methods inherited from interface QueryTerm
isPositive, isWildcardModifier and TypeMethodDescriptionbooleanTests if this is a positive or negative term.booleanTests if this term is a wildcard.
-
Method Details
-
getIds
Id[] getIds()Gets theIdsin the term.- Returns:
- the
Ids - Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-