Interface SearchRule<T>
-
- All Known Implementing Classes:
GenericSearchRule,ItemPkSearchRule,PayloadSearchRule,SourceLinkSearchRule,TargetLinkSearchRule
public interface SearchRule<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFieldName()TgetValue()booleanisForPayload()
-
-
-
Method Detail
-
getFieldName
java.lang.String getFieldName()
-
getValue
T getValue()
-
isForPayload
boolean isForPayload()
-
-