public class NutsVersionFilterAnd extends AbstractVersionFilter implements net.thevpc.nuts.NutsVersionFilter, Simplifiable<net.thevpc.nuts.NutsVersionFilter>, NutsScriptAwareIdFilter
| Constructor and Description |
|---|
NutsVersionFilterAnd(net.thevpc.nuts.NutsSession ws,
net.thevpc.nuts.NutsVersionFilter... all) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptVersion(net.thevpc.nuts.NutsVersion id,
net.thevpc.nuts.NutsSession session) |
boolean |
equals(Object obj) |
net.thevpc.nuts.NutsFilter[] |
getSubFilters() |
int |
hashCode() |
net.thevpc.nuts.NutsVersionFilter |
simplify() |
String |
toJsNutsIdFilterExpr()
if convertible to javascript boolean expression return valid non null
code.
|
String |
toString() |
and, neg, orand, getFilterOp, getFilterType, getSession, getWorkspace, or, simplify, topublic NutsVersionFilterAnd(net.thevpc.nuts.NutsSession ws,
net.thevpc.nuts.NutsVersionFilter... all)
public boolean acceptVersion(net.thevpc.nuts.NutsVersion id,
net.thevpc.nuts.NutsSession session)
acceptVersion in interface net.thevpc.nuts.NutsVersionFilterpublic net.thevpc.nuts.NutsVersionFilter simplify()
simplify in interface net.thevpc.nuts.NutsFiltersimplify in interface Simplifiable<net.thevpc.nuts.NutsVersionFilter>public String toJsNutsIdFilterExpr()
NutsScriptAwareIdFiltertoJsNutsIdFilterExpr in interface NutsScriptAwareIdFilterpublic net.thevpc.nuts.NutsFilter[] getSubFilters()
getSubFilters in interface net.thevpc.nuts.NutsFiltergetSubFilters in class AbstractNutsFilterCopyright © 2021 vpc open source initiative. All rights reserved.