public interface FilterSubscription
Modifier and Type | Method and Description |
---|---|
FilterCallback |
getCallback()
The associated callback that is being notified of successful matches.
|
Comparator<Comparable[]> |
getComparator()
The comparator corresponding to the 'order by' clause, if any.
|
String |
getEntityTypeName()
The fully qualified entity type name accepted by this filter.
|
Object[] |
getEventTypes()
The event types.
|
String[] |
getProjection()
The array of '.' separated path names of the projected fields if any, or
null otherwise. |
SortField[] |
getSortFields()
The array of sort specifications if defined, or
null otherwise. |
boolean |
isDeltaFilter() |
String getEntityTypeName()
FilterCallback getCallback()
boolean isDeltaFilter()
String[] getProjection()
null
otherwise.SortField[] getSortFields()
null
otherwise.Comparator<Comparable[]> getComparator()
null
if no 'order by' was specifiedObject[] getEventTypes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.