| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.http |
Http implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.mock |
Implementations of some interfaces for temporary objects.
|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Method and Description |
|---|---|
DItem |
DBaseDocument.appendItemValue(String name)
Creates a new empty item in a document.
|
DItem |
DBaseDocument.appendItemValue(String name,
Calendar value)
Creates a new item in a document and sets the item value.
|
DItem |
DBaseDocument.appendItemValue(String name,
double value)
Creates a new item in a document and sets the item value.
|
DItem |
DBaseDocument.appendItemValue(String name,
int value)
Creates a new item in a document and sets the item value.
|
DItem |
DBaseDocument.appendItemValue(String name,
List values)
Creates a new item in a document and sets the item value.
|
DItem |
DBaseDocument.appendItemValue(String name,
String value)
Creates a new item in a document and sets the item value.
|
DItem |
DItem.copyItemToDocument(DDocument document)
Copies an item to a specified document.
|
DItem |
DItem.copyItemToDocument(DDocument document,
String newName)
Copies an item to a specified document.
|
DItem |
DBaseDocument.replaceItemValue(String name,
Calendar value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
DBaseDocument.replaceItemValue(String name,
Calendar calendar1,
Calendar calendar2)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
DBaseDocument.replaceItemValue(String name,
DDateRange value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
DBaseDocument.replaceItemValue(String name,
double value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
DBaseDocument.replaceItemValue(String name,
Double value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
DBaseDocument.replaceItemValue(String name,
int value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
DBaseDocument.replaceItemValue(String name,
Integer value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
DBaseDocument.replaceItemValue(String name,
List values)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
DBaseDocument.replaceItemValue(String name,
String value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
DBaseDocument.replaceItemValue(String name,
TimeZone value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
DBaseDocument.replaceItemValueCustomData(String name,
Object obj)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
DItem |
DBaseDocument.replaceItemValueCustomData(String name,
String type,
Object obj)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
DItem |
DBaseDocument.replaceItemValueCustomDataBytes(String name,
String type,
byte[] bytes)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ItemHttp
Simple implementation of an item in a Notes document.
|
| Modifier and Type | Method and Description |
|---|---|
DItem |
BaseDocumentHttp.appendItemValue(String name)
Creates a new empty item in a document.
|
DItem |
BaseDocumentHttp.appendItemValue(String name,
Calendar value)
Creates a new item in a document and sets the item value.
|
DItem |
BaseDocumentHttp.appendItemValue(String name,
double value)
Creates a new item in a document and sets the item value.
|
DItem |
BaseDocumentHttp.appendItemValue(String name,
int value)
Creates a new item in a document and sets the item value.
|
DItem |
BaseDocumentHttp.appendItemValue(String name,
List values)
Creates a new item in a document and sets the item value.
|
DItem |
BaseDocumentHttp.appendItemValue(String name,
String value)
Creates a new item in a document and sets the item value.
|
DItem |
ItemHttp.copyItemToDocument(DDocument document)
Copies an item to a specified document.
|
DItem |
ItemHttp.copyItemToDocument(DDocument document,
String newName)
Copies an item to a specified document.
|
DItem |
BaseDocumentHttp.replaceItemValue(String name,
Calendar value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentHttp.replaceItemValue(String name,
Calendar calendar1,
Calendar calendar2)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentHttp.replaceItemValue(String name,
DDateRange value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentHttp.replaceItemValue(String name,
double value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentHttp.replaceItemValue(String name,
Double value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentHttp.replaceItemValue(String name,
int value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentHttp.replaceItemValue(String name,
Integer value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentHttp.replaceItemValue(String name,
List values)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentHttp.replaceItemValue(String name,
String value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentHttp.replaceItemValue(String name,
TimeZone value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentHttp.replaceItemValueCustomData(String s,
Object obj)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
DItem |
BaseDocumentHttp.replaceItemValueCustomData(String s,
String s1,
Object obj)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
DItem |
BaseDocumentHttp.replaceItemValueCustomDataBytes(String s,
String s1,
byte[] abyte0)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockItem
Transient mock implementation of interface DItem.
|
| Modifier and Type | Method and Description |
|---|---|
DItem |
MockDocument.appendItemValue(String name)
Creates a new empty item in a document.
|
DItem |
MockDocument.appendItemValue(String name,
Calendar value)
Creates a new item in a document and sets the item value.
|
DItem |
MockDocument.appendItemValue(String name,
double value)
Creates a new item in a document and sets the item value.
|
DItem |
MockDocument.appendItemValue(String name,
int value)
Creates a new item in a document and sets the item value.
|
DItem |
MockDocument.appendItemValue(String name,
List values)
Creates a new item in a document and sets the item value.
|
DItem |
MockDocument.appendItemValue(String name,
String value)
Creates a new item in a document and sets the item value.
|
DItem |
MockItem.copyItemToDocument(DDocument document)
Copies an item to a specified document.
|
DItem |
MockItem.copyItemToDocument(DDocument document,
String newName)
Copies an item to a specified document.
|
DItem |
MockDocument.replaceItemValue(String name,
Calendar value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
MockDocument.replaceItemValue(String name,
Calendar calendar1,
Calendar calendar2)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
MockDocument.replaceItemValue(String name,
DDateRange value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
MockDocument.replaceItemValue(String name,
double value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
MockDocument.replaceItemValue(String name,
Double value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
MockDocument.replaceItemValue(String name,
int value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
MockDocument.replaceItemValue(String name,
Integer value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
MockDocument.replaceItemValue(String name,
List values)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
MockDocument.replaceItemValue(String name,
String value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
MockDocument.replaceItemValue(String name,
TimeZone value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
MockDocument.replaceItemValueCustomData(String s,
Object obj)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
DItem |
MockDocument.replaceItemValueCustomData(String s,
String s1,
Object obj)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
DItem |
MockDocument.replaceItemValueCustomDataBytes(String s,
String s1,
byte[] abyte0)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ItemProxy
This class represents the Domino-Class
Item. |
| Modifier and Type | Method and Description |
|---|---|
DItem |
BaseDocumentProxy.appendItemValue(String name)
Creates a new empty item in a document.
|
DItem |
BaseDocumentProxy.appendItemValue(String name,
Calendar value)
Creates a new item in a document and sets the item value.
|
DItem |
BaseDocumentProxy.appendItemValue(String name,
double value)
Creates a new item in a document and sets the item value.
|
DItem |
BaseDocumentProxy.appendItemValue(String name,
int value)
Creates a new item in a document and sets the item value.
|
DItem |
BaseDocumentProxy.appendItemValue(String name,
List values)
Creates a new item in a document and sets the item value.
|
DItem |
BaseDocumentProxy.appendItemValue(String name,
String value)
Creates a new item in a document and sets the item value.
|
DItem |
ItemProxy.copyItemToDocument(DDocument document)
Copies an item to a specified document.
|
DItem |
ItemProxy.copyItemToDocument(DDocument document,
String newName)
Copies an item to a specified document.
|
DItem |
BaseDocumentProxy.replaceItemValue(String name,
Calendar value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentProxy.replaceItemValue(String name,
Calendar calendar1,
Calendar calendar2)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentProxy.replaceItemValue(String name,
DDateRange value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentProxy.replaceItemValue(String name,
double value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentProxy.replaceItemValue(String name,
Double value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentProxy.replaceItemValue(String name,
int value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentProxy.replaceItemValue(String name,
Integer value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentProxy.replaceItemValue(String name,
List values)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentProxy.replaceItemValue(String name,
String value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentProxy.replaceItemValue(String name,
TimeZone value)
Replaces all items of the specified name with one new item, which is
assigned the specified value.
|
DItem |
BaseDocumentProxy.replaceItemValueCustomData(String name,
Object obj)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
DItem |
BaseDocumentProxy.replaceItemValueCustomData(String name,
String type,
Object obj)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
DItem |
BaseDocumentProxy.replaceItemValueCustomDataBytes(String s,
String s1,
byte[] abyte0)
Replaces all items of the specified name with one new item, which is
assigned custom data from a byte array.
|
Copyright © 2005–2020. All rights reserved.