public class NutsIdFilterAnd extends AbstractIdFilter implements net.thevpc.nuts.NutsIdFilter, Simplifiable<net.thevpc.nuts.NutsIdFilter>, NutsScriptAwareIdFilter
| Constructor and Description |
|---|
NutsIdFilterAnd(net.thevpc.nuts.NutsSession ws,
net.thevpc.nuts.NutsIdFilter... all) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptId(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
boolean |
equals(Object obj) |
net.thevpc.nuts.NutsIdFilter[] |
getChildren() |
net.thevpc.nuts.NutsFilter[] |
getSubFilters() |
int |
hashCode() |
net.thevpc.nuts.NutsIdFilter |
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 NutsIdFilterAnd(net.thevpc.nuts.NutsSession ws,
net.thevpc.nuts.NutsIdFilter... all)
public net.thevpc.nuts.NutsIdFilter[] getChildren()
public boolean acceptId(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
acceptId in interface net.thevpc.nuts.NutsIdFilterpublic net.thevpc.nuts.NutsIdFilter simplify()
simplify in interface net.thevpc.nuts.NutsFiltersimplify in interface Simplifiable<net.thevpc.nuts.NutsIdFilter>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.