|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.monitor.AbstractMonitorEnabled de.bea.domingo.proxy.BaseProxy de.bea.domingo.proxy.BaseItemProxy
public abstract class BaseItemProxy
This class represents the Domino-Class Item
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.bea.domingo.proxy.BaseProxy |
---|
BaseProxy.DocumentCollectionIterator |
Field Summary |
---|
Fields inherited from class de.bea.domingo.proxy.BaseProxy |
---|
DATETIME_STRING_LENGTH, EMPTY_STRING, MAX_DATETIME_LENGTH, NUM_DATETIME_VALUES, RESOURCES |
Constructor Summary | |
---|---|
protected |
BaseItemProxy(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Item item,
DNotesMonitor monitor)
Constructor for DItemImpl. |
Method Summary | |
---|---|
(package private) static BaseItemProxy |
getInstance(NotesProxyFactory theFactory,
DBase parent,
lotus.domino.Item item,
DNotesMonitor monitor)
Creates or returns a cached implementation of the requested item interface. |
protected lotus.domino.Item |
getItem()
Returns the associated notes item object. |
java.lang.String |
getName()
Returns the name of an item. |
void |
remove()
Permanently deletes an item from a document. |
java.lang.String |
toString()
Returns a short description of an instance. |
Methods inherited from class de.bea.domingo.monitor.AbstractMonitorEnabled |
---|
getMonitor, setMonitor |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.bea.domingo.DBase |
---|
equals, hashCode |
Constructor Detail |
---|
protected BaseItemProxy(NotesProxyFactory theFactory, DBase parent, lotus.domino.Item item, DNotesMonitor monitor)
theFactory
- the controlling factoryparent
- the parent objectitem
- the Notes item objectmonitor
- the monitorMethod Detail |
---|
static BaseItemProxy getInstance(NotesProxyFactory theFactory, DBase parent, lotus.domino.Item item, DNotesMonitor monitor)
theFactory
- the controlling factoryparent
- the parent objectitem
- the associated Notes Itemmonitor
- the monitor
protected final lotus.domino.Item getItem()
public final java.lang.String getName()
getName
in interface DBaseItem
DBaseItem.getName()
public final void remove()
remove
in interface DBaseItem
DBaseItem.remove()
public final java.lang.String toString()
DBase
toString
in interface DBase
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |