|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EvernoteException | |
|---|---|
| org.springframework.social.evernote.api | |
| org.springframework.social.evernote.api.impl | |
| Uses of EvernoteException in org.springframework.social.evernote.api |
|---|
| Methods in org.springframework.social.evernote.api that return EvernoteException | |
|---|---|
static EvernoteException |
EvernoteExceptionUtils.convert(Exception ex)
convert to EvernoteException |
| Methods in org.springframework.social.evernote.api that throw EvernoteException | ||
|---|---|---|
com.evernote.edam.userstore.AuthenticationResult |
UserStoreOperations.authenticate(String username,
String password,
String consumerKey,
String consumerSecret,
boolean supportsTwoFactor)
Equivalent to UserStoreClient.authenticate(String, String, String, String, boolean). |
|
com.evernote.edam.userstore.AuthenticationResult |
UserStoreOperations.authenticateLongSession(String username,
String password,
String consumerKey,
String consumerSecret,
String deviceIdentifier,
String deviceDescription,
boolean supportsTwoFactor)
Equivalent to UserStoreClient.authenticateLongSession(String, String, String, String, String, String, boolean). |
|
com.evernote.edam.userstore.AuthenticationResult |
UserStoreOperations.authenticateToBusiness()
Equivalent to UserStoreClient.authenticateToBusiness(). |
|
com.evernote.edam.userstore.AuthenticationResult |
NoteStoreOperations.authenticateToSharedNote(String guid,
String noteKey,
String authenticationToken)
Equivalent to NoteStoreClient.authenticateToSharedNote(String, String, String). |
|
com.evernote.edam.userstore.AuthenticationResult |
NoteStoreOperations.authenticateToSharedNotebook(String shareKey)
Equivalent to NoteStoreClient.authenticateToSharedNotebook(String). |
|
com.evernote.clients.BusinessNoteStoreClient |
Evernote.businessNoteStoreClient()
Retrieve BusinessNoteStoreClient instance from underlying ClientFactory. |
|
BusinessNoteStoreOperations |
Evernote.businessNoteStoreOperations()
API for performing operations on BusinessNoteStoreClient. |
|
boolean |
UserStoreOperations.checkVersion(String clientName,
short edamVersionMajor,
short edamVersionMinor)
Equivalent to UserStoreClient.checkVersion(String, short, short). |
|
void |
UserStoreOperations.completeTwoFactorAuthentication(String authenticationToken,
String oneTimeCode,
String deviceIdentifier,
String deviceDescription)
Equivalent to UserStoreClient.completeTwoFactorAuthentication(String, String, String, String). |
|
com.evernote.edam.type.Note |
NoteStoreOperations.copyNote(String noteGuid,
String toNotebookGuid)
Equivalent to NoteStoreClient.copyNote(String, String). |
|
com.evernote.edam.type.LinkedNotebook |
NoteStoreOperations.createLinkedNotebook(com.evernote.edam.type.LinkedNotebook linkedNotebook)
Equivalent to NoteStoreClient.createLinkedNotebook(com.evernote.edam.type.LinkedNotebook). |
|
com.evernote.edam.type.Note |
NoteStoreOperations.createNote(com.evernote.edam.type.Note note)
Equivalent to NoteStoreClient.createNote(com.evernote.edam.type.Note). |
|
com.evernote.edam.type.Note |
LinkedNoteStoreOperations.createNote(com.evernote.edam.type.Note note,
com.evernote.edam.type.LinkedNotebook linkedNotebook)
Equivalent to LinkedNoteStoreClient.createNote(com.evernote.edam.type.Note, com.evernote.edam.type.LinkedNotebook). |
|
com.evernote.edam.type.Notebook |
NoteStoreOperations.createNotebook(com.evernote.edam.type.Notebook notebook)
Equivalent to NoteStoreClient.createNotebook(com.evernote.edam.type.Notebook) . |
|
com.evernote.edam.type.LinkedNotebook |
BusinessNoteStoreOperations.createNotebook(com.evernote.edam.type.Notebook notebook)
Equivalent to BusinessNoteStoreClient.createNotebook(com.evernote.edam.type.Notebook). |
|
com.evernote.edam.type.SavedSearch |
NoteStoreOperations.createSearch(com.evernote.edam.type.SavedSearch search)
Equivalent to NoteStoreClient.createSearch(com.evernote.edam.type.SavedSearch). |
|
com.evernote.edam.type.SharedNotebook |
NoteStoreOperations.createSharedNotebook(com.evernote.edam.type.SharedNotebook sharedNotebook)
Equivalent to NoteStoreClient.createSharedNotebook(com.evernote.edam.type.SharedNotebook) |
|
com.evernote.edam.type.Tag |
NoteStoreOperations.createTag(com.evernote.edam.type.Tag tag)
Equivalent to NoteStoreClient.createTag(com.evernote.edam.type.Tag). |
|
int |
NoteStoreOperations.deleteNote(String guid)
Equivalent to NoteStoreClient.deleteNote(String). |
|
void |
NoteStoreOperations.emailNote(com.evernote.edam.notestore.NoteEmailParameters parameters)
Equivalent to NoteStoreClient.emailNote(com.evernote.edam.notestore.NoteEmailParameters). |
|
int |
NoteStoreOperations.expungeInactiveNotes()
Equivalent to NoteStoreClient.expungeInactiveNotes(). |
|
int |
NoteStoreOperations.expungeLinkedNotebook(String guid)
Equivalent to NoteStoreClient.expungeLinkedNotebook(String). |
|
int |
NoteStoreOperations.expungeNote(String guid)
Equivalent to NoteStoreClient.expungeNote(String). |
|
int |
NoteStoreOperations.expungeNotebook(String guid)
Equivalent to NoteStoreClient.expungeNotebook(String) . |
|
int |
NoteStoreOperations.expungeNotes(List<String> noteGuids)
Equivalent to NoteStoreClient.expungeNotes(java.util.List). |
|
int |
NoteStoreOperations.expungeSearch(String guid)
Equivalent to NoteStoreClient.expungeSearch(String). |
|
int |
NoteStoreOperations.expungeSharedNotebooks(List<Long> sharedNotebookIds)
Equivalent to NoteStoreClient.expungeSharedNotebooks(java.util.List). |
|
int |
NoteStoreOperations.expungeTag(String guid)
Equivalent to NoteStoreClient.expungeTag(String). |
|
com.evernote.edam.notestore.NoteCollectionCounts |
NoteStoreOperations.findNoteCounts(com.evernote.edam.notestore.NoteFilter filter,
boolean withTrash)
Equivalent to NoteStoreClient.findNoteCounts(com.evernote.edam.notestore.NoteFilter, boolean). |
|
int |
NoteStoreOperations.findNoteOffset(com.evernote.edam.notestore.NoteFilter filter,
String guid)
Equivalent to NoteStoreClient.findNoteOffset(com.evernote.edam.notestore.NoteFilter, String). |
|
com.evernote.edam.notestore.NoteList |
NoteStoreOperations.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 |
NoteStoreOperations.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 |
NoteStoreOperations.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.userstore.BootstrapInfo |
UserStoreOperations.getBootstrapInfo(String locale)
Equivalent to UserStoreClient.getBootstrapInfo(String). |
|
com.evernote.edam.type.Notebook |
LinkedNoteStoreOperations.getCorrespondingNotebook(com.evernote.edam.type.LinkedNotebook linkedNotebook)
Equivalent to LinkedNoteStoreClient.getCorrespondingNotebook(com.evernote.edam.type.LinkedNotebook). |
|
com.evernote.edam.type.Notebook |
NoteStoreOperations.getDefaultNotebook()
Equivalent to NoteStoreClient.getDefaultNotebook(). |
|
com.evernote.edam.notestore.SyncChunk |
NoteStoreOperations.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 |
NoteStoreOperations.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 |
NoteStoreOperations.getLinkedNotebookSyncState(com.evernote.edam.type.LinkedNotebook linkedNotebook)
Equivalent to NoteStoreClient.getLinkedNotebookSyncState(com.evernote.edam.type.LinkedNotebook). |
|
com.evernote.edam.type.Note |
NoteStoreOperations.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 |
NoteStoreOperations.getNoteApplicationData(String guid)
Equivalent to NoteStoreClient.getNoteApplicationData(String) |
|
String |
NoteStoreOperations.getNoteApplicationDataEntry(String guid,
String key)
Equivalent to NoteStoreClient.getNoteApplicationDataEntry(String, String). |
|
com.evernote.edam.type.Notebook |
NoteStoreOperations.getNotebook(String guid)
Equivalent to NoteStore.Client#getNotebook(String, String). |
|
String |
NoteStoreOperations.getNoteContent(String guid)
Equivalent to NoteStoreClient.getNoteContent(String). |
|
String |
NoteStoreOperations.getNoteSearchText(String guid,
boolean noteOnly,
boolean tokenizeForIndexing)
Equivalent to NoteStoreClient.getNoteSearchText(String, boolean, boolean). |
|
String |
UserStoreOperations.getNoteStoreUrl()
Equivalent to UserStoreClient.getNoteStoreUrl(). |
|
List<String> |
NoteStoreOperations.getNoteTagNames(String guid)
Equivalent to NoteStoreClient.getNoteTagNames(String). |
|
com.evernote.edam.type.Note |
NoteStoreOperations.getNoteVersion(String noteGuid,
int updateSequenceNum,
boolean withResourcesData,
boolean withResourcesRecognition,
boolean withResourcesAlternateData)
Equivalent to NoteStoreClient.getNoteVersion(String, int, boolean, boolean, boolean). |
|
com.evernote.edam.type.PremiumInfo |
UserStoreOperations.getPremiumInfo()
Equivalent to UserStoreClient.getPremiumInfo(). |
|
com.evernote.edam.type.Notebook |
NoteStoreOperations.getPublicNotebook(int userId,
String publicUri)
Equivalent to NoteStoreClient.getPublicNotebook(int, String). |
|
com.evernote.edam.userstore.PublicUserInfo |
UserStoreOperations.getPublicUserInfo(String username)
Equivalent to UserStoreClient.getPublicUserInfo(String). |
|
com.evernote.edam.type.Resource |
NoteStoreOperations.getResource(String guid,
boolean withData,
boolean withRecognition,
boolean withAttributes,
boolean withAlternateData)
Equivalent to NoteStoreClient.getResource(String, boolean, boolean, boolean, boolean). |
|
byte[] |
NoteStoreOperations.getResourceAlternateData(String guid)
Equivalent to NoteStoreClient.getResourceAlternateData(String). |
|
com.evernote.edam.type.LazyMap |
NoteStoreOperations.getResourceApplicationData(String guid)
Equivalent to NoteStoreClient.getResourceApplicationData(String). |
|
String |
NoteStoreOperations.getResourceApplicationDataEntry(String guid,
String key)
Equivalent to NoteStoreClient.getResourceApplicationDataEntry(String, String). |
|
com.evernote.edam.type.ResourceAttributes |
NoteStoreOperations.getResourceAttributes(String guid)
Equivalent to NoteStoreClient.getResourceAttributes(String). |
|
com.evernote.edam.type.Resource |
NoteStoreOperations.getResourceByHash(String noteGuid,
byte[] contentHash,
boolean withData,
boolean withRecognition,
boolean withAlternateData)
Equivalent to NoteStoreClient.getResourceByHash(String, byte[], boolean, boolean, boolean). |
|
byte[] |
NoteStoreOperations.getResourceData(String guid)
Equivalent to NoteStoreClient.getResourceData(String). |
|
byte[] |
NoteStoreOperations.getResourceRecognition(String guid)
Equivalent to NoteStoreClient.getResourceRecognition(String). |
|
String |
NoteStoreOperations.getResourceSearchText(String guid)
Equivalent to NoteStoreClient.getResourceSearchText(String). |
|
com.evernote.edam.type.SavedSearch |
NoteStoreOperations.getSearch(String guid)
Equivalent to NoteStoreClient.getSearch(String). |
|
com.evernote.edam.type.SharedNotebook |
NoteStoreOperations.getSharedNotebookByAuth()
Equivalent to NoteStoreClient.getSharedNotebookByAuth(). |
|
com.evernote.edam.notestore.SyncChunk |
NoteStoreOperations.getSyncChunk(int afterUSN,
int maxEntries,
boolean fullSyncOnly)
Equivalent to NoteStoreClient.getSyncChunk(int, int, boolean). |
|
com.evernote.edam.notestore.SyncState |
NoteStoreOperations.getSyncState()
Equivalent to NoteStoreClient.getSyncState(). |
|
com.evernote.edam.notestore.SyncState |
NoteStoreOperations.getSyncStateWithMetrics(com.evernote.edam.notestore.ClientUsageMetrics clientMetrics)
Equivalent to NoteStoreClient.getSyncStateWithMetrics(com.evernote.edam.notestore.ClientUsageMetrics). |
|
com.evernote.edam.type.Tag |
NoteStoreOperations.getTag(String guid)
Equivalent to NoteStoreClient.getTag(String). |
|
com.evernote.edam.type.User |
UserStoreOperations.getUser()
Equivalent to UserStoreClient.getUser(). |
|
boolean |
UserStoreOperations.isBusinessUser()
Equivalent to UserStoreClient.isBusinessUser(). |
|
boolean |
LinkedNoteStoreOperations.isNotebookWritable(com.evernote.edam.type.LinkedNotebook linkedNotebook)
Equivalent to LinkedNoteStoreClient.isNotebookWritable(com.evernote.edam.type.LinkedNotebook) ()}. |
|
com.evernote.clients.LinkedNoteStoreClient |
Evernote.linkedNoteStoreClient(com.evernote.edam.type.LinkedNotebook linkedNotebook)
Retrieve LinkedNoteStoreClient instance from underlying ClientFactory. |
|
LinkedNoteStoreOperations |
Evernote.linkedNoteStoreOperations(com.evernote.edam.type.LinkedNotebook linkedNotebook)
API for performing operations on LinkedNoteStoreClient. |
|
List<com.evernote.edam.type.LinkedNotebook> |
NoteStoreOperations.listLinkedNotebooks()
Equivalent to NoteStoreClient.listLinkedNotebooks(). |
|
List<com.evernote.edam.type.Notebook> |
NoteStoreOperations.listNotebooks()
Equivalent to NoteStoreClient.listNotebooks(). |
|
List<com.evernote.edam.type.LinkedNotebook> |
LinkedNoteStoreOperations.listNotebooks()
Equivalent to LinkedNoteStoreClient.listNotebooks(). |
|
List<com.evernote.edam.type.LinkedNotebook> |
BusinessNoteStoreOperations.listNotebooks()
Equivalent to BusinessNoteStoreClient.listNotebooks(). |
|
List<com.evernote.edam.notestore.NoteVersionId> |
NoteStoreOperations.listNoteVersions(String noteGuid)
Equivalent to NoteStoreClient.listNoteVersions(String). |
|
List<com.evernote.edam.type.SavedSearch> |
NoteStoreOperations.listSearches()
Equivalent to NoteStoreClient.listSearches(). |
|
List<com.evernote.edam.type.SharedNotebook> |
NoteStoreOperations.listSharedNotebooks()
Equivalent to NoteStoreClient.listSharedNotebooks(). |
|
List<com.evernote.edam.type.Tag> |
NoteStoreOperations.listTags()
Equivalent to NoteStoreClient.listTags(). |
|
List<com.evernote.edam.type.Tag> |
NoteStoreOperations.listTagsByNotebook(String notebookGuid)
Equivalent to NoteStoreClient.listTagsByNotebook(String). |
|
com.evernote.clients.NoteStoreClient |
Evernote.noteStoreClient()
Retrieve NoteStoreClient instance from underlying ClientFactory. |
|
NoteStoreOperations |
Evernote.noteStoreOperations()
API for performing operations on NoteStoreClient. |
|
com.evernote.edam.userstore.AuthenticationResult |
UserStoreOperations.refreshAuthentication()
Equivalent to UserStoreClient.refreshAuthentication(). |
|
void |
UserStoreOperations.revokeLongSession()
Equivalent to UserStoreClient.revokeLongSession(). |
|
int |
NoteStoreOperations.sendMessageToSharedNotebookMembers(String notebookGuid,
String messageText,
List<String> recipients)
Equivalent to NoteStoreClient.sendMessageToSharedNotebookMembers(String, String, java.util.List). |
|
int |
NoteStoreOperations.setNoteApplicationDataEntry(String guid,
String key,
String value)
Equivalent to NoteStoreClient.setNoteApplicationDataEntry(String, String, String). |
|
int |
NoteStoreOperations.setResourceApplicationDataEntry(String guid,
String key,
String value)
Equivalent to NoteStoreClient.setResourceApplicationDataEntry(String, String, String). |
|
void |
NoteStoreOperations.setSharedNotebookRecipientSettings(String authenticationToken,
long sharedNotebookId,
com.evernote.edam.type.SharedNotebookRecipientSettings recipientSettings)
Equivalent to NoteStoreClient.setSharedNotebookRecipientSettings(String, long, com.evernote.edam.type.SharedNotebookRecipientSettings). |
|
String |
NoteStoreOperations.shareNote(String guid)
Equivalent to NoteStoreClient.shareNote(String). |
|
void |
NoteStoreOperations.stopSharingNote(String guid)
Equivalent to NoteStoreClient.stopSharingNote(String). |
|
int |
NoteStoreOperations.unsetNoteApplicationDataEntry(String guid,
String key)
Equivalent to NoteStoreClient.unsetNoteApplicationDataEntry(String, String) |
|
int |
NoteStoreOperations.unsetResourceApplicationDataEntry(String guid,
String key)
Equivalent to NoteStoreClient.unsetResourceApplicationDataEntry(String, String). |
|
void |
NoteStoreOperations.untagAll(String guid)
Equivalent to NoteStoreClient.untagAll(String). |
|
int |
NoteStoreOperations.updateLinkedNotebook(com.evernote.edam.type.LinkedNotebook linkedNotebook)
Equivalent to NoteStoreClient.updateLinkedNotebook(com.evernote.edam.type.LinkedNotebook). |
|
com.evernote.edam.type.Note |
NoteStoreOperations.updateNote(com.evernote.edam.type.Note note)
Equivalent to NoteStoreClient.updateNote(com.evernote.edam.type.Note). |
|
int |
NoteStoreOperations.updateNotebook(com.evernote.edam.type.Notebook notebook)
Equivalent to NoteStoreClient.updateNotebook(com.evernote.edam.type.Notebook) . |
|
int |
NoteStoreOperations.updateResource(com.evernote.edam.type.Resource resource)
Equivalent to NoteStoreClient.updateResource(com.evernote.edam.type.Resource). |
|
int |
NoteStoreOperations.updateSearch(com.evernote.edam.type.SavedSearch search)
Equivalent to NoteStoreClient.updateSearch(com.evernote.edam.type.SavedSearch). |
|
int |
NoteStoreOperations.updateSharedNotebook(com.evernote.edam.type.SharedNotebook sharedNotebook)
Equivalent to NoteStoreClient.updateSharedNotebook(com.evernote.edam.type.SharedNotebook). |
|
int |
NoteStoreOperations.updateTag(com.evernote.edam.type.Tag tag)
Equivalent to NoteStoreClient.updateTag(com.evernote.edam.type.Tag). |
|
com.evernote.clients.UserStoreClient |
Evernote.userStoreClient()
Retrieve UserStoreClient instance from underlying ClientFactory. |
|
UserStoreOperations |
Evernote.userStoreOperations()
API for performing operations on UserStoreClient. |
|
static
|
EvernoteExceptionUtils.wrap(EvernoteExceptionUtils.Operation<T> operation)
Execute the given operation and wrap the thrown exception to EvernoteException. |
|
| Uses of EvernoteException in org.springframework.social.evernote.api.impl |
|---|
| Methods in org.springframework.social.evernote.api.impl that throw EvernoteException | |
|---|---|
com.evernote.clients.BusinessNoteStoreClient |
EvernoteTemplate.businessNoteStoreClient()
|
com.evernote.clients.LinkedNoteStoreClient |
EvernoteTemplate.linkedNoteStoreClient(com.evernote.edam.type.LinkedNotebook linkedNotebook)
|
com.evernote.clients.NoteStoreClient |
EvernoteTemplate.noteStoreClient()
|
com.evernote.clients.UserStoreClient |
EvernoteTemplate.userStoreClient()
|
UserStoreOperations |
EvernoteTemplate.userStoreOperations()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||