public static interface ObjectFilter.FilterResult
ObjectFilter.filter(java.lang.Object)
method.Modifier and Type | Method and Description |
---|---|
Object |
getInstance()
Returns the object being matched.
|
Object[] |
getProjection()
Returns the projection, if a projection was requested or
null otherwise. |
Comparable[] |
getSortProjection()
Returns the projection of fields used for sorting, if sorting was requested or
null otherwise. |
Object getInstance()
Object[] getProjection()
null
otherwise.Comparable[] getSortProjection()
null
otherwise.Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.