org.springframework.social.evernote.api
Interface NoteStoreOperations

All Superinterfaces:
StoreOperations

public interface NoteStoreOperations
extends StoreOperations

Interface specifying a basic of NoteStoreClient operations.

Author:
Tadaya Tsuyukubo

Method Summary
 com.evernote.edam.userstore.AuthenticationResult authenticateToSharedNote(String guid, String noteKey, String authenticationToken)
          Equivalent to NoteStoreClient.authenticateToSharedNote(String, String, String).
 com.evernote.edam.userstore.AuthenticationResult authenticateToSharedNotebook(String shareKey)
          Equivalent to NoteStoreClient.authenticateToSharedNotebook(String).
 com.evernote.edam.type.Note copyNote(String noteGuid, String toNotebookGuid)
          Equivalent to NoteStoreClient.copyNote(String, String).
 com.evernote.edam.type.LinkedNotebook createLinkedNotebook(com.evernote.edam.type.LinkedNotebook linkedNotebook)
          Equivalent to NoteStoreClient.createLinkedNotebook(com.evernote.edam.type.LinkedNotebook).
 com.evernote.edam.type.Note createNote(com.evernote.edam.type.Note note)
          Equivalent to NoteStoreClient.createNote(com.evernote.edam.type.Note).
 com.evernote.edam.type.Notebook createNotebook(com.evernote.edam.type.Notebook notebook)
          Equivalent to NoteStoreClient.createNotebook(com.evernote.edam.type.Notebook) .
 com.evernote.edam.type.SavedSearch createSearch(com.evernote.edam.type.SavedSearch search)
          Equivalent to NoteStoreClient.createSearch(com.evernote.edam.type.SavedSearch).
 com.evernote.edam.type.SharedNotebook createSharedNotebook(com.evernote.edam.type.SharedNotebook sharedNotebook)
          Equivalent to NoteStoreClient.createSharedNotebook(com.evernote.edam.type.SharedNotebook)
 com.evernote.edam.type.Tag createTag(com.evernote.edam.type.Tag tag)
          Equivalent to NoteStoreClient.createTag(com.evernote.edam.type.Tag).
 int deleteNote(String guid)
          Equivalent to NoteStoreClient.deleteNote(String).
 void emailNote(com.evernote.edam.notestore.NoteEmailParameters parameters)
          Equivalent to NoteStoreClient.emailNote(com.evernote.edam.notestore.NoteEmailParameters).
 int expungeInactiveNotes()
          Equivalent to NoteStoreClient.expungeInactiveNotes().
 int expungeLinkedNotebook(String guid)
          Equivalent to NoteStoreClient.expungeLinkedNotebook(String).
 int expungeNote(String guid)
          Equivalent to NoteStoreClient.expungeNote(String).
 int expungeNotebook(String guid)
          Equivalent to NoteStoreClient.expungeNotebook(String) .
 int expungeNotes(List<String> noteGuids)
          Equivalent to NoteStoreClient.expungeNotes(java.util.List).
 int expungeSearch(String guid)
          Equivalent to NoteStoreClient.expungeSearch(String).
 int expungeSharedNotebooks(List<Long> sharedNotebookIds)
          Equivalent to NoteStoreClient.expungeSharedNotebooks(java.util.List).
 int expungeTag(String guid)
          Equivalent to NoteStoreClient.expungeTag(String).
 com.evernote.edam.notestore.NoteCollectionCounts findNoteCounts(com.evernote.edam.notestore.NoteFilter filter, boolean withTrash)
          Equivalent to NoteStoreClient.findNoteCounts(com.evernote.edam.notestore.NoteFilter, boolean).
 int findNoteOffset(com.evernote.edam.notestore.NoteFilter filter, String guid)
          Equivalent to NoteStoreClient.findNoteOffset(com.evernote.edam.notestore.NoteFilter, String).
 com.evernote.edam.notestore.NoteList findNotes(com.evernote.edam.notestore.NoteFilter filter, int offset, int maxNotes)
          Equivalent to NoteStoreClient.findNotes(com.evernote.edam.notestore.NoteFilter, int, int).
 com.evernote.edam.notestore.NotesMetadataList findNotesMetadata(com.evernote.edam.notestore.NoteFilter filter, int offset, int maxNotes, com.evernote.edam.notestore.NotesMetadataResultSpec resultSpec)
          Equivalent to NoteStoreClient.findNotesMetadata(com.evernote.edam.notestore.NoteFilter, int, int, com.evernote.edam.notestore.NotesMetadataResultSpec).
 com.evernote.edam.notestore.RelatedResult findRelated(com.evernote.edam.notestore.RelatedQuery query, com.evernote.edam.notestore.RelatedResultSpec resultSpec)
          Equivalent to NoteStoreClient.findRelated(com.evernote.edam.notestore.RelatedQuery, com.evernote.edam.notestore.RelatedResultSpec).
 com.evernote.edam.notestore.NoteStore.Client getClient()
          If direct access to the Note Store is needed, all of these calls are synchronous
 com.evernote.edam.type.Notebook getDefaultNotebook()
          Equivalent to NoteStoreClient.getDefaultNotebook().
 com.evernote.edam.notestore.SyncChunk getFilteredSyncChunk(int afterUSN, int maxEntries, com.evernote.edam.notestore.SyncChunkFilter filter)
          Equivalent to NoteStoreClient.getFilteredSyncChunk(int, int, com.evernote.edam.notestore.SyncChunkFilter).
 com.evernote.edam.notestore.SyncChunk getLinkedNotebookSyncChunk(com.evernote.edam.type.LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, boolean fullSyncOnly)
          Equivalent to NoteStoreClient.getLinkedNotebookSyncChunk(com.evernote.edam.type.LinkedNotebook, int, int, boolean).
 com.evernote.edam.notestore.SyncState getLinkedNotebookSyncState(com.evernote.edam.type.LinkedNotebook linkedNotebook)
          Equivalent to NoteStoreClient.getLinkedNotebookSyncState(com.evernote.edam.type.LinkedNotebook).
 com.evernote.edam.type.Note getNote(String guid, boolean withContent, boolean withResourcesData, boolean withResourcesRecognition, boolean withResourcesAlternateData)
          Equivalent to NoteStoreClient.getNote(String, boolean, boolean, boolean, boolean)
 com.evernote.edam.type.LazyMap getNoteApplicationData(String guid)
          Equivalent to NoteStoreClient.getNoteApplicationData(String)
 String getNoteApplicationDataEntry(String guid, String key)
          Equivalent to NoteStoreClient.getNoteApplicationDataEntry(String, String).
 com.evernote.edam.type.Notebook getNotebook(String guid)
          Equivalent to NoteStore.Client#getNotebook(String, String).
 String getNoteContent(String guid)
          Equivalent to NoteStoreClient.getNoteContent(String).
 String getNoteSearchText(String guid, boolean noteOnly, boolean tokenizeForIndexing)
          Equivalent to NoteStoreClient.getNoteSearchText(String, boolean, boolean).
 List<String> getNoteTagNames(String guid)
          Equivalent to NoteStoreClient.getNoteTagNames(String).
 com.evernote.edam.type.Note getNoteVersion(String noteGuid, int updateSequenceNum, boolean withResourcesData, boolean withResourcesRecognition, boolean withResourcesAlternateData)
          Equivalent to NoteStoreClient.getNoteVersion(String, int, boolean, boolean, boolean).
 com.evernote.edam.type.Notebook getPublicNotebook(int userId, String publicUri)
          Equivalent to NoteStoreClient.getPublicNotebook(int, String).
 com.evernote.edam.type.Resource getResource(String guid, boolean withData, boolean withRecognition, boolean withAttributes, boolean withAlternateData)
          Equivalent to NoteStoreClient.getResource(String, boolean, boolean, boolean, boolean).
 byte[] getResourceAlternateData(String guid)
          Equivalent to NoteStoreClient.getResourceAlternateData(String).
 com.evernote.edam.type.LazyMap getResourceApplicationData(String guid)
          Equivalent to NoteStoreClient.getResourceApplicationData(String).
 String getResourceApplicationDataEntry(String guid, String key)
          Equivalent to NoteStoreClient.getResourceApplicationDataEntry(String, String).
 com.evernote.edam.type.ResourceAttributes getResourceAttributes(String guid)
          Equivalent to NoteStoreClient.getResourceAttributes(String).
 com.evernote.edam.type.Resource getResourceByHash(String noteGuid, byte[] contentHash, boolean withData, boolean withRecognition, boolean withAlternateData)
          Equivalent to NoteStoreClient.getResourceByHash(String, byte[], boolean, boolean, boolean).
 byte[] getResourceData(String guid)
          Equivalent to NoteStoreClient.getResourceData(String).
 byte[] getResourceRecognition(String guid)
          Equivalent to NoteStoreClient.getResourceRecognition(String).
 String getResourceSearchText(String guid)
          Equivalent to NoteStoreClient.getResourceSearchText(String).
 com.evernote.edam.type.SavedSearch getSearch(String guid)
          Equivalent to NoteStoreClient.getSearch(String).
 com.evernote.edam.type.SharedNotebook getSharedNotebookByAuth()
          Equivalent to NoteStoreClient.getSharedNotebookByAuth().
 com.evernote.edam.notestore.SyncChunk getSyncChunk(int afterUSN, int maxEntries, boolean fullSyncOnly)
          Equivalent to NoteStoreClient.getSyncChunk(int, int, boolean).
 com.evernote.edam.notestore.SyncState getSyncState()
          Equivalent to NoteStoreClient.getSyncState().
 com.evernote.edam.notestore.SyncState getSyncStateWithMetrics(com.evernote.edam.notestore.ClientUsageMetrics clientMetrics)
          Equivalent to NoteStoreClient.getSyncStateWithMetrics(com.evernote.edam.notestore.ClientUsageMetrics).
 com.evernote.edam.type.Tag getTag(String guid)
          Equivalent to NoteStoreClient.getTag(String).
 List<com.evernote.edam.type.LinkedNotebook> listLinkedNotebooks()
          Equivalent to NoteStoreClient.listLinkedNotebooks().
 List<com.evernote.edam.type.Notebook> listNotebooks()
          Equivalent to NoteStoreClient.listNotebooks().
 List<com.evernote.edam.notestore.NoteVersionId> listNoteVersions(String noteGuid)
          Equivalent to NoteStoreClient.listNoteVersions(String).
 List<com.evernote.edam.type.SavedSearch> listSearches()
          Equivalent to NoteStoreClient.listSearches().
 List<com.evernote.edam.type.SharedNotebook> listSharedNotebooks()
          Equivalent to NoteStoreClient.listSharedNotebooks().
 List<com.evernote.edam.type.Tag> listTags()
          Equivalent to NoteStoreClient.listTags().
 List<com.evernote.edam.type.Tag> listTagsByNotebook(String notebookGuid)
          Equivalent to NoteStoreClient.listTagsByNotebook(String).
 int sendMessageToSharedNotebookMembers(String notebookGuid, String messageText, List<String> recipients)
          Equivalent to NoteStoreClient.sendMessageToSharedNotebookMembers(String, String, java.util.List).
 int setNoteApplicationDataEntry(String guid, String key, String value)
          Equivalent to NoteStoreClient.setNoteApplicationDataEntry(String, String, String).
 int setResourceApplicationDataEntry(String guid, String key, String value)
          Equivalent to NoteStoreClient.setResourceApplicationDataEntry(String, String, String).
 void setSharedNotebookRecipientSettings(String authenticationToken, long sharedNotebookId, com.evernote.edam.type.SharedNotebookRecipientSettings recipientSettings)
          Equivalent to NoteStoreClient.setSharedNotebookRecipientSettings(String, long, com.evernote.edam.type.SharedNotebookRecipientSettings).
 String shareNote(String guid)
          Equivalent to NoteStoreClient.shareNote(String).
 void stopSharingNote(String guid)
          Equivalent to NoteStoreClient.stopSharingNote(String).
 int unsetNoteApplicationDataEntry(String guid, String key)
          Equivalent to NoteStoreClient.unsetNoteApplicationDataEntry(String, String)
 int unsetResourceApplicationDataEntry(String guid, String key)
          Equivalent to NoteStoreClient.unsetResourceApplicationDataEntry(String, String).
 void untagAll(String guid)
          Equivalent to NoteStoreClient.untagAll(String).
 int updateLinkedNotebook(com.evernote.edam.type.LinkedNotebook linkedNotebook)
          Equivalent to NoteStoreClient.updateLinkedNotebook(com.evernote.edam.type.LinkedNotebook).
 com.evernote.edam.type.Note updateNote(com.evernote.edam.type.Note note)
          Equivalent to NoteStoreClient.updateNote(com.evernote.edam.type.Note).
 int updateNotebook(com.evernote.edam.type.Notebook notebook)
          Equivalent to NoteStoreClient.updateNotebook(com.evernote.edam.type.Notebook) .
 int updateResource(com.evernote.edam.type.Resource resource)
          Equivalent to NoteStoreClient.updateResource(com.evernote.edam.type.Resource).
 int updateSearch(com.evernote.edam.type.SavedSearch search)
          Equivalent to NoteStoreClient.updateSearch(com.evernote.edam.type.SavedSearch).
 int updateSharedNotebook(com.evernote.edam.type.SharedNotebook sharedNotebook)
          Equivalent to NoteStoreClient.updateSharedNotebook(com.evernote.edam.type.SharedNotebook).
 int updateTag(com.evernote.edam.type.Tag tag)
          Equivalent to NoteStoreClient.updateTag(com.evernote.edam.type.Tag).
 

Method Detail

getClient

com.evernote.edam.notestore.NoteStore.Client getClient()
If direct access to the Note Store is needed, all of these calls are synchronous

Returns:
NoteStore.Client

getSyncState

com.evernote.edam.notestore.SyncState getSyncState()
                                                   throws EvernoteException
Equivalent to NoteStoreClient.getSyncState().

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getSyncState(), NoteStore.Client#getSyncState(String)

getSyncStateWithMetrics

com.evernote.edam.notestore.SyncState getSyncStateWithMetrics(com.evernote.edam.notestore.ClientUsageMetrics clientMetrics)
                                                              throws EvernoteException
Equivalent to NoteStoreClient.getSyncStateWithMetrics(com.evernote.edam.notestore.ClientUsageMetrics).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getSyncStateWithMetrics(com.evernote.edam.notestore.ClientUsageMetrics), NoteStore.Client#getSyncStateWithMetrics(String, com.evernote.edam.notestore.ClientUsageMetrics)

getSyncChunk

com.evernote.edam.notestore.SyncChunk getSyncChunk(int afterUSN,
                                                   int maxEntries,
                                                   boolean fullSyncOnly)
                                                   throws EvernoteException
Equivalent to NoteStoreClient.getSyncChunk(int, int, boolean).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getSyncChunk(int, int, boolean), NoteStore.Client#getSyncChunk(String, int, int, boolean)

getFilteredSyncChunk

com.evernote.edam.notestore.SyncChunk getFilteredSyncChunk(int afterUSN,
                                                           int maxEntries,
                                                           com.evernote.edam.notestore.SyncChunkFilter filter)
                                                           throws EvernoteException
Equivalent to NoteStoreClient.getFilteredSyncChunk(int, int, com.evernote.edam.notestore.SyncChunkFilter).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getFilteredSyncChunk(int, int, com.evernote.edam.notestore.SyncChunkFilter), NoteStore.Client#getFilteredSyncChunk(String, int, int, com.evernote.edam.notestore.SyncChunkFilter)

getLinkedNotebookSyncState

com.evernote.edam.notestore.SyncState getLinkedNotebookSyncState(com.evernote.edam.type.LinkedNotebook linkedNotebook)
                                                                 throws EvernoteException
Equivalent to NoteStoreClient.getLinkedNotebookSyncState(com.evernote.edam.type.LinkedNotebook).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getLinkedNotebookSyncState(com.evernote.edam.type.LinkedNotebook), NoteStore.Client#getLinkedNotebookSyncState(String, com.evernote.edam.type.LinkedNotebook)

getLinkedNotebookSyncChunk

com.evernote.edam.notestore.SyncChunk getLinkedNotebookSyncChunk(com.evernote.edam.type.LinkedNotebook linkedNotebook,
                                                                 int afterUSN,
                                                                 int maxEntries,
                                                                 boolean fullSyncOnly)
                                                                 throws EvernoteException
Equivalent to NoteStoreClient.getLinkedNotebookSyncChunk(com.evernote.edam.type.LinkedNotebook, int, int, boolean).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getLinkedNotebookSyncChunk(com.evernote.edam.type.LinkedNotebook, int, int, boolean), NoteStore.Client#getLinkedNotebookSyncChunk(String, com.evernote.edam.type.LinkedNotebook, int, int, boolean)

listNotebooks

List<com.evernote.edam.type.Notebook> listNotebooks()
                                                    throws EvernoteException
Equivalent to NoteStoreClient.listNotebooks().

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.listNotebooks(), NoteStore.Client#listNotebooks(String)

getNotebook

com.evernote.edam.type.Notebook getNotebook(String guid)
                                            throws EvernoteException
Equivalent to NoteStore.Client#getNotebook(String, String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getNotebook(String), NoteStore.Client#getNotebook(String, String)

getDefaultNotebook

com.evernote.edam.type.Notebook getDefaultNotebook()
                                                   throws EvernoteException
Equivalent to NoteStoreClient.getDefaultNotebook().

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getDefaultNotebook(), NoteStore.Client#getDefaultNotebook(String)

createNotebook

com.evernote.edam.type.Notebook createNotebook(com.evernote.edam.type.Notebook notebook)
                                               throws EvernoteException
Equivalent to NoteStoreClient.createNotebook(com.evernote.edam.type.Notebook) .

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.createNotebook(com.evernote.edam.type.Notebook), NoteStore.Client#createNotebook(String, com.evernote.edam.type.Notebook)

updateNotebook

int updateNotebook(com.evernote.edam.type.Notebook notebook)
                   throws EvernoteException
Equivalent to NoteStoreClient.updateNotebook(com.evernote.edam.type.Notebook) .

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.updateNotebook(com.evernote.edam.type.Notebook), NoteStore.Client#updateNotebook(String, com.evernote.edam.type.Notebook)

expungeNotebook

int expungeNotebook(String guid)
                    throws EvernoteException
Equivalent to NoteStoreClient.expungeNotebook(String) .

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.expungeNotebook(String), NoteStore.Client#expungeNotebook(String, String)

listTags

List<com.evernote.edam.type.Tag> listTags()
                                          throws EvernoteException
Equivalent to NoteStoreClient.listTags().

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.listTags(), NoteStore.Client#listTags(String)

listTagsByNotebook

List<com.evernote.edam.type.Tag> listTagsByNotebook(String notebookGuid)
                                                    throws EvernoteException
Equivalent to NoteStoreClient.listTagsByNotebook(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.listTagsByNotebook(String), NoteStore.Client#listTagsByNotebook(String, String)

getTag

com.evernote.edam.type.Tag getTag(String guid)
                                  throws EvernoteException
Equivalent to NoteStoreClient.getTag(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getTag(String), NoteStore.Client#getTag(String, String)

createTag

com.evernote.edam.type.Tag createTag(com.evernote.edam.type.Tag tag)
                                     throws EvernoteException
Equivalent to NoteStoreClient.createTag(com.evernote.edam.type.Tag).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.createTag(com.evernote.edam.type.Tag), NoteStore.Client#createTag(String, com.evernote.edam.type.Tag)

updateTag

int updateTag(com.evernote.edam.type.Tag tag)
              throws EvernoteException
Equivalent to NoteStoreClient.updateTag(com.evernote.edam.type.Tag).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.updateTag(com.evernote.edam.type.Tag), NoteStore.Client#updateTag(String, com.evernote.edam.type.Tag)

untagAll

void untagAll(String guid)
              throws EvernoteException
Equivalent to NoteStoreClient.untagAll(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.untagAll(String), NoteStore.Client#untagAll(String, String)

expungeTag

int expungeTag(String guid)
               throws EvernoteException
Equivalent to NoteStoreClient.expungeTag(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.expungeTag(String), NoteStore.Client#expungeTag(String, String)

listSearches

List<com.evernote.edam.type.SavedSearch> listSearches()
                                                      throws EvernoteException
Equivalent to NoteStoreClient.listSearches().

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.listSearches(), NoteStore.Client#listSearches(String)

getSearch

com.evernote.edam.type.SavedSearch getSearch(String guid)
                                             throws EvernoteException
Equivalent to NoteStoreClient.getSearch(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getSearch(String), NoteStore.Client#getSearch(String, String)

createSearch

com.evernote.edam.type.SavedSearch createSearch(com.evernote.edam.type.SavedSearch search)
                                                throws EvernoteException
Equivalent to NoteStoreClient.createSearch(com.evernote.edam.type.SavedSearch).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.createSearch(com.evernote.edam.type.SavedSearch), NoteStore.Client#createSearch(String, com.evernote.edam.type.SavedSearch)

updateSearch

int updateSearch(com.evernote.edam.type.SavedSearch search)
                 throws EvernoteException
Equivalent to NoteStoreClient.updateSearch(com.evernote.edam.type.SavedSearch).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.updateSearch(com.evernote.edam.type.SavedSearch), NoteStore.Client#updateSearch(String, com.evernote.edam.type.SavedSearch)

expungeSearch

int expungeSearch(String guid)
                  throws EvernoteException
Equivalent to NoteStoreClient.expungeSearch(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.expungeSearch(String), NoteStore.Client#expungeSearch(String, String)

findNotes

com.evernote.edam.notestore.NoteList findNotes(com.evernote.edam.notestore.NoteFilter filter,
                                               int offset,
                                               int maxNotes)
                                               throws EvernoteException
Equivalent to NoteStoreClient.findNotes(com.evernote.edam.notestore.NoteFilter, int, int).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.findNotes(com.evernote.edam.notestore.NoteFilter, int, int), NoteStore.Client#findNotes(String, com.evernote.edam.notestore.NoteFilter, int, int)

findNoteOffset

int findNoteOffset(com.evernote.edam.notestore.NoteFilter filter,
                   String guid)
                   throws EvernoteException
Equivalent to NoteStoreClient.findNoteOffset(com.evernote.edam.notestore.NoteFilter, String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.findNoteOffset(com.evernote.edam.notestore.NoteFilter, String), NoteStore.Client#findNoteOffset(String, com.evernote.edam.notestore.NoteFilter, String)

findNotesMetadata

com.evernote.edam.notestore.NotesMetadataList findNotesMetadata(com.evernote.edam.notestore.NoteFilter filter,
                                                                int offset,
                                                                int maxNotes,
                                                                com.evernote.edam.notestore.NotesMetadataResultSpec resultSpec)
                                                                throws EvernoteException
Equivalent to NoteStoreClient.findNotesMetadata(com.evernote.edam.notestore.NoteFilter, int, int, com.evernote.edam.notestore.NotesMetadataResultSpec).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.findNotesMetadata(com.evernote.edam.notestore.NoteFilter, int, int, com.evernote.edam.notestore.NotesMetadataResultSpec), NoteStore.Client#findNotesMetadata(String, com.evernote.edam.notestore.NoteFilter, int, int, com.evernote.edam.notestore.NotesMetadataResultSpec)

findNoteCounts

com.evernote.edam.notestore.NoteCollectionCounts findNoteCounts(com.evernote.edam.notestore.NoteFilter filter,
                                                                boolean withTrash)
                                                                throws EvernoteException
Equivalent to NoteStoreClient.findNoteCounts(com.evernote.edam.notestore.NoteFilter, boolean).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.findNoteCounts(com.evernote.edam.notestore.NoteFilter, boolean), NoteStore.Client#findNoteCounts(String, com.evernote.edam.notestore.NoteFilter, boolean)

getNote

com.evernote.edam.type.Note getNote(String guid,
                                    boolean withContent,
                                    boolean withResourcesData,
                                    boolean withResourcesRecognition,
                                    boolean withResourcesAlternateData)
                                    throws EvernoteException
Equivalent to NoteStoreClient.getNote(String, boolean, boolean, boolean, boolean)

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getNote(String, boolean, boolean, boolean, boolean), NoteStore.Client#getNote(String, String, boolean, boolean, boolean, boolean)

getNoteApplicationData

com.evernote.edam.type.LazyMap getNoteApplicationData(String guid)
                                                      throws EvernoteException
Equivalent to NoteStoreClient.getNoteApplicationData(String)

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getNoteApplicationData(String), NoteStore.Client#getNoteApplicationData(String, String)

getNoteApplicationDataEntry

String getNoteApplicationDataEntry(String guid,
                                   String key)
                                   throws EvernoteException
Equivalent to NoteStoreClient.getNoteApplicationDataEntry(String, String).

Throws:
EvernoteException - converted unchecked exception
See Also:
com.evernote.clients.NoteStoreClient#, NoteStore.Client#getNoteApplicationDataEntry(String, String, String)

setNoteApplicationDataEntry

int setNoteApplicationDataEntry(String guid,
                                String key,
                                String value)
                                throws EvernoteException
Equivalent to NoteStoreClient.setNoteApplicationDataEntry(String, String, String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.setNoteApplicationDataEntry(String, String, String), NoteStore.Client#setNoteApplicationDataEntry(String, String, String, String)

unsetNoteApplicationDataEntry

int unsetNoteApplicationDataEntry(String guid,
                                  String key)
                                  throws EvernoteException
Equivalent to NoteStoreClient.unsetNoteApplicationDataEntry(String, String)

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.unsetNoteApplicationDataEntry(String, String), NoteStore.Client#unsetNoteApplicationDataEntry(String, String, String)

getNoteContent

String getNoteContent(String guid)
                      throws EvernoteException
Equivalent to NoteStoreClient.getNoteContent(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getNoteContent(String), NoteStore.Client#getNoteContent(String, String)

getNoteSearchText

String getNoteSearchText(String guid,
                         boolean noteOnly,
                         boolean tokenizeForIndexing)
                         throws EvernoteException
Equivalent to NoteStoreClient.getNoteSearchText(String, boolean, boolean).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getNoteSearchText(String, boolean, boolean), NoteStore.Client#getNoteSearchText(String, String, boolean, boolean)

getResourceSearchText

String getResourceSearchText(String guid)
                             throws EvernoteException
Equivalent to NoteStoreClient.getResourceSearchText(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getResourceSearchText(String), NoteStore.Client#getResourceSearchText(String, String)

getNoteTagNames

List<String> getNoteTagNames(String guid)
                             throws EvernoteException
Equivalent to NoteStoreClient.getNoteTagNames(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getNoteTagNames(String), NoteStore.Client#getNoteTagNames(String, String)

createNote

com.evernote.edam.type.Note createNote(com.evernote.edam.type.Note note)
                                       throws EvernoteException
Equivalent to NoteStoreClient.createNote(com.evernote.edam.type.Note).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.createNote(com.evernote.edam.type.Note), NoteStore.Client#createNote(String, com.evernote.edam.type.Note)

updateNote

com.evernote.edam.type.Note updateNote(com.evernote.edam.type.Note note)
                                       throws EvernoteException
Equivalent to NoteStoreClient.updateNote(com.evernote.edam.type.Note).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.updateNote(com.evernote.edam.type.Note), NoteStore.Client#updateNote(String, com.evernote.edam.type.Note)

deleteNote

int deleteNote(String guid)
               throws EvernoteException
Equivalent to NoteStoreClient.deleteNote(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.deleteNote(String), NoteStore.Client#deleteNote(String, String)

expungeNote

int expungeNote(String guid)
                throws EvernoteException
Equivalent to NoteStoreClient.expungeNote(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.expungeNote(String), NoteStore.Client#expungeNote(String, String)

expungeNotes

int expungeNotes(List<String> noteGuids)
                 throws EvernoteException
Equivalent to NoteStoreClient.expungeNotes(java.util.List).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.expungeNotes(java.util.List), NoteStore.Client#expungeNotes(String, java.util.List)

expungeInactiveNotes

int expungeInactiveNotes()
                         throws EvernoteException
Equivalent to NoteStoreClient.expungeInactiveNotes().

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.expungeInactiveNotes(), NoteStore.Client#expungeInactiveNotes(String)

copyNote

com.evernote.edam.type.Note copyNote(String noteGuid,
                                     String toNotebookGuid)
                                     throws EvernoteException
Equivalent to NoteStoreClient.copyNote(String, String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.copyNote(String, String), NoteStore.Client#copyNote(String, String, String)

listNoteVersions

List<com.evernote.edam.notestore.NoteVersionId> listNoteVersions(String noteGuid)
                                                                 throws EvernoteException
Equivalent to NoteStoreClient.listNoteVersions(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.listNoteVersions(String), NoteStore.Client#listNoteVersions(String, String)

getNoteVersion

com.evernote.edam.type.Note getNoteVersion(String noteGuid,
                                           int updateSequenceNum,
                                           boolean withResourcesData,
                                           boolean withResourcesRecognition,
                                           boolean withResourcesAlternateData)
                                           throws EvernoteException
Equivalent to NoteStoreClient.getNoteVersion(String, int, boolean, boolean, boolean).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getNoteVersion(String, int, boolean, boolean, boolean), NoteStore.Client#getNoteVersion(String, String, int, boolean, boolean, boolean)

getResource

com.evernote.edam.type.Resource getResource(String guid,
                                            boolean withData,
                                            boolean withRecognition,
                                            boolean withAttributes,
                                            boolean withAlternateData)
                                            throws EvernoteException
Equivalent to NoteStoreClient.getResource(String, boolean, boolean, boolean, boolean).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getResource(String, boolean, boolean, boolean, boolean), NoteStore.Client#getResource(String, String, boolean, boolean, boolean, boolean)

getResourceApplicationData

com.evernote.edam.type.LazyMap getResourceApplicationData(String guid)
                                                          throws EvernoteException
Equivalent to NoteStoreClient.getResourceApplicationData(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getResourceApplicationData(String), NoteStore.Client#getResourceApplicationData(String, String)

getResourceApplicationDataEntry

String getResourceApplicationDataEntry(String guid,
                                       String key)
                                       throws EvernoteException
Equivalent to NoteStoreClient.getResourceApplicationDataEntry(String, String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getResourceApplicationDataEntry(String, String), NoteStore.Client#getResourceApplicationDataEntry(String, String, String)

setResourceApplicationDataEntry

int setResourceApplicationDataEntry(String guid,
                                    String key,
                                    String value)
                                    throws EvernoteException
Equivalent to NoteStoreClient.setResourceApplicationDataEntry(String, String, String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.setResourceApplicationDataEntry(String, String, String), NoteStore.Client#setResourceApplicationDataEntry(String, String, String, String)

unsetResourceApplicationDataEntry

int unsetResourceApplicationDataEntry(String guid,
                                      String key)
                                      throws EvernoteException
Equivalent to NoteStoreClient.unsetResourceApplicationDataEntry(String, String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.unsetResourceApplicationDataEntry(String, String), NoteStore.Client#unsetResourceApplicationDataEntry(String, String, String)

updateResource

int updateResource(com.evernote.edam.type.Resource resource)
                   throws EvernoteException
Equivalent to NoteStoreClient.updateResource(com.evernote.edam.type.Resource).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.updateResource(com.evernote.edam.type.Resource), NoteStore.Client#updateResource(String, com.evernote.edam.type.Resource)

getResourceData

byte[] getResourceData(String guid)
                       throws EvernoteException
Equivalent to NoteStoreClient.getResourceData(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getResourceData(String), NoteStore.Client#getResourceData(String, String)

getResourceByHash

com.evernote.edam.type.Resource getResourceByHash(String noteGuid,
                                                  byte[] contentHash,
                                                  boolean withData,
                                                  boolean withRecognition,
                                                  boolean withAlternateData)
                                                  throws EvernoteException
Equivalent to NoteStoreClient.getResourceByHash(String, byte[], boolean, boolean, boolean).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getResourceByHash(String, byte[], boolean, boolean, boolean), NoteStore.Client#getResourceByHash(String, String, byte[], boolean, boolean, boolean)

getResourceRecognition

byte[] getResourceRecognition(String guid)
                              throws EvernoteException
Equivalent to NoteStoreClient.getResourceRecognition(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getResourceRecognition(String), NoteStore.Client#getResourceRecognition(String, String)

getResourceAlternateData

byte[] getResourceAlternateData(String guid)
                                throws EvernoteException
Equivalent to NoteStoreClient.getResourceAlternateData(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getResourceAlternateData(String), NoteStore.Client#getResourceAlternateData(String, String)

getResourceAttributes

com.evernote.edam.type.ResourceAttributes getResourceAttributes(String guid)
                                                                throws EvernoteException
Equivalent to NoteStoreClient.getResourceAttributes(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getResourceAttributes(String), NoteStore.Client#getResourceAttributes(String, String)

getPublicNotebook

com.evernote.edam.type.Notebook getPublicNotebook(int userId,
                                                  String publicUri)
                                                  throws EvernoteException
Equivalent to NoteStoreClient.getPublicNotebook(int, String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getPublicNotebook(int, String), NoteStore.Client#getPublicNotebook(int, String)

createSharedNotebook

com.evernote.edam.type.SharedNotebook createSharedNotebook(com.evernote.edam.type.SharedNotebook sharedNotebook)
                                                           throws EvernoteException
Equivalent to NoteStoreClient.createSharedNotebook(com.evernote.edam.type.SharedNotebook)

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.createSharedNotebook(com.evernote.edam.type.SharedNotebook), NoteStore.Client#createSharedNotebook(String, com.evernote.edam.type.SharedNotebook)

updateSharedNotebook

int updateSharedNotebook(com.evernote.edam.type.SharedNotebook sharedNotebook)
                         throws EvernoteException
Equivalent to NoteStoreClient.updateSharedNotebook(com.evernote.edam.type.SharedNotebook).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.updateSharedNotebook(com.evernote.edam.type.SharedNotebook), NoteStore.Client#updateSharedNotebook(String, com.evernote.edam.type.SharedNotebook)

sendMessageToSharedNotebookMembers

int sendMessageToSharedNotebookMembers(String notebookGuid,
                                       String messageText,
                                       List<String> recipients)
                                       throws EvernoteException
Equivalent to NoteStoreClient.sendMessageToSharedNotebookMembers(String, String, java.util.List).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.sendMessageToSharedNotebookMembers(String, String, java.util.List), NoteStore.Client#sendMessageToSharedNotebookMembers(String, String, String, java.util.List)

listSharedNotebooks

List<com.evernote.edam.type.SharedNotebook> listSharedNotebooks()
                                                                throws EvernoteException
Equivalent to NoteStoreClient.listSharedNotebooks().

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.listSharedNotebooks(), NoteStore.Client#listSharedNotebooks(String)

expungeSharedNotebooks

int expungeSharedNotebooks(List<Long> sharedNotebookIds)
                           throws EvernoteException
Equivalent to NoteStoreClient.expungeSharedNotebooks(java.util.List).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.expungeSharedNotebooks(java.util.List), NoteStore.Client#expungeSharedNotebooks(String, java.util.List)

createLinkedNotebook

com.evernote.edam.type.LinkedNotebook createLinkedNotebook(com.evernote.edam.type.LinkedNotebook linkedNotebook)
                                                           throws EvernoteException
Equivalent to NoteStoreClient.createLinkedNotebook(com.evernote.edam.type.LinkedNotebook).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.createLinkedNotebook(com.evernote.edam.type.LinkedNotebook), NoteStore.Client#createLinkedNotebook(String, com.evernote.edam.type.LinkedNotebook)

updateLinkedNotebook

int updateLinkedNotebook(com.evernote.edam.type.LinkedNotebook linkedNotebook)
                         throws EvernoteException
Equivalent to NoteStoreClient.updateLinkedNotebook(com.evernote.edam.type.LinkedNotebook).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.updateLinkedNotebook(com.evernote.edam.type.LinkedNotebook), NoteStore.Client#updateLinkedNotebook(String, com.evernote.edam.type.LinkedNotebook)

listLinkedNotebooks

List<com.evernote.edam.type.LinkedNotebook> listLinkedNotebooks()
                                                                throws EvernoteException
Equivalent to NoteStoreClient.listLinkedNotebooks().

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.listLinkedNotebooks(), NoteStore.Client#listLinkedNotebooks(String)

expungeLinkedNotebook

int expungeLinkedNotebook(String guid)
                          throws EvernoteException
Equivalent to NoteStoreClient.expungeLinkedNotebook(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.expungeLinkedNotebook(String), NoteStore.Client#expungeLinkedNotebook(String, String)

authenticateToSharedNotebook

com.evernote.edam.userstore.AuthenticationResult authenticateToSharedNotebook(String shareKey)
                                                                              throws EvernoteException
Equivalent to NoteStoreClient.authenticateToSharedNotebook(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.authenticateToSharedNotebook(String), NoteStore.Client#authenticateToSharedNotebook(String, String)

getSharedNotebookByAuth

com.evernote.edam.type.SharedNotebook getSharedNotebookByAuth()
                                                              throws EvernoteException
Equivalent to NoteStoreClient.getSharedNotebookByAuth().

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.getSharedNotebookByAuth(), NoteStore.Client#getSharedNotebookByAuth(String)

emailNote

void emailNote(com.evernote.edam.notestore.NoteEmailParameters parameters)
               throws EvernoteException
Equivalent to NoteStoreClient.emailNote(com.evernote.edam.notestore.NoteEmailParameters).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.emailNote(com.evernote.edam.notestore.NoteEmailParameters), NoteStore.Client#emailNote(String, com.evernote.edam.notestore.NoteEmailParameters)

shareNote

String shareNote(String guid)
                 throws EvernoteException
Equivalent to NoteStoreClient.shareNote(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.shareNote(String), NoteStore.Client#shareNote(String, String)

stopSharingNote

void stopSharingNote(String guid)
                     throws EvernoteException
Equivalent to NoteStoreClient.stopSharingNote(String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.stopSharingNote(java.lang.String), NoteStore.Client#stopSharingNote(String, String)

authenticateToSharedNote

com.evernote.edam.userstore.AuthenticationResult authenticateToSharedNote(String guid,
                                                                          String noteKey,
                                                                          String authenticationToken)
                                                                          throws EvernoteException
Equivalent to NoteStoreClient.authenticateToSharedNote(String, String, String).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.authenticateToSharedNote(String, String, String), NoteStore.Client#authenticateToSharedNote(String, String, String)

findRelated

com.evernote.edam.notestore.RelatedResult findRelated(com.evernote.edam.notestore.RelatedQuery query,
                                                      com.evernote.edam.notestore.RelatedResultSpec resultSpec)
                                                      throws EvernoteException
Equivalent to NoteStoreClient.findRelated(com.evernote.edam.notestore.RelatedQuery, com.evernote.edam.notestore.RelatedResultSpec).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.findRelated(com.evernote.edam.notestore.RelatedQuery, com.evernote.edam.notestore.RelatedResultSpec), NoteStore.Client#findRelated(String, com.evernote.edam.notestore.RelatedQuery, com.evernote.edam.notestore.RelatedResultSpec)

setSharedNotebookRecipientSettings

void setSharedNotebookRecipientSettings(String authenticationToken,
                                        long sharedNotebookId,
                                        com.evernote.edam.type.SharedNotebookRecipientSettings recipientSettings)
                                        throws EvernoteException
Equivalent to NoteStoreClient.setSharedNotebookRecipientSettings(String, long, com.evernote.edam.type.SharedNotebookRecipientSettings).

Throws:
EvernoteException - converted unchecked exception
See Also:
NoteStoreClient.setSharedNotebookRecipientSettings(String, long, com.evernote.edam.type.SharedNotebookRecipientSettings), NoteStore.Client#setSharedNotebookRecipientSettings(String, long, SharedNotebookRecipientSettings)


Copyright © 2014. All Rights Reserved.