com.mindoo.remote.api.com.ibm.notes.java.api.data
Interface IRemoteNotesData

All Known Subinterfaces:
IRemoteNotesDatabaseData, IRemoteNotesDocumentData, IRemoteNotesViewData

public interface IRemoteNotesData

Remote API Wrapper for the com.ibm.notes.java.api.data.NotesData (Online documentation)

Original documentation:
The super class for all data needed for performing operations on Notes objects, such as databases, view, documents, and others.


Method Summary
 java.lang.String getOpenUrl()
          Gets the encoded Notes URL to open the NotesData object.
 

Method Detail

getOpenUrl

java.lang.String getOpenUrl()
                            throws RemoteEclipseAPIException
Gets the encoded Notes URL to open the NotesData object. The URL is UTF-8 encoded.

Returns:
the encoded Notes URL to open the NotesData object
Throws:
RemoteEclipseAPIException