com.ibm.notes.java.ui.views
Interface NotesUIDocumentEntry

All Superinterfaces:
IAdaptable, NotesUIViewEntry

public interface NotesUIDocumentEntry
extends NotesUIViewEntry

An entry in the view that represents a document.

Restriction:
This interface is not intended to be implemented by clients.

Method Summary
 NotesDocumentData getDocumentData()
          Gets the document data for this entry.
 
Methods inherited from interface com.ibm.notes.java.ui.views.NotesUIViewEntry
getColumnValues, getColumnValueString, getViewData
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getDocumentData

NotesDocumentData getDocumentData()
Gets the document data for this entry.

Returns:
the document data for this entry
Since:
8.5.2