Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
static Find |
Find.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Find[] |
Find.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
DominoCollection.getAllIdsByKey(Set<Find> findFlags,
Collection<Object> key)
Returns an ordered set of note ids for collection entries that match the
specified lookup key (supporting multi column lookups)
|
Set<Integer> |
DominoCollection.getAllIdsByKey(Set<Find> findFlags,
Object key)
Returns an ordered set of note ids for collection entries that match the
specified lookup key
|
static short |
Find.toBitMask(Set<Find> findSet) |
static int |
Find.toBitMaskInt(Set<Find> findSet) |
Copyright © 2019–2021 HCL. All rights reserved.