@Deprecated public abstract class SearchCriteria extends Object
Class that can be used to construct criteria when searching for watermarks.
Constructor and Description |
---|
SearchCriteria()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SearchCriteria |
and(SearchCriteria other)
Deprecated.
Combines this
SearchCriteria with other criteria using logical AND operator. |
SearchCriteria |
not()
Deprecated.
Negates this
SearchCriteria . |
SearchCriteria |
or(SearchCriteria other)
Deprecated.
Combines this
SearchCriteria with other criteria using logical OR operator. |
public final SearchCriteria and(SearchCriteria other)
Combines this SearchCriteria
with other criteria using logical AND operator.
other
- Search criteria to combine with.public final SearchCriteria or(SearchCriteria other)
Combines this SearchCriteria
with other criteria using logical OR operator.
other
- Search criteria to combine with.public final SearchCriteria not()
Negates this SearchCriteria
.