| Modifier and Type | Method and Description |
|---|---|
static ObjectMatcher |
ObjectMatcher.and(ObjectMatcher m1,
ObjectMatcher m2)
Creates a matcher that matches all of the given ones.
|
static ObjectMatcher |
ObjectMatcher.cuidIs(String... cuids)
Creates a matcher that matches object(s) of any given cuid.
|
static ObjectMatcher |
ObjectMatcher.idIs(Integer... ids)
Creates a matcher that matches object(s) of any given id.
|
static ObjectMatcher |
ObjectMatcher.isInstance(boolean state)
Creates a matcher that matches or rejects instance (s).
|
static ObjectMatcher |
ObjectMatcher.isInstanceObject(boolean state)
Creates a matcher that matches or rejects instance object(s).
|
static ObjectMatcher |
ObjectMatcher.kindIs(String... kinds)
Creates a matcher that matches object(s) of any given kind.
|
static ObjectMatcher |
ObjectMatcher.nameIs(String... names)
Creates a matcher that matches object(s) of any given name.
|
static ObjectMatcher |
ObjectMatcher.not(ObjectMatcher m)
Creates a matcher that negates given one.
|
static ObjectMatcher |
ObjectMatcher.or(ObjectMatcher m1,
ObjectMatcher m2)
Creates a matcher that matches any of the given ones.
|
static ObjectMatcher |
ObjectMatcher.parentCuidIs(String... cuids)
Creates a matcher that matches object(s) whose parent is of any given cuid.
|
static ObjectMatcher |
ObjectMatcher.parentIdIs(Integer... ids)
Creates a matcher that matches object(s) whose parent is of any given id.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectBrowser |
ObjectBrowser.addQuery(ObjectMatcher matcher)
Adds all objects denoted by specified matcher as primary resources.
|
static ObjectMatcher |
ObjectMatcher.and(ObjectMatcher m1,
ObjectMatcher m2)
Creates a matcher that matches all of the given ones.
|
static ObjectMatcher |
ObjectMatcher.not(ObjectMatcher m)
Creates a matcher that negates given one.
|
static ObjectMatcher |
ObjectMatcher.or(ObjectMatcher m1,
ObjectMatcher m2)
Creates a matcher that matches any of the given ones.
|