Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
static Item.ItemFlag |
Item.ItemFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Item.ItemFlag[] |
Item.ItemFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Item.ItemFlag> |
Item.getFlags()
Gets all the field flags corresponding to the Item
|
Set<Item.ItemFlag> |
DocumentProperties.DocumentProperty.getFlags()
Gets all the field flags corresponding to the Item
|
Modifier and Type | Method and Description |
---|---|
Document |
Document.appendItemValue(String itemName,
Set<Item.ItemFlag> flags,
Object value)
Appends an item value to the document, leaving any other items of the same name in place.
|
Document |
Document.appendItemValue(String itemName,
Set<Item.ItemFlag> flags,
Object value,
boolean allowDataTypeChanges)
Appends an item value to the document, leaving any other items of the same name in place.
|
Document |
Document.replaceItemValue(String itemName,
Set<Item.ItemFlag> flags,
Object value)
Sets the value of an item value to the document, replacing any other items of the same name.
|
Document |
Document.replaceItemValue(String itemName,
Set<Item.ItemFlag> flags,
Object value,
boolean allowDataTypeChanges)
Sets the value of an item value to the document, replacing any other items of the same name.
|
Copyright © 2019–2021 HCL. All rights reserved.