S_FilterEntryOrEmpty |
S_FilterEntry.block() |
|
S_FilterEntryOrEmpty |
S_FilterEntry.exists(Object... components) |
|
default S_FilterEntryOrEmpty |
S_FilterEntry.ownedBy(Class<? extends Containerable> clazz) |
|
S_FilterEntryOrEmpty |
S_FilterEntry.ownedBy(Class<? extends Containerable> clazz,
ItemPath path) |
|
default S_FilterEntryOrEmpty |
S_FilterEntry.ownedBy(Class<? extends Containerable> clazz,
Object... path) |
|
default S_FilterEntryOrEmpty |
S_FilterEntry.ref(ItemPath path) |
Ref filter with no values with optional ref-target filter that can follow this call immediately.
|
default S_FilterEntryOrEmpty |
S_FilterEntry.ref(ItemPath path,
QName targetType,
QName relation) |
Ref filter for target type and relation with optional ref-target filter that can follow this call immediately.
|
S_FilterEntryOrEmpty |
S_FilterEntry.ref(ItemPath path,
QName targetType,
QName relation,
String... oid) |
Ref filter with single value and optional ref-target filter that can follow this call immediately.
|
default S_FilterEntryOrEmpty |
S_FilterEntry.referencedBy(@NotNull Class<? extends Containerable> clazz,
@NotNull ItemPath path) |
|
S_FilterEntryOrEmpty |
S_FilterEntry.referencedBy(@NotNull Class<? extends Containerable> clazz,
@NotNull ItemPath path,
QName relation) |
Creates `referencedBy` filter that matches if the queried object is referenced by other specified object or container.
|
S_FilterEntryOrEmpty |
S_FilterEntry.type(Class<? extends Containerable> type) |
|
S_FilterEntryOrEmpty |
S_FilterEntry.type(QName type) |
|