|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NoteStoreOperations
Interface specifying a basic of NoteStoreClient operations.
| 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 |
|---|
com.evernote.edam.notestore.NoteStore.Client getClient()
NoteStore.Client
com.evernote.edam.notestore.SyncState getSyncState()
throws EvernoteException
NoteStoreClient.getSyncState().
EvernoteException - converted unchecked exceptionNoteStoreClient.getSyncState(),
NoteStore.Client#getSyncState(String)
com.evernote.edam.notestore.SyncState getSyncStateWithMetrics(com.evernote.edam.notestore.ClientUsageMetrics clientMetrics)
throws EvernoteException
NoteStoreClient.getSyncStateWithMetrics(com.evernote.edam.notestore.ClientUsageMetrics).
EvernoteException - converted unchecked exceptionNoteStoreClient.getSyncStateWithMetrics(com.evernote.edam.notestore.ClientUsageMetrics),
NoteStore.Client#getSyncStateWithMetrics(String, com.evernote.edam.notestore.ClientUsageMetrics)
com.evernote.edam.notestore.SyncChunk getSyncChunk(int afterUSN,
int maxEntries,
boolean fullSyncOnly)
throws EvernoteException
NoteStoreClient.getSyncChunk(int, int, boolean).
EvernoteException - converted unchecked exceptionNoteStoreClient.getSyncChunk(int, int, boolean),
NoteStore.Client#getSyncChunk(String, int, int, boolean)
com.evernote.edam.notestore.SyncChunk getFilteredSyncChunk(int afterUSN,
int maxEntries,
com.evernote.edam.notestore.SyncChunkFilter filter)
throws EvernoteException
NoteStoreClient.getFilteredSyncChunk(int, int, com.evernote.edam.notestore.SyncChunkFilter).
EvernoteException - converted unchecked exceptionNoteStoreClient.getFilteredSyncChunk(int, int, com.evernote.edam.notestore.SyncChunkFilter),
NoteStore.Client#getFilteredSyncChunk(String, int, int, com.evernote.edam.notestore.SyncChunkFilter)
com.evernote.edam.notestore.SyncState getLinkedNotebookSyncState(com.evernote.edam.type.LinkedNotebook linkedNotebook)
throws EvernoteException
NoteStoreClient.getLinkedNotebookSyncState(com.evernote.edam.type.LinkedNotebook).
EvernoteException - converted unchecked exceptionNoteStoreClient.getLinkedNotebookSyncState(com.evernote.edam.type.LinkedNotebook),
NoteStore.Client#getLinkedNotebookSyncState(String, com.evernote.edam.type.LinkedNotebook)
com.evernote.edam.notestore.SyncChunk getLinkedNotebookSyncChunk(com.evernote.edam.type.LinkedNotebook linkedNotebook,
int afterUSN,
int maxEntries,
boolean fullSyncOnly)
throws EvernoteException
NoteStoreClient.getLinkedNotebookSyncChunk(com.evernote.edam.type.LinkedNotebook, int, int, boolean).
EvernoteException - converted unchecked exceptionNoteStoreClient.getLinkedNotebookSyncChunk(com.evernote.edam.type.LinkedNotebook, int, int, boolean),
NoteStore.Client#getLinkedNotebookSyncChunk(String, com.evernote.edam.type.LinkedNotebook, int, int, boolean)
List<com.evernote.edam.type.Notebook> listNotebooks()
throws EvernoteException
NoteStoreClient.listNotebooks().
EvernoteException - converted unchecked exceptionNoteStoreClient.listNotebooks(),
NoteStore.Client#listNotebooks(String)
com.evernote.edam.type.Notebook getNotebook(String guid)
throws EvernoteException
NoteStore.Client#getNotebook(String, String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getNotebook(String),
NoteStore.Client#getNotebook(String, String)
com.evernote.edam.type.Notebook getDefaultNotebook()
throws EvernoteException
NoteStoreClient.getDefaultNotebook().
EvernoteException - converted unchecked exceptionNoteStoreClient.getDefaultNotebook(),
NoteStore.Client#getDefaultNotebook(String)
com.evernote.edam.type.Notebook createNotebook(com.evernote.edam.type.Notebook notebook)
throws EvernoteException
NoteStoreClient.createNotebook(com.evernote.edam.type.Notebook) .
EvernoteException - converted unchecked exceptionNoteStoreClient.createNotebook(com.evernote.edam.type.Notebook),
NoteStore.Client#createNotebook(String, com.evernote.edam.type.Notebook)
int updateNotebook(com.evernote.edam.type.Notebook notebook)
throws EvernoteException
NoteStoreClient.updateNotebook(com.evernote.edam.type.Notebook) .
EvernoteException - converted unchecked exceptionNoteStoreClient.updateNotebook(com.evernote.edam.type.Notebook),
NoteStore.Client#updateNotebook(String, com.evernote.edam.type.Notebook)
int expungeNotebook(String guid)
throws EvernoteException
NoteStoreClient.expungeNotebook(String) .
EvernoteException - converted unchecked exceptionNoteStoreClient.expungeNotebook(String),
NoteStore.Client#expungeNotebook(String, String)
List<com.evernote.edam.type.Tag> listTags()
throws EvernoteException
NoteStoreClient.listTags().
EvernoteException - converted unchecked exceptionNoteStoreClient.listTags(),
NoteStore.Client#listTags(String)
List<com.evernote.edam.type.Tag> listTagsByNotebook(String notebookGuid)
throws EvernoteException
NoteStoreClient.listTagsByNotebook(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.listTagsByNotebook(String),
NoteStore.Client#listTagsByNotebook(String, String)
com.evernote.edam.type.Tag getTag(String guid)
throws EvernoteException
NoteStoreClient.getTag(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getTag(String),
NoteStore.Client#getTag(String, String)
com.evernote.edam.type.Tag createTag(com.evernote.edam.type.Tag tag)
throws EvernoteException
NoteStoreClient.createTag(com.evernote.edam.type.Tag).
EvernoteException - converted unchecked exceptionNoteStoreClient.createTag(com.evernote.edam.type.Tag),
NoteStore.Client#createTag(String, com.evernote.edam.type.Tag)
int updateTag(com.evernote.edam.type.Tag tag)
throws EvernoteException
NoteStoreClient.updateTag(com.evernote.edam.type.Tag).
EvernoteException - converted unchecked exceptionNoteStoreClient.updateTag(com.evernote.edam.type.Tag),
NoteStore.Client#updateTag(String, com.evernote.edam.type.Tag)
void untagAll(String guid)
throws EvernoteException
NoteStoreClient.untagAll(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.untagAll(String),
NoteStore.Client#untagAll(String, String)
int expungeTag(String guid)
throws EvernoteException
NoteStoreClient.expungeTag(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.expungeTag(String),
NoteStore.Client#expungeTag(String, String)
List<com.evernote.edam.type.SavedSearch> listSearches()
throws EvernoteException
NoteStoreClient.listSearches().
EvernoteException - converted unchecked exceptionNoteStoreClient.listSearches(),
NoteStore.Client#listSearches(String)
com.evernote.edam.type.SavedSearch getSearch(String guid)
throws EvernoteException
NoteStoreClient.getSearch(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getSearch(String),
NoteStore.Client#getSearch(String, String)
com.evernote.edam.type.SavedSearch createSearch(com.evernote.edam.type.SavedSearch search)
throws EvernoteException
NoteStoreClient.createSearch(com.evernote.edam.type.SavedSearch).
EvernoteException - converted unchecked exceptionNoteStoreClient.createSearch(com.evernote.edam.type.SavedSearch),
NoteStore.Client#createSearch(String, com.evernote.edam.type.SavedSearch)
int updateSearch(com.evernote.edam.type.SavedSearch search)
throws EvernoteException
NoteStoreClient.updateSearch(com.evernote.edam.type.SavedSearch).
EvernoteException - converted unchecked exceptionNoteStoreClient.updateSearch(com.evernote.edam.type.SavedSearch),
NoteStore.Client#updateSearch(String, com.evernote.edam.type.SavedSearch)
int expungeSearch(String guid)
throws EvernoteException
NoteStoreClient.expungeSearch(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.expungeSearch(String),
NoteStore.Client#expungeSearch(String, String)
com.evernote.edam.notestore.NoteList findNotes(com.evernote.edam.notestore.NoteFilter filter,
int offset,
int maxNotes)
throws EvernoteException
NoteStoreClient.findNotes(com.evernote.edam.notestore.NoteFilter, int, int).
EvernoteException - converted unchecked exceptionNoteStoreClient.findNotes(com.evernote.edam.notestore.NoteFilter, int, int),
NoteStore.Client#findNotes(String, com.evernote.edam.notestore.NoteFilter, int, int)
int findNoteOffset(com.evernote.edam.notestore.NoteFilter filter,
String guid)
throws EvernoteException
NoteStoreClient.findNoteOffset(com.evernote.edam.notestore.NoteFilter, String).
EvernoteException - converted unchecked exceptionNoteStoreClient.findNoteOffset(com.evernote.edam.notestore.NoteFilter, String),
NoteStore.Client#findNoteOffset(String, com.evernote.edam.notestore.NoteFilter, String)
com.evernote.edam.notestore.NotesMetadataList findNotesMetadata(com.evernote.edam.notestore.NoteFilter filter,
int offset,
int maxNotes,
com.evernote.edam.notestore.NotesMetadataResultSpec resultSpec)
throws EvernoteException
NoteStoreClient.findNotesMetadata(com.evernote.edam.notestore.NoteFilter, int, int, com.evernote.edam.notestore.NotesMetadataResultSpec).
EvernoteException - converted unchecked exceptionNoteStoreClient.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)
com.evernote.edam.notestore.NoteCollectionCounts findNoteCounts(com.evernote.edam.notestore.NoteFilter filter,
boolean withTrash)
throws EvernoteException
NoteStoreClient.findNoteCounts(com.evernote.edam.notestore.NoteFilter, boolean).
EvernoteException - converted unchecked exceptionNoteStoreClient.findNoteCounts(com.evernote.edam.notestore.NoteFilter, boolean),
NoteStore.Client#findNoteCounts(String, com.evernote.edam.notestore.NoteFilter, boolean)
com.evernote.edam.type.Note getNote(String guid,
boolean withContent,
boolean withResourcesData,
boolean withResourcesRecognition,
boolean withResourcesAlternateData)
throws EvernoteException
NoteStoreClient.getNote(String, boolean, boolean, boolean, boolean)
EvernoteException - converted unchecked exceptionNoteStoreClient.getNote(String, boolean, boolean, boolean, boolean),
NoteStore.Client#getNote(String, String, boolean, boolean, boolean, boolean)
com.evernote.edam.type.LazyMap getNoteApplicationData(String guid)
throws EvernoteException
NoteStoreClient.getNoteApplicationData(String)
EvernoteException - converted unchecked exceptionNoteStoreClient.getNoteApplicationData(String),
NoteStore.Client#getNoteApplicationData(String, String)
String getNoteApplicationDataEntry(String guid,
String key)
throws EvernoteException
NoteStoreClient.getNoteApplicationDataEntry(String, String).
EvernoteException - converted unchecked exceptioncom.evernote.clients.NoteStoreClient#,
NoteStore.Client#getNoteApplicationDataEntry(String, String, String)
int setNoteApplicationDataEntry(String guid,
String key,
String value)
throws EvernoteException
NoteStoreClient.setNoteApplicationDataEntry(String, String, String).
EvernoteException - converted unchecked exceptionNoteStoreClient.setNoteApplicationDataEntry(String, String, String),
NoteStore.Client#setNoteApplicationDataEntry(String, String, String, String)
int unsetNoteApplicationDataEntry(String guid,
String key)
throws EvernoteException
NoteStoreClient.unsetNoteApplicationDataEntry(String, String)
EvernoteException - converted unchecked exceptionNoteStoreClient.unsetNoteApplicationDataEntry(String, String),
NoteStore.Client#unsetNoteApplicationDataEntry(String, String, String)
String getNoteContent(String guid)
throws EvernoteException
NoteStoreClient.getNoteContent(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getNoteContent(String),
NoteStore.Client#getNoteContent(String, String)
String getNoteSearchText(String guid,
boolean noteOnly,
boolean tokenizeForIndexing)
throws EvernoteException
NoteStoreClient.getNoteSearchText(String, boolean, boolean).
EvernoteException - converted unchecked exceptionNoteStoreClient.getNoteSearchText(String, boolean, boolean),
NoteStore.Client#getNoteSearchText(String, String, boolean, boolean)
String getResourceSearchText(String guid)
throws EvernoteException
NoteStoreClient.getResourceSearchText(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getResourceSearchText(String),
NoteStore.Client#getResourceSearchText(String, String)
List<String> getNoteTagNames(String guid)
throws EvernoteException
NoteStoreClient.getNoteTagNames(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getNoteTagNames(String),
NoteStore.Client#getNoteTagNames(String, String)
com.evernote.edam.type.Note createNote(com.evernote.edam.type.Note note)
throws EvernoteException
NoteStoreClient.createNote(com.evernote.edam.type.Note).
EvernoteException - converted unchecked exceptionNoteStoreClient.createNote(com.evernote.edam.type.Note),
NoteStore.Client#createNote(String, com.evernote.edam.type.Note)
com.evernote.edam.type.Note updateNote(com.evernote.edam.type.Note note)
throws EvernoteException
NoteStoreClient.updateNote(com.evernote.edam.type.Note).
EvernoteException - converted unchecked exceptionNoteStoreClient.updateNote(com.evernote.edam.type.Note),
NoteStore.Client#updateNote(String, com.evernote.edam.type.Note)
int deleteNote(String guid)
throws EvernoteException
NoteStoreClient.deleteNote(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.deleteNote(String),
NoteStore.Client#deleteNote(String, String)
int expungeNote(String guid)
throws EvernoteException
NoteStoreClient.expungeNote(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.expungeNote(String),
NoteStore.Client#expungeNote(String, String)
int expungeNotes(List<String> noteGuids)
throws EvernoteException
NoteStoreClient.expungeNotes(java.util.List).
EvernoteException - converted unchecked exceptionNoteStoreClient.expungeNotes(java.util.List),
NoteStore.Client#expungeNotes(String, java.util.List)
int expungeInactiveNotes()
throws EvernoteException
NoteStoreClient.expungeInactiveNotes().
EvernoteException - converted unchecked exceptionNoteStoreClient.expungeInactiveNotes(),
NoteStore.Client#expungeInactiveNotes(String)
com.evernote.edam.type.Note copyNote(String noteGuid,
String toNotebookGuid)
throws EvernoteException
NoteStoreClient.copyNote(String, String).
EvernoteException - converted unchecked exceptionNoteStoreClient.copyNote(String, String),
NoteStore.Client#copyNote(String, String, String)
List<com.evernote.edam.notestore.NoteVersionId> listNoteVersions(String noteGuid)
throws EvernoteException
NoteStoreClient.listNoteVersions(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.listNoteVersions(String),
NoteStore.Client#listNoteVersions(String, String)
com.evernote.edam.type.Note getNoteVersion(String noteGuid,
int updateSequenceNum,
boolean withResourcesData,
boolean withResourcesRecognition,
boolean withResourcesAlternateData)
throws EvernoteException
NoteStoreClient.getNoteVersion(String, int, boolean, boolean, boolean).
EvernoteException - converted unchecked exceptionNoteStoreClient.getNoteVersion(String, int, boolean, boolean, boolean),
NoteStore.Client#getNoteVersion(String, String, int, boolean, boolean, boolean)
com.evernote.edam.type.Resource getResource(String guid,
boolean withData,
boolean withRecognition,
boolean withAttributes,
boolean withAlternateData)
throws EvernoteException
NoteStoreClient.getResource(String, boolean, boolean, boolean, boolean).
EvernoteException - converted unchecked exceptionNoteStoreClient.getResource(String, boolean, boolean, boolean, boolean),
NoteStore.Client#getResource(String, String, boolean, boolean, boolean, boolean)
com.evernote.edam.type.LazyMap getResourceApplicationData(String guid)
throws EvernoteException
NoteStoreClient.getResourceApplicationData(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getResourceApplicationData(String),
NoteStore.Client#getResourceApplicationData(String, String)
String getResourceApplicationDataEntry(String guid,
String key)
throws EvernoteException
NoteStoreClient.getResourceApplicationDataEntry(String, String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getResourceApplicationDataEntry(String, String),
NoteStore.Client#getResourceApplicationDataEntry(String, String, String)
int setResourceApplicationDataEntry(String guid,
String key,
String value)
throws EvernoteException
NoteStoreClient.setResourceApplicationDataEntry(String, String, String).
EvernoteException - converted unchecked exceptionNoteStoreClient.setResourceApplicationDataEntry(String, String, String),
NoteStore.Client#setResourceApplicationDataEntry(String, String, String, String)
int unsetResourceApplicationDataEntry(String guid,
String key)
throws EvernoteException
NoteStoreClient.unsetResourceApplicationDataEntry(String, String).
EvernoteException - converted unchecked exceptionNoteStoreClient.unsetResourceApplicationDataEntry(String, String),
NoteStore.Client#unsetResourceApplicationDataEntry(String, String, String)
int updateResource(com.evernote.edam.type.Resource resource)
throws EvernoteException
NoteStoreClient.updateResource(com.evernote.edam.type.Resource).
EvernoteException - converted unchecked exceptionNoteStoreClient.updateResource(com.evernote.edam.type.Resource),
NoteStore.Client#updateResource(String, com.evernote.edam.type.Resource)
byte[] getResourceData(String guid)
throws EvernoteException
NoteStoreClient.getResourceData(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getResourceData(String),
NoteStore.Client#getResourceData(String, String)
com.evernote.edam.type.Resource getResourceByHash(String noteGuid,
byte[] contentHash,
boolean withData,
boolean withRecognition,
boolean withAlternateData)
throws EvernoteException
NoteStoreClient.getResourceByHash(String, byte[], boolean, boolean, boolean).
EvernoteException - converted unchecked exceptionNoteStoreClient.getResourceByHash(String, byte[], boolean, boolean, boolean),
NoteStore.Client#getResourceByHash(String, String, byte[], boolean, boolean, boolean)
byte[] getResourceRecognition(String guid)
throws EvernoteException
NoteStoreClient.getResourceRecognition(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getResourceRecognition(String),
NoteStore.Client#getResourceRecognition(String, String)
byte[] getResourceAlternateData(String guid)
throws EvernoteException
NoteStoreClient.getResourceAlternateData(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getResourceAlternateData(String),
NoteStore.Client#getResourceAlternateData(String, String)
com.evernote.edam.type.ResourceAttributes getResourceAttributes(String guid)
throws EvernoteException
NoteStoreClient.getResourceAttributes(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getResourceAttributes(String),
NoteStore.Client#getResourceAttributes(String, String)
com.evernote.edam.type.Notebook getPublicNotebook(int userId,
String publicUri)
throws EvernoteException
NoteStoreClient.getPublicNotebook(int, String).
EvernoteException - converted unchecked exceptionNoteStoreClient.getPublicNotebook(int, String),
NoteStore.Client#getPublicNotebook(int, String)
com.evernote.edam.type.SharedNotebook createSharedNotebook(com.evernote.edam.type.SharedNotebook sharedNotebook)
throws EvernoteException
NoteStoreClient.createSharedNotebook(com.evernote.edam.type.SharedNotebook)
EvernoteException - converted unchecked exceptionNoteStoreClient.createSharedNotebook(com.evernote.edam.type.SharedNotebook),
NoteStore.Client#createSharedNotebook(String, com.evernote.edam.type.SharedNotebook)
int updateSharedNotebook(com.evernote.edam.type.SharedNotebook sharedNotebook)
throws EvernoteException
NoteStoreClient.updateSharedNotebook(com.evernote.edam.type.SharedNotebook).
EvernoteException - converted unchecked exceptionNoteStoreClient.updateSharedNotebook(com.evernote.edam.type.SharedNotebook),
NoteStore.Client#updateSharedNotebook(String, com.evernote.edam.type.SharedNotebook)
int sendMessageToSharedNotebookMembers(String notebookGuid,
String messageText,
List<String> recipients)
throws EvernoteException
NoteStoreClient.sendMessageToSharedNotebookMembers(String, String, java.util.List).
EvernoteException - converted unchecked exceptionNoteStoreClient.sendMessageToSharedNotebookMembers(String, String, java.util.List),
NoteStore.Client#sendMessageToSharedNotebookMembers(String, String, String, java.util.List)
List<com.evernote.edam.type.SharedNotebook> listSharedNotebooks()
throws EvernoteException
NoteStoreClient.listSharedNotebooks().
EvernoteException - converted unchecked exceptionNoteStoreClient.listSharedNotebooks(),
NoteStore.Client#listSharedNotebooks(String)
int expungeSharedNotebooks(List<Long> sharedNotebookIds)
throws EvernoteException
NoteStoreClient.expungeSharedNotebooks(java.util.List).
EvernoteException - converted unchecked exceptionNoteStoreClient.expungeSharedNotebooks(java.util.List),
NoteStore.Client#expungeSharedNotebooks(String, java.util.List)
com.evernote.edam.type.LinkedNotebook createLinkedNotebook(com.evernote.edam.type.LinkedNotebook linkedNotebook)
throws EvernoteException
NoteStoreClient.createLinkedNotebook(com.evernote.edam.type.LinkedNotebook).
EvernoteException - converted unchecked exceptionNoteStoreClient.createLinkedNotebook(com.evernote.edam.type.LinkedNotebook),
NoteStore.Client#createLinkedNotebook(String, com.evernote.edam.type.LinkedNotebook)
int updateLinkedNotebook(com.evernote.edam.type.LinkedNotebook linkedNotebook)
throws EvernoteException
NoteStoreClient.updateLinkedNotebook(com.evernote.edam.type.LinkedNotebook).
EvernoteException - converted unchecked exceptionNoteStoreClient.updateLinkedNotebook(com.evernote.edam.type.LinkedNotebook),
NoteStore.Client#updateLinkedNotebook(String, com.evernote.edam.type.LinkedNotebook)
List<com.evernote.edam.type.LinkedNotebook> listLinkedNotebooks()
throws EvernoteException
NoteStoreClient.listLinkedNotebooks().
EvernoteException - converted unchecked exceptionNoteStoreClient.listLinkedNotebooks(),
NoteStore.Client#listLinkedNotebooks(String)
int expungeLinkedNotebook(String guid)
throws EvernoteException
NoteStoreClient.expungeLinkedNotebook(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.expungeLinkedNotebook(String),
NoteStore.Client#expungeLinkedNotebook(String, String)
com.evernote.edam.userstore.AuthenticationResult authenticateToSharedNotebook(String shareKey)
throws EvernoteException
NoteStoreClient.authenticateToSharedNotebook(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.authenticateToSharedNotebook(String),
NoteStore.Client#authenticateToSharedNotebook(String, String)
com.evernote.edam.type.SharedNotebook getSharedNotebookByAuth()
throws EvernoteException
NoteStoreClient.getSharedNotebookByAuth().
EvernoteException - converted unchecked exceptionNoteStoreClient.getSharedNotebookByAuth(),
NoteStore.Client#getSharedNotebookByAuth(String)
void emailNote(com.evernote.edam.notestore.NoteEmailParameters parameters)
throws EvernoteException
NoteStoreClient.emailNote(com.evernote.edam.notestore.NoteEmailParameters).
EvernoteException - converted unchecked exceptionNoteStoreClient.emailNote(com.evernote.edam.notestore.NoteEmailParameters),
NoteStore.Client#emailNote(String, com.evernote.edam.notestore.NoteEmailParameters)
String shareNote(String guid)
throws EvernoteException
NoteStoreClient.shareNote(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.shareNote(String),
NoteStore.Client#shareNote(String, String)
void stopSharingNote(String guid)
throws EvernoteException
NoteStoreClient.stopSharingNote(String).
EvernoteException - converted unchecked exceptionNoteStoreClient.stopSharingNote(java.lang.String),
NoteStore.Client#stopSharingNote(String, String)
com.evernote.edam.userstore.AuthenticationResult authenticateToSharedNote(String guid,
String noteKey,
String authenticationToken)
throws EvernoteException
NoteStoreClient.authenticateToSharedNote(String, String, String).
EvernoteException - converted unchecked exceptionNoteStoreClient.authenticateToSharedNote(String, String, String),
NoteStore.Client#authenticateToSharedNote(String, String, String)
com.evernote.edam.notestore.RelatedResult findRelated(com.evernote.edam.notestore.RelatedQuery query,
com.evernote.edam.notestore.RelatedResultSpec resultSpec)
throws EvernoteException
NoteStoreClient.findRelated(com.evernote.edam.notestore.RelatedQuery, com.evernote.edam.notestore.RelatedResultSpec).
EvernoteException - converted unchecked exceptionNoteStoreClient.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)
void setSharedNotebookRecipientSettings(String authenticationToken,
long sharedNotebookId,
com.evernote.edam.type.SharedNotebookRecipientSettings recipientSettings)
throws EvernoteException
NoteStoreClient.setSharedNotebookRecipientSettings(String, long, com.evernote.edam.type.SharedNotebookRecipientSettings).
EvernoteException - converted unchecked exceptionNoteStoreClient.setSharedNotebookRecipientSettings(String, long, com.evernote.edam.type.SharedNotebookRecipientSettings),
NoteStore.Client#setSharedNotebookRecipientSettings(String, long, SharedNotebookRecipientSettings)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||