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
Modifier and Type | Method and Description |
---|---|
boolean |
match(OwSearchCriteria filter,
T value)
Matching check, where the filter specifies the
criteria value and operation to be used for filtering.
|
boolean match(OwSearchCriteria filter, T value)
filter
- OwSearchCriteriavalue
- T to verify against filterCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.