|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwComparator<T>
Compare Interface for filtering.
Simple filter action where a OwSearchCriteria
is representing
the filter specification.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Method Summary | |
---|---|
boolean |
match(OwSearchCriteria filter,
T value)
Matching check, where the filter specifies the criteria value and operation to be used for filtering. |
Method Detail |
---|
boolean match(OwSearchCriteria filter, T value)
filter
- OwSearchCriteriavalue
- T to verify against filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |