Uses of Class
com.evernote.thrift.TException

Packages that use TException
com.evernote.clients   
com.evernote.edam.error   
com.evernote.edam.notestore   
com.evernote.edam.type   
com.evernote.edam.userstore   
com.evernote.thrift   
com.evernote.thrift.protocol   
com.evernote.thrift.transport   
 

Uses of TException in com.evernote.clients
 

Methods in com.evernote.clients that throw TException
 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)
           
 boolean UserStoreClient.checkVersion(String clientName, short edamVersionMajor, short edamVersionMinor)
           
 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)
           
 BootstrapInfo UserStoreClient.getBootstrapInfo(String locale)
           
 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 TException in com.evernote.edam.error
 

Methods in com.evernote.edam.error that throw TException
 void EDAMUserException.read(TProtocol iprot)
           
 void EDAMSystemException.read(TProtocol iprot)
           
 void EDAMNotFoundException.read(TProtocol iprot)
           
 void EDAMUserException.validate()
           
 void EDAMSystemException.validate()
           
 void EDAMNotFoundException.validate()
           
 void EDAMUserException.write(TProtocol oprot)
           
 void EDAMSystemException.write(TProtocol oprot)
           
 void EDAMNotFoundException.write(TProtocol oprot)
           
 

Uses of TException in com.evernote.edam.notestore
 

Methods in com.evernote.edam.notestore that throw TException
 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)
           
 void SyncState.read(TProtocol iprot)
           
 void SyncChunkFilter.read(TProtocol iprot)
           
 void SyncChunk.read(TProtocol iprot)
           
 void RelatedResultSpec.read(TProtocol iprot)
           
 void RelatedResult.read(TProtocol iprot)
           
 void RelatedQuery.read(TProtocol iprot)
           
 void NoteVersionId.read(TProtocol iprot)
           
 void NotesMetadataResultSpec.read(TProtocol iprot)
           
 void NotesMetadataList.read(TProtocol iprot)
           
 void NoteMetadata.read(TProtocol iprot)
           
 void NoteList.read(TProtocol iprot)
           
 void NoteFilter.read(TProtocol iprot)
           
 void NoteEmailParameters.read(TProtocol iprot)
           
 void NoteCollectionCounts.read(TProtocol iprot)
           
 void ClientUsageMetrics.read(TProtocol iprot)
           
 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()
           
 void NoteStore.Client.send_authenticateToSharedNote(String guid, String noteKey, String authenticationToken)
           
 void NoteStore.Client.send_authenticateToSharedNotebook(String shareKey, String authenticationToken)
           
 void NoteStore.Client.send_copyNote(String authenticationToken, String noteGuid, String toNotebookGuid)
           
 void NoteStore.Client.send_createLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 void NoteStore.Client.send_createNote(String authenticationToken, Note note)
           
 void NoteStore.Client.send_createNotebook(String authenticationToken, Notebook notebook)
           
 void NoteStore.Client.send_createSearch(String authenticationToken, SavedSearch search)
           
 void NoteStore.Client.send_createSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
           
 void NoteStore.Client.send_createTag(String authenticationToken, Tag tag)
           
 void NoteStore.Client.send_deleteNote(String authenticationToken, String guid)
           
 void NoteStore.Client.send_emailNote(String authenticationToken, NoteEmailParameters parameters)
           
 void NoteStore.Client.send_expungeInactiveNotes(String authenticationToken)
           
 void NoteStore.Client.send_expungeLinkedNotebook(String authenticationToken, String guid)
           
 void NoteStore.Client.send_expungeNote(String authenticationToken, String guid)
           
 void NoteStore.Client.send_expungeNotebook(String authenticationToken, String guid)
           
 void NoteStore.Client.send_expungeNotes(String authenticationToken, List<String> noteGuids)
           
 void NoteStore.Client.send_expungeSearch(String authenticationToken, String guid)
           
 void NoteStore.Client.send_expungeSharedNotebooks(String authenticationToken, List<Long> sharedNotebookIds)
           
 void NoteStore.Client.send_expungeTag(String authenticationToken, String guid)
           
 void NoteStore.Client.send_findNoteCounts(String authenticationToken, NoteFilter filter, boolean withTrash)
           
 void NoteStore.Client.send_findNoteOffset(String authenticationToken, NoteFilter filter, String guid)
           
 void NoteStore.Client.send_findNotes(String authenticationToken, NoteFilter filter, int offset, int maxNotes)
           
 void NoteStore.Client.send_findNotesMetadata(String authenticationToken, NoteFilter filter, int offset, int maxNotes, NotesMetadataResultSpec resultSpec)
           
 void NoteStore.Client.send_findRelated(String authenticationToken, RelatedQuery query, RelatedResultSpec resultSpec)
           
 void NoteStore.Client.send_getDefaultNotebook(String authenticationToken)
           
 void NoteStore.Client.send_getFilteredSyncChunk(String authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter)
           
 void NoteStore.Client.send_getLinkedNotebookSyncChunk(String authenticationToken, LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, boolean fullSyncOnly)
           
 void NoteStore.Client.send_getLinkedNotebookSyncState(String authenticationToken, LinkedNotebook linkedNotebook)
           
 void NoteStore.Client.send_getNote(String authenticationToken, String guid, boolean withContent, boolean withResourcesData, boolean withResourcesRecognition, boolean withResourcesAlternateData)
           
 void NoteStore.Client.send_getNoteApplicationData(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getNoteApplicationDataEntry(String authenticationToken, String guid, String key)
           
 void NoteStore.Client.send_getNotebook(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getNoteContent(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getNoteSearchText(String authenticationToken, String guid, boolean noteOnly, boolean tokenizeForIndexing)
           
 void NoteStore.Client.send_getNoteTagNames(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getNoteVersion(String authenticationToken, String noteGuid, int updateSequenceNum, boolean withResourcesData, boolean withResourcesRecognition, boolean withResourcesAlternateData)
           
 void NoteStore.Client.send_getPublicNotebook(int userId, String publicUri)
           
 void NoteStore.Client.send_getResource(String authenticationToken, String guid, boolean withData, boolean withRecognition, boolean withAttributes, boolean withAlternateData)
           
 void NoteStore.Client.send_getResourceAlternateData(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getResourceApplicationData(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getResourceApplicationDataEntry(String authenticationToken, String guid, String key)
           
 void NoteStore.Client.send_getResourceAttributes(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getResourceByHash(String authenticationToken, String noteGuid, byte[] contentHash, boolean withData, boolean withRecognition, boolean withAlternateData)
           
 void NoteStore.Client.send_getResourceData(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getResourceRecognition(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getResourceSearchText(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getSearch(String authenticationToken, String guid)
           
 void NoteStore.Client.send_getSharedNotebookByAuth(String authenticationToken)
           
 void NoteStore.Client.send_getSyncChunk(String authenticationToken, int afterUSN, int maxEntries, boolean fullSyncOnly)
           
 void NoteStore.Client.send_getSyncState(String authenticationToken)
           
 void NoteStore.Client.send_getSyncStateWithMetrics(String authenticationToken, ClientUsageMetrics clientMetrics)
           
 void NoteStore.Client.send_getTag(String authenticationToken, String guid)
           
 void NoteStore.Client.send_listLinkedNotebooks(String authenticationToken)
           
 void NoteStore.Client.send_listNotebooks(String authenticationToken)
           
 void NoteStore.Client.send_listNoteVersions(String authenticationToken, String noteGuid)
           
 void NoteStore.Client.send_listSearches(String authenticationToken)
           
 void NoteStore.Client.send_listSharedNotebooks(String authenticationToken)
           
 void NoteStore.Client.send_listTags(String authenticationToken)
           
 void NoteStore.Client.send_listTagsByNotebook(String authenticationToken, String notebookGuid)
           
 void NoteStore.Client.send_sendMessageToSharedNotebookMembers(String authenticationToken, String notebookGuid, String messageText, List<String> recipients)
           
 void NoteStore.Client.send_setNoteApplicationDataEntry(String authenticationToken, String guid, String key, String value)
           
 void NoteStore.Client.send_setResourceApplicationDataEntry(String authenticationToken, String guid, String key, String value)
           
 void NoteStore.Client.send_setSharedNotebookRecipientSettings(String authenticationToken, long sharedNotebookId, SharedNotebookRecipientSettings recipientSettings)
           
 void NoteStore.Client.send_shareNote(String authenticationToken, String guid)
           
 void NoteStore.Client.send_stopSharingNote(String authenticationToken, String guid)
           
 void NoteStore.Client.send_unsetNoteApplicationDataEntry(String authenticationToken, String guid, String key)
           
 void NoteStore.Client.send_unsetResourceApplicationDataEntry(String authenticationToken, String guid, String key)
           
 void NoteStore.Client.send_untagAll(String authenticationToken, String guid)
           
 void NoteStore.Client.send_updateLinkedNotebook(String authenticationToken, LinkedNotebook linkedNotebook)
           
 void NoteStore.Client.send_updateNote(String authenticationToken, Note note)
           
 void NoteStore.Client.send_updateNotebook(String authenticationToken, Notebook notebook)
           
 void NoteStore.Client.send_updateResource(String authenticationToken, Resource resource)
           
 void NoteStore.Client.send_updateSearch(String authenticationToken, SavedSearch search)
           
 void NoteStore.Client.send_updateSharedNotebook(String authenticationToken, SharedNotebook sharedNotebook)
           
 void NoteStore.Client.send_updateTag(String authenticationToken, Tag tag)
           
 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)
           
 void SyncState.validate()
           
 void SyncChunkFilter.validate()
           
 void SyncChunk.validate()
           
 void RelatedResultSpec.validate()
           
 void RelatedResult.validate()
           
 void RelatedQuery.validate()
           
 void NoteVersionId.validate()
           
 void NotesMetadataResultSpec.validate()
           
 void NotesMetadataList.validate()
           
 void NoteMetadata.validate()
           
 void NoteList.validate()
           
 void NoteFilter.validate()
           
 void NoteEmailParameters.validate()
           
 void NoteCollectionCounts.validate()
           
 void ClientUsageMetrics.validate()
           
 void SyncState.write(TProtocol oprot)
           
 void SyncChunkFilter.write(TProtocol oprot)
           
 void SyncChunk.write(TProtocol oprot)
           
 void RelatedResultSpec.write(TProtocol oprot)
           
 void RelatedResult.write(TProtocol oprot)
           
 void RelatedQuery.write(TProtocol oprot)
           
 void NoteVersionId.write(TProtocol oprot)
           
 void NotesMetadataResultSpec.write(TProtocol oprot)
           
 void NotesMetadataList.write(TProtocol oprot)
           
 void NoteMetadata.write(TProtocol oprot)
           
 void NoteList.write(TProtocol oprot)
           
 void NoteFilter.write(TProtocol oprot)
           
 void NoteEmailParameters.write(TProtocol oprot)
           
 void NoteCollectionCounts.write(TProtocol oprot)
           
 void ClientUsageMetrics.write(TProtocol oprot)
           
 

Uses of TException in com.evernote.edam.type
 

Methods in com.evernote.edam.type that throw TException
 void UserAttributes.read(TProtocol iprot)
           
 void User.read(TProtocol iprot)
           
 void Tag.read(TProtocol iprot)
           
 void SharedNotebookRecipientSettings.read(TProtocol iprot)
           
 void SharedNotebook.read(TProtocol iprot)
           
 void SavedSearchScope.read(TProtocol iprot)
           
 void SavedSearch.read(TProtocol iprot)
           
 void ResourceAttributes.read(TProtocol iprot)
           
 void Resource.read(TProtocol iprot)
           
 void Publishing.read(TProtocol iprot)
           
 void PremiumInfo.read(TProtocol iprot)
           
 void NotebookRestrictions.read(TProtocol iprot)
           
 void NotebookDescriptor.read(TProtocol iprot)
           
 void Notebook.read(TProtocol iprot)
           
 void NoteAttributes.read(TProtocol iprot)
           
 void Note.read(TProtocol iprot)
           
 void LinkedNotebook.read(TProtocol iprot)
           
 void LazyMap.read(TProtocol iprot)
           
 void Data.read(TProtocol iprot)
           
 void BusinessUserInfo.read(TProtocol iprot)
           
 void BusinessNotebook.read(TProtocol iprot)
           
 void Accounting.read(TProtocol iprot)
           
 void UserAttributes.validate()
           
 void User.validate()
           
 void Tag.validate()
           
 void SharedNotebookRecipientSettings.validate()
           
 void SharedNotebook.validate()
           
 void SavedSearchScope.validate()
           
 void SavedSearch.validate()
           
 void ResourceAttributes.validate()
           
 void Resource.validate()
           
 void Publishing.validate()
           
 void PremiumInfo.validate()
           
 void NotebookRestrictions.validate()
           
 void NotebookDescriptor.validate()
           
 void Notebook.validate()
           
 void NoteAttributes.validate()
           
 void Note.validate()
           
 void LinkedNotebook.validate()
           
 void LazyMap.validate()
           
 void Data.validate()
           
 void BusinessUserInfo.validate()
           
 void BusinessNotebook.validate()
           
 void Accounting.validate()
           
 void UserAttributes.write(TProtocol oprot)
           
 void User.write(TProtocol oprot)
           
 void Tag.write(TProtocol oprot)
           
 void SharedNotebookRecipientSettings.write(TProtocol oprot)
           
 void SharedNotebook.write(TProtocol oprot)
           
 void SavedSearchScope.write(TProtocol oprot)
           
 void SavedSearch.write(TProtocol oprot)
           
 void ResourceAttributes.write(TProtocol oprot)
           
 void Resource.write(TProtocol oprot)
           
 void Publishing.write(TProtocol oprot)
           
 void PremiumInfo.write(TProtocol oprot)
           
 void NotebookRestrictions.write(TProtocol oprot)
           
 void NotebookDescriptor.write(TProtocol oprot)
           
 void Notebook.write(TProtocol oprot)
           
 void NoteAttributes.write(TProtocol oprot)
           
 void Note.write(TProtocol oprot)
           
 void LinkedNotebook.write(TProtocol oprot)
           
 void LazyMap.write(TProtocol oprot)
           
 void Data.write(TProtocol oprot)
           
 void BusinessUserInfo.write(TProtocol oprot)
           
 void BusinessNotebook.write(TProtocol oprot)
           
 void Accounting.write(TProtocol oprot)
           
 

Uses of TException in com.evernote.edam.userstore
 

Methods in com.evernote.edam.userstore that throw TException
 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)
           
 boolean UserStoreIface.checkVersion(String clientName, short edamVersionMajor, short edamVersionMinor)
          This should be the first call made by a client to the EDAM service.
 boolean UserStore.Client.checkVersion(String clientName, short edamVersionMajor, short edamVersionMinor)
           
 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)
           
 BootstrapInfo UserStoreIface.getBootstrapInfo(String locale)
          This provides bootstrap information to the client.
 BootstrapInfo UserStore.Client.getBootstrapInfo(String locale)
           
 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)
           
 void PublicUserInfo.read(TProtocol iprot)
           
 void BootstrapSettings.read(TProtocol iprot)
           
 void BootstrapProfile.read(TProtocol iprot)
           
 void BootstrapInfo.read(TProtocol iprot)
           
 void AuthenticationResult.read(TProtocol iprot)
           
 AuthenticationResult UserStore.Client.recv_authenticate()
           
 AuthenticationResult UserStore.Client.recv_authenticateLongSession()
           
 AuthenticationResult UserStore.Client.recv_authenticateToBusiness()
           
 boolean UserStore.Client.recv_checkVersion()
           
 AuthenticationResult UserStore.Client.recv_completeTwoFactorAuthentication()
           
 BootstrapInfo UserStore.Client.recv_getBootstrapInfo()
           
 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)
           
 void UserStore.Client.send_authenticate(String username, String password, String consumerKey, String consumerSecret, boolean supportsTwoFactor)
           
 void UserStore.Client.send_authenticateLongSession(String username, String password, String consumerKey, String consumerSecret, String deviceIdentifier, String deviceDescription, boolean supportsTwoFactor)
           
 void UserStore.Client.send_authenticateToBusiness(String authenticationToken)
           
 void UserStore.Client.send_checkVersion(String clientName, short edamVersionMajor, short edamVersionMinor)
           
 void UserStore.Client.send_completeTwoFactorAuthentication(String authenticationToken, String oneTimeCode, String deviceIdentifier, String deviceDescription)
           
 void UserStore.Client.send_getBootstrapInfo(String locale)
           
 void UserStore.Client.send_getNoteStoreUrl(String authenticationToken)
           
 void UserStore.Client.send_getPremiumInfo(String authenticationToken)
           
 void UserStore.Client.send_getPublicUserInfo(String username)
           
 void UserStore.Client.send_getUser(String authenticationToken)
           
 void UserStore.Client.send_refreshAuthentication(String authenticationToken)
           
 void UserStore.Client.send_revokeLongSession(String authenticationToken)
           
 void PublicUserInfo.validate()
           
 void BootstrapSettings.validate()
           
 void BootstrapProfile.validate()
           
 void BootstrapInfo.validate()
           
 void AuthenticationResult.validate()
           
 void PublicUserInfo.write(TProtocol oprot)
           
 void BootstrapSettings.write(TProtocol oprot)
           
 void BootstrapProfile.write(TProtocol oprot)
           
 void BootstrapInfo.write(TProtocol oprot)
           
 void AuthenticationResult.write(TProtocol oprot)
           
 

Uses of TException in com.evernote.thrift
 

Subclasses of TException in com.evernote.thrift
 class TApplicationException
          Application level exception
 

Methods in com.evernote.thrift that throw TException
 void TUnion.read(TProtocol iprot)
           
 void TBase.read(TProtocol iprot)
          Reads an instance of the object from the given protocol.
static TApplicationException TApplicationException.read(TProtocol iprot)
           
 void TUnion.write(TProtocol oprot)
           
 void TBase.write(TProtocol oprot)
          Writes the object to the given protocol.
 void TApplicationException.write(TProtocol oprot)
           
 

Uses of TException in com.evernote.thrift.protocol
 

Subclasses of TException in com.evernote.thrift.protocol
 class TProtocolException
          Protocol exceptions.
 

Methods in com.evernote.thrift.protocol that throw TException
abstract  ByteBuffer TProtocol.readBinary()
           
 ByteBuffer TBinaryProtocol.readBinary()
           
abstract  boolean TProtocol.readBool()
           
 boolean TBinaryProtocol.readBool()
           
abstract  byte TProtocol.readByte()
           
 byte TBinaryProtocol.readByte()
           
abstract  byte[] TProtocol.readBytes()
           
 byte[] TBinaryProtocol.readBytes()
           
abstract  double TProtocol.readDouble()
           
 double TBinaryProtocol.readDouble()
           
abstract  TField TProtocol.readFieldBegin()
           
 TField TBinaryProtocol.readFieldBegin()
           
abstract  void TProtocol.readFieldEnd()
           
abstract  short TProtocol.readI16()
           
 short TBinaryProtocol.readI16()
           
abstract  int TProtocol.readI32()
           
 int TBinaryProtocol.readI32()
           
abstract  long TProtocol.readI64()
           
 long TBinaryProtocol.readI64()
           
abstract  TList TProtocol.readListBegin()
           
 TList TBinaryProtocol.readListBegin()
           
abstract  void TProtocol.readListEnd()
           
abstract  TMap TProtocol.readMapBegin()
           
 TMap TBinaryProtocol.readMapBegin()
           
abstract  void TProtocol.readMapEnd()
           
abstract  TMessage TProtocol.readMessageBegin()
          Reading methods.
 TMessage TBinaryProtocol.readMessageBegin()
          Reading methods.
abstract  void TProtocol.readMessageEnd()
           
abstract  TSet TProtocol.readSetBegin()
           
 TSet TBinaryProtocol.readSetBegin()
           
abstract  void TProtocol.readSetEnd()
           
abstract  String TProtocol.readString()
           
 String TBinaryProtocol.readString()
           
 String TBinaryProtocol.readStringBody(int size)
           
abstract  TStruct TProtocol.readStructBegin()
           
abstract  void TProtocol.readStructEnd()
           
static void TProtocolUtil.skip(TProtocol prot, byte type)
          Skips over the next data element from the provided input TProtocol object.
static void TProtocolUtil.skip(TProtocol prot, byte type, int maxDepth)
          Skips over the next data element from the provided input TProtocol object.
 void TProtocol.writeBinary(byte[] buf)
           
abstract  void TProtocol.writeBinary(byte[] buf, int offset, int length)
           
 void TBinaryProtocol.writeBinary(byte[] buf, int offset, int length)
           
 void TProtocol.writeBinary(ByteBuffer buf)
           
abstract  void TProtocol.writeBool(boolean b)
           
 void TBinaryProtocol.writeBool(boolean b)
           
abstract  void TProtocol.writeByte(byte b)
           
 void TBinaryProtocol.writeByte(byte b)
           
abstract  void TProtocol.writeDouble(double dub)
           
 void TBinaryProtocol.writeDouble(double dub)
           
abstract  void TProtocol.writeFieldBegin(TField field)
           
 void TBinaryProtocol.writeFieldBegin(TField field)
           
abstract  void TProtocol.writeFieldEnd()
           
abstract  void TProtocol.writeFieldStop()
           
 void TBinaryProtocol.writeFieldStop()
           
abstract  void TProtocol.writeI16(short i16)
           
 void TBinaryProtocol.writeI16(short i16)
           
abstract  void TProtocol.writeI32(int i32)
           
 void TBinaryProtocol.writeI32(int i32)
           
abstract  void TProtocol.writeI64(long i64)
           
 void TBinaryProtocol.writeI64(long i64)
           
abstract  void TProtocol.writeListBegin(TList list)
           
 void TBinaryProtocol.writeListBegin(TList list)
           
abstract  void TProtocol.writeListEnd()
           
abstract  void TProtocol.writeMapBegin(TMap map)
           
 void TBinaryProtocol.writeMapBegin(TMap map)
           
abstract  void TProtocol.writeMapEnd()
           
abstract  void TProtocol.writeMessageBegin(TMessage message)
          Writing methods.
 void TBinaryProtocol.writeMessageBegin(TMessage message)
           
abstract  void TProtocol.writeMessageEnd()
           
abstract  void TProtocol.writeSetBegin(TSet set)
           
 void TBinaryProtocol.writeSetBegin(TSet set)
           
abstract  void TProtocol.writeSetEnd()
           
 void TProtocol.writeStream(InputStream data, long length)
           
abstract  void TProtocol.writeString(String str)
           
 void TBinaryProtocol.writeString(String str)
           
abstract  void TProtocol.writeStructBegin(TStruct struct)
           
abstract  void TProtocol.writeStructEnd()
           
 

Uses of TException in com.evernote.thrift.transport
 

Subclasses of TException in com.evernote.thrift.transport
 class TTransportException
          Transport exceptions.
 



Copyright © 2013. All Rights Reserved.