public static enum Database.ModifiedNotesInfoFlags extends Enum<Database.ModifiedNotesInfoFlags> implements INumberEnum<Integer>
Database.getModifiedNotesInfo(Set, Set, TemporalAccessor, boolean, TemporalAccessor)
Enum Constant and Description |
---|
DELETED_GHOSTS
Return deleted ghost notes as deleted
|
DELETED_ONLY
Get deleted notes only
|
GHOSTS
Get ghost notes as well.
|
MUST_HAVE_THREAD_ROOT_UNID
return info for docs that have $TUA[0] == TRU
|
NAMED_GHOSTS
Get named ghost notes as well.
|
NEW_AND_DELETED_NOTES
Get only new and deleted notes
|
NEW_ONLY
Get new notes only
|
NO_SOFT_DELETES
Return soft-deleted notes without high bit on
|
NODELETED_BIT
If TRUE, deleted notes shouldn't have high bit set in ID Table
|
NOTEID
return the noteid too
|
RETURN_PARENT_IF_NO_THREAD_ROOT_UNID
return the $REF as the TRU if no parent
|
SEQ_TIME
Use the sequence time compared against since time.
|
THREAD_ROOT_UNID
Return the Thread Root UNID too
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static Database.ModifiedNotesInfoFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.ModifiedNotesInfoFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Database.ModifiedNotesInfoFlags NEW_AND_DELETED_NOTES
public static final Database.ModifiedNotesInfoFlags NAMED_GHOSTS
public static final Database.ModifiedNotesInfoFlags NEW_ONLY
public static final Database.ModifiedNotesInfoFlags DELETED_ONLY
public static final Database.ModifiedNotesInfoFlags NO_SOFT_DELETES
public static final Database.ModifiedNotesInfoFlags DELETED_GHOSTS
public static final Database.ModifiedNotesInfoFlags THREAD_ROOT_UNID
public static final Database.ModifiedNotesInfoFlags NODELETED_BIT
public static final Database.ModifiedNotesInfoFlags NOTEID
public static final Database.ModifiedNotesInfoFlags MUST_HAVE_THREAD_ROOT_UNID
public static final Database.ModifiedNotesInfoFlags RETURN_PARENT_IF_NO_THREAD_ROOT_UNID
public static final Database.ModifiedNotesInfoFlags GHOSTS
public static final Database.ModifiedNotesInfoFlags SEQ_TIME
public static Database.ModifiedNotesInfoFlags[] values()
for (Database.ModifiedNotesInfoFlags c : Database.ModifiedNotesInfoFlags.values()) System.out.println(c);
public static Database.ModifiedNotesInfoFlags valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Integer getValue()
getValue
in interface INumberEnum<Integer>
public long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
Copyright © 2019–2021 HCL. All rights reserved.