Uses of Class
com.evernote.edam.error.EDAMSystemException

Packages that use EDAMSystemException
com.evernote.clients   
com.evernote.edam.error   
com.evernote.edam.notestore   
com.evernote.edam.userstore   
 

Uses of EDAMSystemException in com.evernote.clients
 

Methods in com.evernote.clients that throw EDAMSystemException
 AuthenticationResult UserStoreClient.authenticate(String username, String password, String consumerKey, String consumerSecret, boolean supportsTwoFactor)
           
 AuthenticationResult UserStoreClient.authenticateLongSession(String username, String password, String consumerKey, String consumerSecret, String deviceIdentifier, String deviceDescription, boolean supportsTwoFactor)
           
 AuthenticationResult UserStoreClient.authenticateToBusiness()
           
 AuthenticationResult NoteStoreClient.authenticateToSharedNote(String guid, String noteKey, String authenticationToken)
           
 AuthenticationResult NoteStoreClient.authenticateToSharedNotebook(String shareKey)
           
 void UserStoreClient.completeTwoFactorAuthentication(String authenticationToken, String oneTimeCode, String deviceIdentifier, String deviceDescription)
           
 Note NoteStoreClient.copyNote(String noteGuid, String toNotebookGuid)
           
 BusinessNoteStoreClient ClientFactory.createBusinessNoteStoreClient()
          Create a new Business NoteStore client.
 LinkedNotebook NoteStoreClient.createLinkedNotebook(LinkedNotebook linkedNotebook)
           
 LinkedNoteStoreClient ClientFactory.createLinkedNoteStoreClient(LinkedNotebook linkedNotebook)
          Creates a LinkedNoteStoreClient from a LinkedNotebook synchronously
 Note NoteStoreClient.createNote(Note note)
           
 Note LinkedNoteStoreClient.createNote(Note note, LinkedNotebook linkedNotebook)
          Helper method to create a note in a linked notebook
 Notebook NoteStoreClient.createNotebook(Notebook notebook)
           
 LinkedNotebook BusinessNoteStoreClient.createNotebook(Notebook notebook)
          Create Linked Notebook from a Notebook
 NoteStoreClient ClientFactory.createNoteStoreClient()
          Create a new NoteStore client.
 SavedSearch NoteStoreClient.createSearch(SavedSearch search)
           
 SharedNotebook NoteStoreClient.createSharedNotebook(SharedNotebook sharedNotebook)
           
 Tag NoteStoreClient.createTag(Tag tag)
           
 int NoteStoreClient.deleteNote(String guid)
           
 void NoteStoreClient.emailNote(NoteEmailParameters parameters)
           
 int NoteStoreClient.expungeInactiveNotes()
           
 int NoteStoreClient.expungeLinkedNotebook(String guid)
           
 int NoteStoreClient.expungeNote(String guid)
           
 int NoteStoreClient.expungeNotebook(String guid)
           
 int NoteStoreClient.expungeNotes(List<String> noteGuids)
           
 int NoteStoreClient.expungeSearch(String guid)
           
 int NoteStoreClient.expungeSharedNotebooks(List<Long> sharedNotebookIds)
           
 int NoteStoreClient.expungeTag(String guid)
           
 NoteCollectionCounts NoteStoreClient.findNoteCounts(NoteFilter filter, boolean withTrash)
           
 int NoteStoreClient.findNoteOffset(NoteFilter filter, String guid)
           
 NoteList NoteStoreClient.findNotes(NoteFilter filter, int offset, int maxNotes)
           
 NotesMetadataList NoteStoreClient.findNotesMetadata(NoteFilter filter, int offset, int maxNotes, NotesMetadataResultSpec resultSpec)
           
 RelatedResult NoteStoreClient.findRelated(RelatedQuery query, RelatedResultSpec resultSpec)
           
 Notebook LinkedNoteStoreClient.getCorrespondingNotebook(LinkedNotebook linkedNotebook)
          Will return the Notebook associated with the LinkedNotebook from the linked account
 Notebook NoteStoreClient.getDefaultNotebook()
           
 SyncChunk NoteStoreClient.getFilteredSyncChunk(int afterUSN, int maxEntries, SyncChunkFilter filter)
           
 SyncChunk NoteStoreClient.getLinkedNotebookSyncChunk(LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, boolean fullSyncOnly)
           
 SyncState NoteStoreClient.getLinkedNotebookSyncState(LinkedNotebook linkedNotebook)
           
 Note NoteStoreClient.getNote(String guid, boolean withContent, boolean withResourcesData, boolean withResourcesRecognition, boolean withResourcesAlternateData)
           
 LazyMap NoteStoreClient.getNoteApplicationData(String guid)
           
 String NoteStoreClient.getNoteApplicationDataEntry(String guid, String key)
           
 Notebook NoteStoreClient.getNotebook(String guid)
           
 String NoteStoreClient.getNoteContent(String guid)
           
 String NoteStoreClient.getNoteSearchText(String guid, boolean noteOnly, boolean tokenizeForIndexing)
           
 String UserStoreClient.getNoteStoreUrl()
           
 List<String> NoteStoreClient.getNoteTagNames(String guid)
           
 Note NoteStoreClient.getNoteVersion(String noteGuid, int updateSequenceNum, boolean withResourcesData, boolean withResourcesRecognition, boolean withResourcesAlternateData)
           
 PremiumInfo UserStoreClient.getPremiumInfo()
           
 Notebook NoteStoreClient.getPublicNotebook(int userId, String publicUri)
           
 PublicUserInfo UserStoreClient.getPublicUserInfo(String username)
           
 Resource NoteStoreClient.getResource(String guid, boolean withData, boolean withRecognition, boolean withAttributes, boolean withAlternateData)
           
 byte[] NoteStoreClient.getResourceAlternateData(String guid)
           
 LazyMap NoteStoreClient.getResourceApplicationData(String guid)
           
 String NoteStoreClient.getResourceApplicationDataEntry(String guid, String key)
           
 ResourceAttributes NoteStoreClient.getResourceAttributes(String guid)
           
 Resource NoteStoreClient.getResourceByHash(String noteGuid, byte[] contentHash, boolean withData, boolean withRecognition, boolean withAlternateData)
           
 byte[] NoteStoreClient.getResourceData(String guid)
           
 byte[] NoteStoreClient.getResourceRecognition(String guid)
           
 String NoteStoreClient.getResourceSearchText(String guid)
           
 SavedSearch NoteStoreClient.getSearch(String guid)
           
 SharedNotebook NoteStoreClient.getSharedNotebookByAuth()
           
 SyncChunk NoteStoreClient.getSyncChunk(int afterUSN, int maxEntries, boolean fullSyncOnly)
           
 SyncState NoteStoreClient.getSyncState()
           
 SyncState NoteStoreClient.getSyncStateWithMetrics(ClientUsageMetrics clientMetrics)
           
 Tag NoteStoreClient.getTag(String guid)
           
 User UserStoreClient.getUser()
           
 boolean UserStoreClient.isBusinessUser()
          Determine if a user belongs to a business account
 boolean LinkedNoteStoreClient.isNotebookWritable(LinkedNotebook linkedNotebook)
          Checks writable permissions of LinkedNotebook on Linked account
 List<LinkedNotebook> NoteStoreClient.listLinkedNotebooks()
           
 List<Notebook> NoteStoreClient.listNotebooks()
           
 List<LinkedNotebook> LinkedNoteStoreClient.listNotebooks()
          Helper method to list linked notebooks
 List<LinkedNotebook> BusinessNoteStoreClient.listNotebooks()
          Helper method to list business notebooks synchronously
 List<NoteVersionId> NoteStoreClient.listNoteVersions(String noteGuid)
           
 List<SavedSearch> NoteStoreClient.listSearches()
           
 List<SharedNotebook> NoteStoreClient.listSharedNotebooks()
           
 List<Tag> NoteStoreClient.listTags()
           
 List<Tag> NoteStoreClient.listTagsByNotebook(String notebookGuid)
           
 AuthenticationResult UserStoreClient.refreshAuthentication()
           
 void UserStoreClient.revokeLongSession()
           
 int NoteStoreClient.sendMessageToSharedNotebookMembers(String notebookGuid, String messageText, List<String> recipients)
           
 int NoteStoreClient.setNoteApplicationDataEntry(String guid, String key, String value)
           
 int NoteStoreClient.setResourceApplicationDataEntry(String guid, String key, String value)
           
 void NoteStoreClient.setSharedNotebookRecipientSettings(String authenticationToken, long sharedNotebookId, SharedNotebookRecipientSettings recipientSettings)
           
 String NoteStoreClient.shareNote(String guid)
           
 void NoteStoreClient.stopSharingNote(String guid)
           
 int NoteStoreClient.unsetNoteApplicationDataEntry(String guid, String key)
           
 int NoteStoreClient.unsetResourceApplicationDataEntry(String guid, String key)
           
 void NoteStoreClient.untagAll(String guid)
           
 int NoteStoreClient.updateLinkedNotebook(LinkedNotebook linkedNotebook)
           
 Note NoteStoreClient.updateNote(Note note)
           
 int NoteStoreClient.updateNotebook(Notebook notebook)
           
 int NoteStoreClient.updateResource(Resource resource)
           
 int NoteStoreClient.updateSearch(SavedSearch search)
           
 int NoteStoreClient.updateSharedNotebook(SharedNotebook sharedNotebook)
           
 int NoteStoreClient.updateTag(Tag tag)
           
 

Uses of EDAMSystemException in com.evernote.edam.error
 

Methods in com.evernote.edam.error that return EDAMSystemException
 EDAMSystemException EDAMSystemException.deepCopy()
           
 

Methods in com.evernote.edam.error with parameters of type EDAMSystemException
 int EDAMSystemException.compareTo(EDAMSystemException other)
           
 boolean EDAMSystemException.equals(EDAMSystemException that)
           
 

Constructors in com.evernote.edam.error with parameters of type EDAMSystemException
EDAMSystemException(EDAMSystemException other)
          Performs a deep copy on other.
 

Uses of EDAMSystemException in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that throw EDAMSystemException
 AuthenticationResult NoteStoreIface.authenticateToSharedNote(String guid, String noteKey, String authenticationToken)
          Asks the service to produce an authentication token that can be used to access the contents of a single Note which was individually shared from someone's account.
 AuthenticationResult NoteStore.Client.authenticateToSharedNote(String guid, String noteKey, String authenticationToken)
           
 AuthenticationResult NoteStoreIface.authenticateToSharedNotebook(String shareKey, String authenticationToken)
          Asks the service to produce an authentication token that can be used to access the contents of a shared notebook from someone else's account.
 AuthenticationResult NoteStore.Client.authenticateToSharedNotebook(String shareKey, String authenticationToken)
           
 Note NoteStoreIface.copyNote(String authenticationToken, String noteGuid, String toNotebookGuid)
          Performs a deep copy of the Note with the provided GUID 'noteGuid' into the Notebook with the provided GUID 'toNotebookGuid'.
 Note NoteStore.Client.copyNote(String authenticationToken, String noteGuid, String toNotebookGuid)
           
 LinkedNotebook NoteStoreIface.createLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
          Asks the service to make a linked notebook with the provided name, username of the owner and identifiers provided.
 LinkedNotebook NoteStore.Client.createLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 Note NoteStoreIface.createNote(String authenticationToken, Note note)
          Asks the service to make a note with the provided set of information.
 Note NoteStore.Client.createNote(String authenticationToken, Note note)
           
 Notebook NoteStoreIface.createNotebook(String authenticationToken, Notebook notebook)
          Asks the service to make a notebook with the provided name.
 Notebook NoteStore.Client.createNotebook(String authenticationToken, Notebook notebook)
           
 SavedSearch NoteStoreIface.createSearch(String authenticationToken, SavedSearch search)
          Asks the service to make a saved search with a set of information.
 SavedSearch NoteStore.Client.createSearch(String authenticationToken, SavedSearch search)
           
 SharedNotebook NoteStoreIface.createSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
          Used to construct a shared notebook object.
 SharedNotebook NoteStore.Client.createSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
           
 Tag NoteStoreIface.createTag(String authenticationToken, Tag tag)
          Asks the service to make a tag with a set of information.
 Tag NoteStore.Client.createTag(String authenticationToken, Tag tag)
           
 int NoteStoreIface.deleteNote(String authenticationToken, String guid)
          Moves the note into the trash.
 int NoteStore.Client.deleteNote(String authenticationToken, String guid)
           
 void NoteStoreIface.emailNote(String authenticationToken, NoteEmailParameters parameters)
          Attempts to send a single note to one or more email recipients.
 void NoteStore.Client.emailNote(String authenticationToken, NoteEmailParameters parameters)
           
 int NoteStoreIface.expungeInactiveNotes(String authenticationToken)
          Permanently removes all of the Notes that are currently marked as inactive.
 int NoteStore.Client.expungeInactiveNotes(String authenticationToken)
           
 int NoteStoreIface.expungeLinkedNotebook(String authenticationToken, String guid)
          Permanently expunges the linked notebook from the account.
 int NoteStore.Client.expungeLinkedNotebook(String authenticationToken, String guid)
           
 int NoteStoreIface.expungeNote(String authenticationToken, String guid)
          Permanently removes a Note, and all of its Resources, from the service.
 int NoteStore.Client.expungeNote(String authenticationToken, String guid)
           
 int NoteStoreIface.expungeNotebook(String authenticationToken, String guid)
          Permanently removes the notebook from the user's account.
 int NoteStore.Client.expungeNotebook(String authenticationToken, String guid)
           
 int NoteStoreIface.expungeNotes(String authenticationToken, List<String> noteGuids)
          Permanently removes a list of Notes, and all of their Resources, from the service.
 int NoteStore.Client.expungeNotes(String authenticationToken, List<String> noteGuids)
           
 int NoteStoreIface.expungeSearch(String authenticationToken, String guid)
          Permanently deletes the saved search with the provided GUID, if present.
 int NoteStore.Client.expungeSearch(String authenticationToken, String guid)
           
 int NoteStoreIface.expungeSharedNotebooks(String authenticationToken, List<Long> sharedNotebookIds)
          Expunges the SharedNotebooks in the user's account using the SharedNotebook.id as the identifier.
 int NoteStore.Client.expungeSharedNotebooks(String authenticationToken, List<Long> sharedNotebookIds)
           
 int NoteStoreIface.expungeTag(String authenticationToken, String guid)
          Permanently deletes the tag with the provided GUID, if present.
 int NoteStore.Client.expungeTag(String authenticationToken, String guid)
           
 NoteCollectionCounts NoteStoreIface.findNoteCounts(String authenticationToken, NoteFilter filter, boolean withTrash)
          This function is used to determine how many notes are found for each notebook and tag in the user's account, given a current set of filter parameters that determine the current selection.
 NoteCollectionCounts NoteStore.Client.findNoteCounts(String authenticationToken, NoteFilter filter, boolean withTrash)
           
 int NoteStoreIface.findNoteOffset(String authenticationToken, NoteFilter filter, String guid)
          Finds the position of a note within a sorted subset of all of the user's notes.
 int NoteStore.Client.findNoteOffset(String authenticationToken, NoteFilter filter, String guid)
           
 NoteList NoteStoreIface.findNotes(String authenticationToken, NoteFilter filter, int offset, int maxNotes)
          DEPRECATED.
 NoteList NoteStore.Client.findNotes(String authenticationToken, NoteFilter filter, int offset, int maxNotes)
           
 NotesMetadataList NoteStoreIface.findNotesMetadata(String authenticationToken, NoteFilter filter, int offset, int maxNotes, NotesMetadataResultSpec resultSpec)
          Used to find the high-level information about a set of the notes from a user's account based on various criteria specified via a NoteFilter object.
 NotesMetadataList NoteStore.Client.findNotesMetadata(String authenticationToken, NoteFilter filter, int offset, int maxNotes, NotesMetadataResultSpec resultSpec)
           
 RelatedResult NoteStoreIface.findRelated(String authenticationToken, RelatedQuery query, RelatedResultSpec resultSpec)
          Identify related entities on the service, such as notes, notebooks, and tags related to notes or content.
 RelatedResult NoteStore.Client.findRelated(String authenticationToken, RelatedQuery query, RelatedResultSpec resultSpec)
           
 Notebook NoteStoreIface.getDefaultNotebook(String authenticationToken)
          Returns the notebook that should be used to store new notes in the user's account when no other notebooks are specified.
 Notebook NoteStore.Client.getDefaultNotebook(String authenticationToken)
           
 SyncChunk NoteStoreIface.getFilteredSyncChunk(String authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter)
          Asks the NoteStore to provide the state of the account in order of last modification.
 SyncChunk NoteStore.Client.getFilteredSyncChunk(String authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter)
           
 SyncChunk NoteStoreIface.getLinkedNotebookSyncChunk(String authenticationToken, LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, boolean fullSyncOnly)
          Asks the NoteStore to provide information about the contents of a linked notebook that has been shared with the caller, or that is public to the world.
 SyncChunk NoteStore.Client.getLinkedNotebookSyncChunk(String authenticationToken, LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, boolean fullSyncOnly)
           
 SyncState NoteStoreIface.getLinkedNotebookSyncState(String authenticationToken, LinkedNotebook linkedNotebook)
          Asks the NoteStore to provide information about the status of a linked notebook that has been shared with the caller, or that is public to the world.
 SyncState NoteStore.Client.getLinkedNotebookSyncState(String authenticationToken, LinkedNotebook linkedNotebook)
           
 Note NoteStoreIface.getNote(String authenticationToken, String guid, boolean withContent, boolean withResourcesData, boolean withResourcesRecognition, boolean withResourcesAlternateData)
          Returns the current state of the note in the service with the provided GUID.
 Note NoteStore.Client.getNote(String authenticationToken, String guid, boolean withContent, boolean withResourcesData, boolean withResourcesRecognition, boolean withResourcesAlternateData)
           
 LazyMap NoteStoreIface.getNoteApplicationData(String authenticationToken, String guid)
          Get all of the application data for the note identified by GUID, with values returned within the LazyMap fullMap field.
 LazyMap NoteStore.Client.getNoteApplicationData(String authenticationToken, String guid)
           
 String NoteStoreIface.getNoteApplicationDataEntry(String authenticationToken, String guid, String key)
          Get the value of a single entry in the applicationData map for the note identified by GUID.
 String NoteStore.Client.getNoteApplicationDataEntry(String authenticationToken, String guid, String key)
           
 Notebook NoteStoreIface.getNotebook(String authenticationToken, String guid)
          Returns the current state of the notebook with the provided GUID.
 Notebook NoteStore.Client.getNotebook(String authenticationToken, String guid)
           
 String NoteStoreIface.getNoteContent(String authenticationToken, String guid)
          Returns XHTML contents of the note with the provided GUID.
 String NoteStore.Client.getNoteContent(String authenticationToken, String guid)
           
 String NoteStoreIface.getNoteSearchText(String authenticationToken, String guid, boolean noteOnly, boolean tokenizeForIndexing)
          Returns a block of the extracted plain text contents of the note with the provided GUID.
 String NoteStore.Client.getNoteSearchText(String authenticationToken, String guid, boolean noteOnly, boolean tokenizeForIndexing)
           
 List<String> NoteStoreIface.getNoteTagNames(String authenticationToken, String guid)
          Returns a list of the names of the tags for the note with the provided guid.
 List<String> NoteStore.Client.getNoteTagNames(String authenticationToken, String guid)
           
 Note NoteStoreIface.getNoteVersion(String authenticationToken, String noteGuid, int updateSequenceNum, boolean withResourcesData, boolean withResourcesRecognition, boolean withResourcesAlternateData)
          This can be used to retrieve a previous version of a Note after it has been updated within the service.
 Note NoteStore.Client.getNoteVersion(String authenticationToken, String noteGuid, int updateSequenceNum, boolean withResourcesData, boolean withResourcesRecognition, boolean withResourcesAlternateData)
           
 Notebook NoteStoreIface.getPublicNotebook(int userId, String publicUri)
           Looks for a user account with the provided userId on this NoteStore shard and determines whether that account contains a public notebook with the given URI.
 Notebook NoteStore.Client.getPublicNotebook(int userId, String publicUri)
           
 Resource NoteStoreIface.getResource(String authenticationToken, String guid, boolean withData, boolean withRecognition, boolean withAttributes, boolean withAlternateData)
          Returns the current state of the resource in the service with the provided GUID.
 Resource NoteStore.Client.getResource(String authenticationToken, String guid, boolean withData, boolean withRecognition, boolean withAttributes, boolean withAlternateData)
           
 byte[] NoteStoreIface.getResourceAlternateData(String authenticationToken, String guid)
          If the Resource with the provided GUID has an alternate data representation (indicated via the Resource.alternateData field), then this request can be used to retrieve the binary contents of that alternate data file.
 byte[] NoteStore.Client.getResourceAlternateData(String authenticationToken, String guid)
           
 LazyMap NoteStoreIface.getResourceApplicationData(String authenticationToken, String guid)
          Get all of the application data for the Resource identified by GUID, with values returned within the LazyMap fullMap field.
 LazyMap NoteStore.Client.getResourceApplicationData(String authenticationToken, String guid)
           
 String NoteStoreIface.getResourceApplicationDataEntry(String authenticationToken, String guid, String key)
          Get the value of a single entry in the applicationData map for the Resource identified by GUID.
 String NoteStore.Client.getResourceApplicationDataEntry(String authenticationToken, String guid, String key)
           
 ResourceAttributes NoteStoreIface.getResourceAttributes(String authenticationToken, String guid)
          Returns the set of attributes for the Resource with the provided GUID.
 ResourceAttributes NoteStore.Client.getResourceAttributes(String authenticationToken, String guid)
           
 Resource NoteStoreIface.getResourceByHash(String authenticationToken, String noteGuid, byte[] contentHash, boolean withData, boolean withRecognition, boolean withAlternateData)
          Returns the current state of a resource, referenced by containing note GUID and resource content hash.
 Resource NoteStore.Client.getResourceByHash(String authenticationToken, String noteGuid, byte[] contentHash, boolean withData, boolean withRecognition, boolean withAlternateData)
           
 byte[] NoteStoreIface.getResourceData(String authenticationToken, String guid)
          Returns binary data of the resource with the provided GUID.
 byte[] NoteStore.Client.getResourceData(String authenticationToken, String guid)
           
 byte[] NoteStoreIface.getResourceRecognition(String authenticationToken, String guid)
          Returns the binary contents of the recognition index for the resource with the provided GUID.
 byte[] NoteStore.Client.getResourceRecognition(String authenticationToken, String guid)
           
 String NoteStoreIface.getResourceSearchText(String authenticationToken, String guid)
          Returns a block of the extracted plain text contents of the resource with the provided GUID.
 String NoteStore.Client.getResourceSearchText(String authenticationToken, String guid)
           
 SavedSearch NoteStoreIface.getSearch(String authenticationToken, String guid)
          Returns the current state of the search with the provided GUID.
 SavedSearch NoteStore.Client.getSearch(String authenticationToken, String guid)
           
 SharedNotebook NoteStoreIface.getSharedNotebookByAuth(String authenticationToken)
          This function is used to retrieve extended information about a shared notebook by a guest who has already authenticated to access that notebook.
 SharedNotebook NoteStore.Client.getSharedNotebookByAuth(String authenticationToken)
           
 SyncChunk NoteStoreIface.getSyncChunk(String authenticationToken, int afterUSN, int maxEntries, boolean fullSyncOnly)
          DEPRECATED - use getFilteredSyncChunk.
 SyncChunk NoteStore.Client.getSyncChunk(String authenticationToken, int afterUSN, int maxEntries, boolean fullSyncOnly)
           
 SyncState NoteStoreIface.getSyncState(String authenticationToken)
          Asks the NoteStore to provide information about the status of the user account corresponding to the provided authentication token.
 SyncState NoteStore.Client.getSyncState(String authenticationToken)
           
 SyncState NoteStoreIface.getSyncStateWithMetrics(String authenticationToken, ClientUsageMetrics clientMetrics)
          Asks the NoteStore to provide information about the status of the user account corresponding to the provided authentication token.
 SyncState NoteStore.Client.getSyncStateWithMetrics(String authenticationToken, ClientUsageMetrics clientMetrics)
           
 Tag NoteStoreIface.getTag(String authenticationToken, String guid)
          Returns the current state of the Tag with the provided GUID.
 Tag NoteStore.Client.getTag(String authenticationToken, String guid)
           
 List<LinkedNotebook> NoteStoreIface.listLinkedNotebooks(String authenticationToken)
          Returns a list of linked notebooks
 List<LinkedNotebook> NoteStore.Client.listLinkedNotebooks(String authenticationToken)
           
 List<Notebook> NoteStoreIface.listNotebooks(String authenticationToken)
          Returns a list of all of the notebooks in the account.
 List<Notebook> NoteStore.Client.listNotebooks(String authenticationToken)
           
 List<NoteVersionId> NoteStoreIface.listNoteVersions(String authenticationToken, String noteGuid)
          Returns a list of the prior versions of a particular note that are saved within the service.
 List<NoteVersionId> NoteStore.Client.listNoteVersions(String authenticationToken, String noteGuid)
           
 List<SavedSearch> NoteStoreIface.listSearches(String authenticationToken)
          Returns a list of the searches in the account.
 List<SavedSearch> NoteStore.Client.listSearches(String authenticationToken)
           
 List<SharedNotebook> NoteStoreIface.listSharedNotebooks(String authenticationToken)
          Lists the collection of shared notebooks for all notebooks in the users account.
 List<SharedNotebook> NoteStore.Client.listSharedNotebooks(String authenticationToken)
           
 List<Tag> NoteStoreIface.listTags(String authenticationToken)
          Returns a list of the tags in the account.
 List<Tag> NoteStore.Client.listTags(String authenticationToken)
           
 List<Tag> NoteStoreIface.listTagsByNotebook(String authenticationToken, String notebookGuid)
          Returns a list of the tags that are applied to at least one note within the provided notebook.
 List<Tag> NoteStore.Client.listTagsByNotebook(String authenticationToken, String notebookGuid)
           
 AuthenticationResult NoteStore.Client.recv_authenticateToSharedNote()
           
 AuthenticationResult NoteStore.Client.recv_authenticateToSharedNotebook()
           
 Note NoteStore.Client.recv_copyNote()
           
 LinkedNotebook NoteStore.Client.recv_createLinkedNotebook()
           
 Note NoteStore.Client.recv_createNote()
           
 Notebook NoteStore.Client.recv_createNotebook()
           
 SavedSearch NoteStore.Client.recv_createSearch()
           
 SharedNotebook NoteStore.Client.recv_createSharedNotebook()
           
 Tag NoteStore.Client.recv_createTag()
           
 int NoteStore.Client.recv_deleteNote()
           
 void NoteStore.Client.recv_emailNote()
           
 int NoteStore.Client.recv_expungeInactiveNotes()
           
 int NoteStore.Client.recv_expungeLinkedNotebook()
           
 int NoteStore.Client.recv_expungeNote()
           
 int NoteStore.Client.recv_expungeNotebook()
           
 int NoteStore.Client.recv_expungeNotes()
           
 int NoteStore.Client.recv_expungeSearch()
           
 int NoteStore.Client.recv_expungeSharedNotebooks()
           
 int NoteStore.Client.recv_expungeTag()
           
 NoteCollectionCounts NoteStore.Client.recv_findNoteCounts()
           
 int NoteStore.Client.recv_findNoteOffset()
           
 NoteList NoteStore.Client.recv_findNotes()
           
 NotesMetadataList NoteStore.Client.recv_findNotesMetadata()
           
 RelatedResult NoteStore.Client.recv_findRelated()
           
 Notebook NoteStore.Client.recv_getDefaultNotebook()
           
 SyncChunk NoteStore.Client.recv_getFilteredSyncChunk()
           
 SyncChunk NoteStore.Client.recv_getLinkedNotebookSyncChunk()
           
 SyncState NoteStore.Client.recv_getLinkedNotebookSyncState()
           
 Note NoteStore.Client.recv_getNote()
           
 LazyMap NoteStore.Client.recv_getNoteApplicationData()
           
 String NoteStore.Client.recv_getNoteApplicationDataEntry()
           
 Notebook NoteStore.Client.recv_getNotebook()
           
 String NoteStore.Client.recv_getNoteContent()
           
 String NoteStore.Client.recv_getNoteSearchText()
           
 List<String> NoteStore.Client.recv_getNoteTagNames()
           
 Note NoteStore.Client.recv_getNoteVersion()
           
 Notebook NoteStore.Client.recv_getPublicNotebook()
           
 Resource NoteStore.Client.recv_getResource()
           
 byte[] NoteStore.Client.recv_getResourceAlternateData()
           
 LazyMap NoteStore.Client.recv_getResourceApplicationData()
           
 String NoteStore.Client.recv_getResourceApplicationDataEntry()
           
 ResourceAttributes NoteStore.Client.recv_getResourceAttributes()
           
 Resource NoteStore.Client.recv_getResourceByHash()
           
 byte[] NoteStore.Client.recv_getResourceData()
           
 byte[] NoteStore.Client.recv_getResourceRecognition()
           
 String NoteStore.Client.recv_getResourceSearchText()
           
 SavedSearch NoteStore.Client.recv_getSearch()
           
 SharedNotebook NoteStore.Client.recv_getSharedNotebookByAuth()
           
 SyncChunk NoteStore.Client.recv_getSyncChunk()
           
 SyncState NoteStore.Client.recv_getSyncState()
           
 SyncState NoteStore.Client.recv_getSyncStateWithMetrics()
           
 Tag NoteStore.Client.recv_getTag()
           
 List<LinkedNotebook> NoteStore.Client.recv_listLinkedNotebooks()
           
 List<Notebook> NoteStore.Client.recv_listNotebooks()
           
 List<NoteVersionId> NoteStore.Client.recv_listNoteVersions()
           
 List<SavedSearch> NoteStore.Client.recv_listSearches()
           
 List<SharedNotebook> NoteStore.Client.recv_listSharedNotebooks()
           
 List<Tag> NoteStore.Client.recv_listTags()
           
 List<Tag> NoteStore.Client.recv_listTagsByNotebook()
           
 int NoteStore.Client.recv_sendMessageToSharedNotebookMembers()
           
 int NoteStore.Client.recv_setNoteApplicationDataEntry()
           
 int NoteStore.Client.recv_setResourceApplicationDataEntry()
           
 int NoteStore.Client.recv_setSharedNotebookRecipientSettings()
           
 String NoteStore.Client.recv_shareNote()
           
 void NoteStore.Client.recv_stopSharingNote()
           
 int NoteStore.Client.recv_unsetNoteApplicationDataEntry()
           
 int NoteStore.Client.recv_unsetResourceApplicationDataEntry()
           
 void NoteStore.Client.recv_untagAll()
           
 int NoteStore.Client.recv_updateLinkedNotebook()
           
 Note NoteStore.Client.recv_updateNote()
           
 int NoteStore.Client.recv_updateNotebook()
           
 int NoteStore.Client.recv_updateResource()
           
 int NoteStore.Client.recv_updateSearch()
           
 int NoteStore.Client.recv_updateSharedNotebook()
           
 int NoteStore.Client.recv_updateTag()
           
 int NoteStoreIface.sendMessageToSharedNotebookMembers(String authenticationToken, String notebookGuid, String messageText, List<String> recipients)
          Send a reminder message to some or all of the email addresses that a notebook has been shared with.
 int NoteStore.Client.sendMessageToSharedNotebookMembers(String authenticationToken, String notebookGuid, String messageText, List<String> recipients)
           
 int NoteStoreIface.setNoteApplicationDataEntry(String authenticationToken, String guid, String key, String value)
          Update, or create, an entry in the applicationData map for the note identified by guid.
 int NoteStore.Client.setNoteApplicationDataEntry(String authenticationToken, String guid, String key, String value)
           
 int NoteStoreIface.setResourceApplicationDataEntry(String authenticationToken, String guid, String key, String value)
          Update, or create, an entry in the applicationData map for the Resource identified by guid.
 int NoteStore.Client.setResourceApplicationDataEntry(String authenticationToken, String guid, String key, String value)
           
 int NoteStoreIface.setSharedNotebookRecipientSettings(String authenticationToken, long sharedNotebookId, SharedNotebookRecipientSettings recipientSettings)
          Set values for the recipient settings associated with a shared notebook.
 int NoteStore.Client.setSharedNotebookRecipientSettings(String authenticationToken, long sharedNotebookId, SharedNotebookRecipientSettings recipientSettings)
           
 String NoteStoreIface.shareNote(String authenticationToken, String guid)
          If this note is not already shared (via its own direct URL), then this will start sharing that note.
 String NoteStore.Client.shareNote(String authenticationToken, String guid)
           
 void NoteStoreIface.stopSharingNote(String authenticationToken, String guid)
          If this note is not already shared then this will stop sharing that note and invalidate its "Note Key", so any existing URLs to access that Note will stop working.
 void NoteStore.Client.stopSharingNote(String authenticationToken, String guid)
           
 int NoteStoreIface.unsetNoteApplicationDataEntry(String authenticationToken, String guid, String key)
          Remove an entry identified by 'key' from the applicationData map for the note identified by 'guid'.
 int NoteStore.Client.unsetNoteApplicationDataEntry(String authenticationToken, String guid, String key)
           
 int NoteStoreIface.unsetResourceApplicationDataEntry(String authenticationToken, String guid, String key)
          Remove an entry identified by 'key' from the applicationData map for the Resource identified by 'guid'.
 int NoteStore.Client.unsetResourceApplicationDataEntry(String authenticationToken, String guid, String key)
           
 void NoteStoreIface.untagAll(String authenticationToken, String guid)
          Removes the provided tag from every note that is currently tagged with this tag.
 void NoteStore.Client.untagAll(String authenticationToken, String guid)
           
 int NoteStoreIface.updateLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 int NoteStore.Client.updateLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 Note NoteStoreIface.updateNote(String authenticationToken, Note note)
          Submit a set of changes to a note to the service.
 Note NoteStore.Client.updateNote(String authenticationToken, Note note)
           
 int NoteStoreIface.updateNotebook(String authenticationToken, Notebook notebook)
          Submits notebook changes to the service.
 int NoteStore.Client.updateNotebook(String authenticationToken, Notebook notebook)
           
 int NoteStoreIface.updateResource(String authenticationToken, Resource resource)
          Submit a set of changes to a resource to the service.
 int NoteStore.Client.updateResource(String authenticationToken, Resource resource)
           
 int NoteStoreIface.updateSearch(String authenticationToken, SavedSearch search)
          Submits search changes to the service.
 int NoteStore.Client.updateSearch(String authenticationToken, SavedSearch search)
           
 int NoteStoreIface.updateSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
          Update a SharedNotebook object.
 int NoteStore.Client.updateSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
           
 int NoteStoreIface.updateTag(String authenticationToken, Tag tag)
          Submits tag changes to the service.
 int NoteStore.Client.updateTag(String authenticationToken, Tag tag)
           
 

Uses of EDAMSystemException in com.evernote.edam.userstore
 

Methods in com.evernote.edam.userstore that throw EDAMSystemException
 AuthenticationResult UserStoreIface.authenticate(String username, String password, String consumerKey, String consumerSecret, boolean supportsTwoFactor)
          This is used to check a username and password in order to create a short-lived authentication session that can be used for further actions.
 AuthenticationResult UserStore.Client.authenticate(String username, String password, String consumerKey, String consumerSecret, boolean supportsTwoFactor)
           
 AuthenticationResult UserStoreIface.authenticateLongSession(String username, String password, String consumerKey, String consumerSecret, String deviceIdentifier, String deviceDescription, boolean supportsTwoFactor)
          This is used to check a username and password in order to create a long-lived authentication token that can be used for further actions.
 AuthenticationResult UserStore.Client.authenticateLongSession(String username, String password, String consumerKey, String consumerSecret, String deviceIdentifier, String deviceDescription, boolean supportsTwoFactor)
           
 AuthenticationResult UserStoreIface.authenticateToBusiness(String authenticationToken)
          This is used to take an existing authentication token that grants access to an individual user account (returned from 'authenticate', 'authenticateLongSession' or an OAuth authorization) and obtain an additional authentication token that may be used to access business notebooks if the user is a member of an Evernote Business account.
 AuthenticationResult UserStore.Client.authenticateToBusiness(String authenticationToken)
           
 AuthenticationResult UserStoreIface.completeTwoFactorAuthentication(String authenticationToken, String oneTimeCode, String deviceIdentifier, String deviceDescription)
          Complete the authentication process when a second factor is required.
 AuthenticationResult UserStore.Client.completeTwoFactorAuthentication(String authenticationToken, String oneTimeCode, String deviceIdentifier, String deviceDescription)
           
 String UserStoreIface.getNoteStoreUrl(String authenticationToken)
          Returns the URL that should be used to talk to the NoteStore for the account represented by the provided authenticationToken.
 String UserStore.Client.getNoteStoreUrl(String authenticationToken)
           
 PremiumInfo UserStoreIface.getPremiumInfo(String authenticationToken)
          Returns information regarding a user's Premium account corresponding to the provided authentication token, or throws an exception if this token is not valid.
 PremiumInfo UserStore.Client.getPremiumInfo(String authenticationToken)
           
 PublicUserInfo UserStoreIface.getPublicUserInfo(String username)
          Asks the UserStore about the publicly available location information for a particular username.
 PublicUserInfo UserStore.Client.getPublicUserInfo(String username)
           
 User UserStoreIface.getUser(String authenticationToken)
          Returns the User corresponding to the provided authentication token, or throws an exception if this token is not valid.
 User UserStore.Client.getUser(String authenticationToken)
           
 AuthenticationResult UserStore.Client.recv_authenticate()
           
 AuthenticationResult UserStore.Client.recv_authenticateLongSession()
           
 AuthenticationResult UserStore.Client.recv_authenticateToBusiness()
           
 AuthenticationResult UserStore.Client.recv_completeTwoFactorAuthentication()
           
 String UserStore.Client.recv_getNoteStoreUrl()
           
 PremiumInfo UserStore.Client.recv_getPremiumInfo()
           
 PublicUserInfo UserStore.Client.recv_getPublicUserInfo()
           
 User UserStore.Client.recv_getUser()
           
 AuthenticationResult UserStore.Client.recv_refreshAuthentication()
           
 void UserStore.Client.recv_revokeLongSession()
           
 AuthenticationResult UserStoreIface.refreshAuthentication(String authenticationToken)
          This is used to take an existing authentication token (returned from 'authenticate') and exchange it for a newer token which will not expire as soon.
 AuthenticationResult UserStore.Client.refreshAuthentication(String authenticationToken)
           
 void UserStoreIface.revokeLongSession(String authenticationToken)
          Revoke an existing long lived authentication token.
 void UserStore.Client.revokeLongSession(String authenticationToken)
           
 



Copyright © 2013. All Rights Reserved.