public class InternalNIdFilters extends InternalNTypedFilters<NIdFilter> implements NIdFilters
model, ws| Constructor and Description |
|---|
InternalNIdFilters() |
| Modifier and Type | Method and Description |
|---|---|
NIdFilter |
all(NFilter... others) |
NIdFilter |
always() |
NIdFilter |
any(NFilter... others) |
NIdFilter |
as(NFilter a) |
NIdFilter |
byDefaultVersion(Boolean defaultVersion) |
NIdFilter |
byName(String... names) |
NIdFilter |
byValue(NId id) |
NIdFilter |
from(NFilter a) |
NIdFilter |
never() |
NIdFilter |
none(NFilter... others) |
NIdFilter |
not(NFilter other) |
NIdFilter |
parse(String expression) |
convertList, nonnullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofnonnullpublic NIdFilter byValue(NId id)
byValue in interface NIdFilterspublic NIdFilter always()
always in interface NTypedFilters<NIdFilter>public NIdFilter not(NFilter other)
not in interface NTypedFilters<NIdFilter>public NIdFilter never()
never in interface NTypedFilters<NIdFilter>public NIdFilter byDefaultVersion(Boolean defaultVersion)
byDefaultVersion in interface NIdFilterspublic NIdFilter byName(String... names)
byName in interface NIdFilterspublic NIdFilter as(NFilter a)
as in interface NTypedFilters<NIdFilter>public NIdFilter from(NFilter a)
from in interface NTypedFilters<NIdFilter>public NIdFilter all(NFilter... others)
all in interface NTypedFilters<NIdFilter>public NIdFilter any(NFilter... others)
any in interface NTypedFilters<NIdFilter>public NIdFilter none(NFilter... others)
none in interface NTypedFilters<NIdFilter>public NIdFilter parse(String expression)
parse in interface NTypedFilters<NIdFilter>Copyright © 2026 vpc open source initiative. All rights reserved.