| 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 | Interface and Description |
|---|---|
interface |
DItem
Represents a discrete value or set of values in a document.
|
interface |
DRichTextItem
Represents an item of type rich text.
|
| Modifier and Type | Method and Description |
|---|---|
DBaseItem |
DBaseDocument.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
DBaseDocument.copyItem(DBaseItem item,
String name)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
DBaseDocument.getFirstItem(String name)
Returns the first item of a specified name in a document.
|
| Modifier and Type | Method and Description |
|---|---|
DBaseItem |
DBaseDocument.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
DBaseDocument.copyItem(DBaseItem item,
String name)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ItemHttp
Simple implementation of an item in a Notes document.
|
| Modifier and Type | Method and Description |
|---|---|
DBaseItem |
BaseDocumentHttp.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
BaseDocumentHttp.copyItem(DBaseItem item,
String s)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
BaseDocumentHttp.getFirstItem(String name)
Returns the first item of a specified name in a document.
|
| Modifier and Type | Method and Description |
|---|---|
DBaseItem |
BaseDocumentHttp.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
BaseDocumentHttp.copyItem(DBaseItem item,
String s)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockItem
Transient mock implementation of interface DItem.
|
| Modifier and Type | Method and Description |
|---|---|
DBaseItem |
MockDocument.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
MockDocument.copyItem(DBaseItem item,
String s)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
MockDocument.getFirstItem(String name)
Returns the first item of a specified name in a document.
|
| Modifier and Type | Method and Description |
|---|---|
DBaseItem |
MockDocument.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
MockDocument.copyItem(DBaseItem item,
String s)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseItemProxy
This class represents the Domino-Class
Item. |
class |
ItemProxy
This class represents the Domino-Class
Item. |
class |
RichTextItemProxy
This class represents the Domino-Class
RichTextItem. |
| Modifier and Type | Method and Description |
|---|---|
DBaseItem |
BaseDocumentProxy.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
BaseDocumentProxy.copyItem(DBaseItem item,
String s)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
BaseDocumentProxy.getFirstItem(String itemName)
Returns the first item of a specified name in a document.
|
| Modifier and Type | Method and Description |
|---|---|
DBaseItem |
BaseDocumentProxy.copyItem(DBaseItem item)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
DBaseItem |
BaseDocumentProxy.copyItem(DBaseItem item,
String s)
Copies an item into the current document and optionally assigns the
copied item a new name.
|
Copyright © 2005–2020. All rights reserved.