A B C D E F G H I J L M N P Q R S T U W

A

addFlag(int) - Method in class jgd.BaseJGDQuery
Add a binary flag to the flags of query
addLibraryPath(String) - Static method in class jgd.comapi.ComponentRegistrator
Method for adding some (new) path to the current java.library.path
ALL_GD_PROPERTIES - Static variable in class jgd.JGDQuery
All GD properties
async - Variable in class jgd.comapi.QueryCOM
 
availableCount - Variable in class jgd.comapi.QueryResultSet
 

B

BaseJGDQuery - Class in jgd
 
BaseJGDQuery(String) - Constructor for class jgd.BaseJGDQuery
Constructor of a query

C

calculateDLLPath() - Static method in class jgd.register.JGDRegister
Try to get 'jacob.dll' DLL path from the 'jacob.jar' directory.
calculateQueryString() - Method in class jgd.JGDQuery
 
calculateSnippet() - Method in class jgd.comapi.QueryResultItem
It seems that the current Native GD API does not support obtaining a summary/snippet of a search-result -entry (the documentation on http://desktop.google.com/queryapi.html#individualresult mentions a summary -property, but this property is not listed in the complete set of properties)
CAT_CALENDAR - Static variable in class jgd.JGDQuery
 
CAT_CONTACT - Static variable in class jgd.JGDQuery
 
CAT_EMAIL - Static variable in class jgd.JGDQuery
 
CAT_FILE - Static variable in class jgd.JGDQuery
 
CAT_IM - Static variable in class jgd.JGDQuery
 
CAT_JOURNAL - Static variable in class jgd.JGDQuery
 
CAT_NOTE - Static variable in class jgd.JGDQuery
 
CAT_TASK - Static variable in class jgd.JGDQuery
 
CAT_WEB - Static variable in class jgd.JGDQuery
 
category - Variable in class jgd.comapi.QueryCOM
 
ComponentRegistrator - Class in jgd.comapi
Class for (un)registering the GDS Java API as components for Google Desktop This class - as well as the Query class - uses the Jacob Java-COM -bridge See http://desktop.google.com/queryapi.html#registering See http://sourceforge.net/projects/jacob-project/ This class could be extended to support registration of other component-types (indexing, etc.), as well as the current support for registering query-components
ComponentRegistrator(String) - Constructor for class jgd.comapi.ComponentRegistrator
Constructor that uses the default GUID
ComponentRegistrator(String, String) - Constructor for class jgd.comapi.ComponentRegistrator
 
compReg - Variable in class jgd.register.JGDRegister
 
CONSTRUCTOR_ITEMS_ARGS - Static variable in class jgd.comapi.ResultsIteratorCOM
 
cookie - Variable in class jgd.comapi.QueryCOM
 
cookie - Variable in class jgd.register.DiskCookieStore
 
cookie - Static variable in class jgd.register.MemoryCookieStore
 
cookieStore - Variable in class jgd.register.JGDRegister
 
CookieStoreFactory - Class in jgd.register
 
CookieStoreFactory() - Constructor for class jgd.register.CookieStoreFactory
 
cookieVariant - Variable in class jgd.comapi.QueryCOM
 
count - Variable in class jgd.comapi.QueryResultSet
 

D

dateformat - Variable in class jgd.comapi.QueryResultItem
 
dateToFileTime(Date) - Static method in class jgd.Util
Converts a Date into a filetime.
DEFAULT_GUID - Static variable in class jgd.comapi.ComponentRegistrator
 
desktopURL - Variable in class jgd.BaseJGDQuery
Base URL for GDS access
DiskCookieStore - Class in jgd.register
 
DiskCookieStore() - Constructor for class jgd.register.DiskCookieStore
 

E

empty - Variable in class jgd.comapi.ResultsIteratorCOM
 
EPOCH_DIFF - Static variable in class jgd.Util
Difference between the Windows epoch (1601-01-01 00:00:00) and the Unix epoch (1970-01-01 00:00:00) in milliseconds: 11644473600000L.
execute() - Method in class jgd.BaseJGDQuery
 
execute() - Method in class jgd.comapi.QueryCOM
 
execute(int, int) - Method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#querynative Executes the query defined by the current cookie, queryString and useQueryEx
execute() - Method in interface jgd.IJGDQuery
 
execute() - Method in class jgd.JGDQuery
 
executeIterator() - Method in class jgd.JGDQuery
 
executeXML() - Method in class jgd.BaseJGDQuery
 
executeXML() - Method in class jgd.JGDQuery
Deprecated. Method not implemented since version 2

F

file - Variable in class jgd.register.DiskCookieStore
 
FILENAME - Static variable in class jgd.register.DiskCookieStore
 
filetimeToDate(long) - Static method in class jgd.Util
Converts a Windows FILETIME into a Date.
fileType - Variable in class jgd.BaseJGDQuery
File type for GDS.
fillSafeArray(SafeArray, String[]) - Static method in class jgd.comapi.JacobToolkit
 
fillSafeArray(SafeArray, Variant[]) - Static method in class jgd.comapi.JacobToolkit
 
filterDuplicates - Variable in class jgd.comapi.QueryCOM
 
FLAG_FILTER_BY_ALL - Static variable in class jgd.BaseJGDQuery
Flags constants : filter by all
FLAG_FILTER_BY_CHATS - Static variable in class jgd.BaseJGDQuery
Flags constants : filter by chats
FLAG_FILTER_BY_FILES - Static variable in class jgd.BaseJGDQuery
Flags constants : filter by files
FLAG_FILTER_BY_MAILS - Static variable in class jgd.BaseJGDQuery
Flags constants : filter by mails
FLAG_FILTER_BY_WEB - Static variable in class jgd.BaseJGDQuery
Flags constants : filter by web
FLAG_SORTED_BY_DATE - Static variable in class jgd.BaseJGDQuery
Flags constants : sorted by date (default - if not given)
FLAG_SORTED_BY_RELEVANCE - Static variable in class jgd.BaseJGDQuery
Flags constants : sorted by relevance
flags - Variable in class jgd.BaseJGDQuery
flags used in GDS for filtering search results.

G

GD_QRS_COMPLETE - Static variable in class jgd.ReadyStates
Search is complete, with all results received and in the resultset.
GD_QRS_LOADING - Static variable in class jgd.ReadyStates
Search is still in progress.
GD_QRS_UNITIALIZED - Static variable in class jgd.ReadyStates
Search has not yet started.
GDCOMCalendar - Class in jgd.schemas.comapi
 
GDCOMCalendar(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMCalendar
 
GDCOMContact - Class in jgd.schemas.comapi
 
GDCOMContact(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMContact
 
GDCOMEmail - Class in jgd.schemas.comapi
 
GDCOMEmail(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMEmail
 
GDCOMFile - Class in jgd.schemas.comapi
 
GDCOMFile(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMFile
 
GDCOMIM - Class in jgd.schemas.comapi
 
GDCOMIM(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMIM
 
GDCOMIndexed - Class in jgd.schemas.comapi
 
GDCOMIndexed(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMIndexed
 
GDCOMJournal - Class in jgd.schemas.comapi
 
GDCOMJournal(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMJournal
 
GDCOMMediaFile - Class in jgd.schemas.comapi
 
GDCOMMediaFile(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMMediaFile
 
GDCOMNote - Class in jgd.schemas.comapi
 
GDCOMNote(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMNote
 
GDCOMTask - Class in jgd.schemas.comapi
 
GDCOMTask(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMTask
 
GDCOMTextFile - Class in jgd.schemas.comapi
 
GDCOMTextFile(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMTextFile
 
GDCOMWebPage - Class in jgd.schemas.comapi
 
GDCOMWebPage(Variant, String) - Constructor for class jgd.schemas.comapi.GDCOMWebPage
 
generateCookie(String) - Method in class jgd.register.JGDRegister
 
generateGUID() - Method in class jgd.register.JGDRegister
 
generateIndexable(String, Variant) - Method in class jgd.comapi.ResultsIteratorCOM
 
generateResultItem(int, Variant) - Method in class jgd.comapi.QueryCOM
 
generateResultItem(int, Variant) - Method in class jgd.comapi.ResultsIteratorCOM
 
get_actual_work() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_actual_work() - Method in interface jgd.schemas.GoogleDesktopTask
Actual work completed (in hours).
get_album_title() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_album_title() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Music file album title.
get_artist() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_artist() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Artist who created/performed the content.
get_assistant() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_assistant() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's assistant's name.
get_attendees() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_attendees() - Method in interface jgd.schemas.GoogleDesktopCalendar
Names of appointment attendees.
get_author() - Method in class jgd.schemas.comapi.GDCOMFile
 
get_author() - Method in interface jgd.schemas.GoogleDesktopFile
The file's author.
get_bcc() - Method in class jgd.schemas.comapi.GDCOMEmail
 
get_bcc() - Method in interface jgd.schemas.GoogleDesktopEmail
Message's Bcc: field contents (we recommend all of it, both address and, if present, the addressee's name).
get_birthday() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_birthday() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's birthday.
get_bit_rate() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_bit_rate() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Audio content (in either an audio or video file) average bit rate in bits/second.
get_bookmarked() - Method in class jgd.schemas.comapi.GDCOMWebPage
 
get_bookmarked() - Method in interface jgd.schemas.GoogleDesktopWebPage
Specifies if this web page is bookmarked.
get_buddy_name() - Method in class jgd.schemas.comapi.GDCOMIM
 
get_buddy_name() - Method in interface jgd.schemas.GoogleDesktopIM
Name or handle of the other user in the conversation.
get_business_address() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_business_address() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's address at work.
get_business_fax() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_business_fax() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's fax number at work.
get_business_home_page() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_business_home_page() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's home page at work.
get_business_phone() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_business_phone() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's phone number at work.
get_categories() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_categories() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_categories() - Method in class jgd.schemas.comapi.GDCOMJournal
 
get_categories() - Method in class jgd.schemas.comapi.GDCOMNote
 
get_categories() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_categories() - Method in interface jgd.schemas.GoogleDesktopCalendar
Whatever categories you want to assign to the appointment.
get_categories() - Method in interface jgd.schemas.GoogleDesktopContact
Whatever categories you want to assign the contact.
get_categories() - Method in interface jgd.schemas.GoogleDesktopJournal
Journal categories.
get_categories() - Method in interface jgd.schemas.GoogleDesktopNote
Note categories.
get_categories() - Method in interface jgd.schemas.GoogleDesktopTask
Task categories.
get_cc() - Method in class jgd.schemas.comapi.GDCOMEmail
 
get_cc() - Method in interface jgd.schemas.GoogleDesktopEmail
Message's Cc: field contents (we recommend all of it, both address and, if present, the addressee's name).
get_channels() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_channels() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Channel count for audio files.
get_children_names() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_children_names() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's children's names.
get_comment() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_comment() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Comment about the file and its contents.
get_companies() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_companies() - Method in interface jgd.schemas.GoogleDesktopTask
Companies.
get_company() - Method in class jgd.schemas.comapi.GDCOMJournal
 
get_company() - Method in interface jgd.schemas.GoogleDesktopJournal
Journal company.
get_company_name() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_company_name() - Method in interface jgd.schemas.GoogleDesktopContact
Name of contact's company.
get_company_phone() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_company_phone() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's company's phone number.
get_content() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
get_content() - Method in interface jgd.schemas.GoogleDesktopIndexable
Contains the content to be indexed.
get_conversation_id() - Method in class jgd.schemas.comapi.GDCOMIM
 
get_conversation_id() - Method in interface jgd.schemas.GoogleDesktopIM
Id that can be used to group messages that are part of the same conversation.
get_cookie() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
get_cookie() - Method in interface jgd.schemas.GoogleDesktopIndexable
String cookie used to pass additional information identifying the event.
get_cookie_raw() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
get_cookie_raw() - Method in interface jgd.schemas.GoogleDesktopIndexable
Binary cookie.
get_country() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_country() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's country.
get_data_rate() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_data_rate() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Data rate for video files in bytes/second.
get_date() - Method in class jgd.schemas.comapi.GDCOMNote
 
get_date() - Method in interface jgd.schemas.GoogleDesktopNote
Note date.
get_date_completed() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_date_completed() - Method in interface jgd.schemas.GoogleDesktopTask
Date task completed.
get_department() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_department() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's department at work.
get_display_name() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_display_name() - Method in interface jgd.schemas.GoogleDesktopContact
Name by which the contact is displayed, such as "Tom (landlord)"
Required: No
get_due_date() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_due_date() - Method in interface jgd.schemas.GoogleDesktopTask
Task due date.
get_duration() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_duration() - Method in class jgd.schemas.comapi.GDCOMJournal
 
get_duration() - Method in interface jgd.schemas.GoogleDesktopCalendar
Appointment duration in minutes.
get_duration() - Method in interface jgd.schemas.GoogleDesktopJournal
Journal duration (in minutes).
get_email1() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_email1() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's first email address.
get_email2() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_email2() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's second email address.
get_email3() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_email3() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's third email address.
get_end_date() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_end_date() - Method in interface jgd.schemas.GoogleDesktopCalendar
Appointment end time in UTC.
get_extra_binary_data() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
get_extra_binary_data() - Method in interface jgd.schemas.GoogleDesktopIndexable
Contains optional non-indexable binary metadata for this event
Required: No
get_extra_data() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
get_extra_data() - Method in interface jgd.schemas.GoogleDesktopIndexable
Contains optional non-indexable string metadata for this event
Required: No
get_folder_name() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_folder_name() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_folder_name() - Method in class jgd.schemas.comapi.GDCOMEmail
 
get_folder_name() - Method in class jgd.schemas.comapi.GDCOMJournal
 
get_folder_name() - Method in class jgd.schemas.comapi.GDCOMNote
 
get_folder_name() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_folder_name() - Method in interface jgd.schemas.GoogleDesktopCalendar
Name of the folder containing this appointment.
get_folder_name() - Method in interface jgd.schemas.GoogleDesktopContact
Name of the folder containing this contact.
get_folder_name() - Method in interface jgd.schemas.GoogleDesktopEmail
Message's folder name.
get_folder_name() - Method in interface jgd.schemas.GoogleDesktopJournal
Journal's folder name.
get_folder_name() - Method in interface jgd.schemas.GoogleDesktopNote
Note's folder name.
get_folder_name() - Method in interface jgd.schemas.GoogleDesktopTask
Task's folder name.
get_format() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
get_format() - Method in interface jgd.schemas.GoogleDesktopIndexable
Mime type of the indexable content, allowed values are text/plain and text/html.
get_from() - Method in class jgd.schemas.comapi.GDCOMEmail
 
get_from() - Method in interface jgd.schemas.GoogleDesktopEmail
Message's From: field contents as it appears in the mail header (we recommend all of it, both address, and if present, the addressee's name).
get_genre() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_genre() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Genre category.
get_height() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_height() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Image or video height in pixels.
get_hobbies() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_hobbies() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's hobbies.
get_home_address() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_home_address() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's home address.
get_home_fax() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_home_fax() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's home fax number.
get_home_phone() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_home_phone() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's home phone number.
get_im_address() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_im_address() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's IM address.
get_importance() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_importance() - Method in interface jgd.schemas.GoogleDesktopTask
Task importance (0=low, 1=normal, 2=high).
get_info_tip() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_info_tip() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Info tip as reported from the shell.
get_interaction_period() - Method in class jgd.schemas.comapi.GDCOMWebPage
 
get_interaction_period() - Method in interface jgd.schemas.GoogleDesktopWebPage
Amount of time the user interacted with the web page.
get_job_title() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_job_title() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's job title.
get_keywords() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_keywords() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Keywords associated with the file.
get_language() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_language() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's primary language.
get_last_modified_time() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_last_modified_time() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_last_modified_time() - Method in class jgd.schemas.comapi.GDCOMFile
 
get_last_modified_time() - Method in class jgd.schemas.comapi.GDCOMJournal
 
get_last_modified_time() - Method in class jgd.schemas.comapi.GDCOMNote
 
get_last_modified_time() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_last_modified_time() - Method in interface jgd.schemas.GoogleDesktopCalendar
Time when the appointment was last modified.
get_last_modified_time() - Method in interface jgd.schemas.GoogleDesktopContact
Time when the contact was last modified.
get_last_modified_time() - Method in interface jgd.schemas.GoogleDesktopFile
When the file was last modified in UTC.
get_last_modified_time() - Method in interface jgd.schemas.GoogleDesktopJournal
Time when the journal was last modified.
get_last_modified_time() - Method in interface jgd.schemas.GoogleDesktopNote
Time when the note was last modified.
get_last_modified_time() - Method in interface jgd.schemas.GoogleDesktopTask
Time when the task was last modified.
get_length() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_length() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Music or video file time length (in 100 nanosecond units).
get_location() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_location() - Method in interface jgd.schemas.GoogleDesktopCalendar
Appointment location.
get_lyrics() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_lyrics() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Music file lyrics.
get_mail_flags() - Method in class jgd.schemas.comapi.GDCOMEmail
 
get_mail_flags() - Method in interface jgd.schemas.GoogleDesktopEmail
Bit vector flags associated with the email (0x01 = Unread, 0x02 = HasAttachment).
get_mail_header() - Method in class jgd.schemas.comapi.GDCOMEmail
 
get_mail_header() - Method in interface jgd.schemas.GoogleDesktopEmail
Message's entire mail header as received in the mail envelope.
get_manager_name() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_manager_name() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's manager's name.
get_message_time() - Method in class jgd.schemas.comapi.GDCOMIM
 
get_message_time() - Method in interface jgd.schemas.GoogleDesktopIM
Time when the message was received in UTC.
get_mobile_phone() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_mobile_phone() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's cell or mobile phone number.
get_native_size() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
get_native_size() - Method in interface jgd.schemas.GoogleDesktopIndexable
Size of the indexable content in bytes.
get_nickname() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_nickname() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's nickname.
get_notes() - Method in class jgd.schemas.comapi.GDCOMNote
 
get_notes() - Method in interface jgd.schemas.GoogleDesktopNote
Notes.
get_office_location() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_office_location() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's office location.
get_organizer() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_organizer() - Method in interface jgd.schemas.GoogleDesktopCalendar
Name of the appointment's organizer.
get_original_date() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_original_date() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Original file time stamp from the media device in UTC.
get_other_address() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_other_address() - Method in interface jgd.schemas.GoogleDesktopContact
Any alternative address for the Contact.
get_other_indexed_data() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
get_other_indexed_data() - Method in interface jgd.schemas.GoogleDesktopIndexable
Contains optional indexable content and metadata.
get_other_phone() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_other_phone() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's other phone number.
get_owner() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_owner() - Method in interface jgd.schemas.GoogleDesktopTask
Owner of the task.
get_pager() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_pager() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's pager.
get_participants() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_participants() - Method in interface jgd.schemas.GoogleDesktopTask
Task participants.
get_percent_complete() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_percent_complete() - Method in interface jgd.schemas.GoogleDesktopTask
Task percent complete.
get_personal_home_page() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_personal_home_page() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's personal home page.
get_primary_fax() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_primary_fax() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's primary fax number.
get_primary_phone() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_primary_phone() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's primary phone number.
get_profession() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_profession() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's profession.
get_received() - Method in class jgd.schemas.comapi.GDCOMEmail
 
get_received() - Method in interface jgd.schemas.GoogleDesktopEmail
Message's received time in UTC.
get_recurrence_pattern() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_recurrence_pattern() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_recurrence_pattern() - Method in interface jgd.schemas.GoogleDesktopCalendar
A string describing how this task repeats.
get_recurrence_pattern() - Method in interface jgd.schemas.GoogleDesktopTask
A string describing how this task repeats.
get_replyto() - Method in class jgd.schemas.comapi.GDCOMEmail
 
get_replyto() - Method in interface jgd.schemas.GoogleDesktopEmail
Message's ReplyTo: field contents (we recommend all of it, both address and, if present, the addressee's name).
get_spouse() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_spouse() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's spouse's name.
get_start_date() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_start_date() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_start_date() - Method in interface jgd.schemas.GoogleDesktopCalendar
Appointment start time in UTC.
get_start_date() - Method in interface jgd.schemas.GoogleDesktopTask
Task start date.
get_start_time() - Method in class jgd.schemas.comapi.GDCOMJournal
 
get_start_time() - Method in interface jgd.schemas.GoogleDesktopJournal
Journal start time.
get_status() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_status() - Method in interface jgd.schemas.GoogleDesktopTask
Task status (0=not started, 1=in progress, 2=completed, 3=waiting on others, 4=deferred 5=overdue, 6=rejected).
get_subject() - Method in class jgd.schemas.comapi.GDCOMEmail
 
get_subject() - Method in interface jgd.schemas.GoogleDesktopEmail
Message's Subject: field contents.
get_thumbnail() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
get_thumbnail() - Method in interface jgd.schemas.GoogleDesktopIndexable
Thumbnail image of the content.
get_thumbnail_format() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
get_thumbnail_format() - Method in interface jgd.schemas.GoogleDesktopIndexable
Mime type of the thumbnail image, allowed values are image/gif, image/jpeg, and image/png.
get_title() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_title() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_title() - Method in class jgd.schemas.comapi.GDCOMFile
 
get_title() - Method in class jgd.schemas.comapi.GDCOMIM
 
get_title() - Method in class jgd.schemas.comapi.GDCOMJournal
 
get_title() - Method in class jgd.schemas.comapi.GDCOMNote
 
get_title() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_title() - Method in interface jgd.schemas.GoogleDesktopCalendar
Appointment title.
get_title() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's title.
get_title() - Method in interface jgd.schemas.GoogleDesktopFile
What title you choose to give the file, usually its filename.
get_title() - Method in interface jgd.schemas.GoogleDesktopIM
Title of the Instant Message.
get_title() - Method in interface jgd.schemas.GoogleDesktopJournal
Journal's title.
get_title() - Method in interface jgd.schemas.GoogleDesktopNote
Note's title.
get_title() - Method in interface jgd.schemas.GoogleDesktopTask
Task's title.
get_to() - Method in class jgd.schemas.comapi.GDCOMEmail
 
get_to() - Method in interface jgd.schemas.GoogleDesktopEmail
Message's To: field contents (we recommend all of it, both address and, if present, the addressee's name).
get_total_work() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_total_work() - Method in interface jgd.schemas.GoogleDesktopTask
Task total work (in hours).
get_track_number() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_track_number() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Song's track number on its album.
get_type() - Method in class jgd.schemas.comapi.GDCOMJournal
 
get_type() - Method in interface jgd.schemas.GoogleDesktopJournal
Journal's type.
get_uri() - Method in class jgd.schemas.comapi.GDCOMCalendar
 
get_uri() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_uri() - Method in class jgd.schemas.comapi.GDCOMFile
 
get_uri() - Method in class jgd.schemas.comapi.GDCOMJournal
 
get_uri() - Method in class jgd.schemas.comapi.GDCOMNote
 
get_uri() - Method in class jgd.schemas.comapi.GDCOMTask
 
get_uri() - Method in interface jgd.schemas.GoogleDesktopCalendar
Unique identifier.
get_uri() - Method in interface jgd.schemas.GoogleDesktopContact
Unique identifier.
get_uri() - Method in interface jgd.schemas.GoogleDesktopFile
The file's URI.
get_uri() - Method in interface jgd.schemas.GoogleDesktopJournal
Unique identifier.
get_uri() - Method in interface jgd.schemas.GoogleDesktopNote
Unique identifier.
get_uri() - Method in interface jgd.schemas.GoogleDesktopTask
Unique identifier.
get_user_name() - Method in class jgd.schemas.comapi.GDCOMIM
 
get_user_name() - Method in interface jgd.schemas.GoogleDesktopIM
Name or handle of the user who is using the computer on which this event is being generated.
get_web_page() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_web_page() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's web page.
get_wedding_anniversary() - Method in class jgd.schemas.comapi.GDCOMContact
 
get_wedding_anniversary() - Method in interface jgd.schemas.GoogleDesktopContact
Contact's wedding anniversary.
get_width() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_width() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Image or video width in pixels.
get_year_published() - Method in class jgd.schemas.comapi.GDCOMMediaFile
 
get_year_published() - Method in interface jgd.schemas.GoogleDesktopMediaFile
Year this material was first published.
getAvailableCount() - Method in class jgd.comapi.QueryResultSet
 
getAvailableCount() - Method in class jgd.comapi.ResultsIteratorCOM
 
getAvailableCount() - Method in interface jgd.IJGDResults
 
getAvailableCount() - Method in interface jgd.IJGDResultsIterator
 
getCacheUrl() - Method in class jgd.comapi.QueryResultItem
 
getCacheUrl() - Method in interface jgd.jaxb.ResultsType.ResultType
cache_url is the Google Desktop Search-relative URL of this result's internal cache page.
getCacheUrl() - Method in class jgd.schemas.comapi.GDCOMIndexed
Deprecated. URL doesn't exists. Use getUrl() or get_content()
getCategory() - Method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#queryobjects
getCategory() - Method in class jgd.comapi.QueryResultItem
 
getCategory() - Method in interface jgd.jaxb.ResultsType.ResultType
Deprecated. getSchema() may be used
getCategory() - Method in class jgd.JGDQuery
See http://desktop.google.com/queryapi.html#queryobjects
getCategory() - Method in class jgd.schemas.comapi.GDCOMIndexed
Deprecated. Use getSchema() method
getCookie() - Method in class jgd.register.DiskCookieStore
 
getCookie() - Method in interface jgd.register.ICookieStore
 
getCookie() - Method in class jgd.register.JGDRegister
 
getCookie() - Method in class jgd.register.MemoryCookieStore
 
getCount() - Method in class jgd.comapi.QueryResultSet
See the section Result Objects under http://desktop.google.com/queryapi.html#queryex
getCount() - Method in class jgd.comapi.ResultsIteratorCOM
 
getCount() - Method in interface jgd.IJGDResultsIterator
 
getCount() - Method in interface jgd.jaxb.ResultsType
Gets the value of the count property.
getDesktopURL() - Method in class jgd.BaseJGDQuery
 
getDesktopURL() - Method in class jgd.JGDQuery
Deprecated. Method not implemented since version 2
getDocId() - Method in class jgd.comapi.QueryResultItem
 
getDocId() - Method in interface jgd.jaxb.ResultsType.ResultType
doc_id is the result's GDS internal identifier for doc.
getDocId() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getEventId() - Method in class jgd.comapi.QueryResultItem
 
getEventId() - Method in interface jgd.jaxb.ResultsType.ResultType
event_id is the result's GDS internal identifier for event.
getEventId() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getFileType() - Method in class jgd.BaseJGDQuery
File type for GDS.
getFlags() - Method in class jgd.BaseJGDQuery
flags used in GDS for filtering search results.
getFlags() - Method in class jgd.comapi.QueryResultItem
 
getFlags() - Method in interface jgd.jaxb.ResultsType.ResultType
Undocumented by google (Only for Desktop2)
getFlags() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getFormat() - Method in class jgd.comapi.QueryResultItem
 
getFrom() - Method in class jgd.comapi.QueryResultItem
 
getFrom() - Method in interface jgd.jaxb.ResultsType.ResultType
from is the name of either the person an email message was from, or the other party in a Instant Message chat.
getFrom() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getGUID() - Method in class jgd.comapi.ComponentRegistrator
 
getGUID() - Method in class jgd.register.DiskCookieStore
 
getGUID() - Method in interface jgd.register.ICookieStore
 
getGUID() - Method in class jgd.register.JGDRegister
 
getGUID() - Method in class jgd.register.MemoryCookieStore
 
getIcon() - Method in class jgd.comapi.QueryResultItem
Deprecated.  
getIcon() - Method in interface jgd.jaxb.ResultsType.ResultType
icon is a Google Desktop Search-relative URL to an icon representing this result or its type.
getIcon() - Method in class jgd.schemas.comapi.GDCOMIndexed
Deprecated.  
getId() - Method in class jgd.comapi.QueryResultItem
 
getId() - Method in interface jgd.jaxb.ResultsType.ResultType
id is the result's GDS internal identifier.
getId() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getInstace() - Static method in class jgd.register.CookieStoreFactory
 
getItemNumber() - Method in class jgd.comapi.QueryResultItem
 
getLastResult() - Method in class jgd.BaseJGDQuery
Last results.
getMessageId() - Method in class jgd.comapi.QueryResultItem
 
getMessageId() - Method in interface jgd.jaxb.ResultsType.ResultType
Undocumented by google (Only for Desktop2)
getMessageId() - Method in class jgd.schemas.comapi.GDCOMIndexed
Deprecated. Use other GoogleDesktopIndexed method.
getNum() - Method in class jgd.BaseJGDQuery
maximum number of results you'd like returned, to your query.
getProperties() - Method in class jgd.comapi.QueryResultItem
See http://desktop.google.com/queryapi.html#individualresult
getProperty(ActiveXComponent, String) - Static method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#individualresult
getProperty(String) - Method in class jgd.comapi.QueryResultItem
 
getProperty(String) - Method in class jgd.comapi.QueryResultIteratorItem
 
getPropertyVariant(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getPropertyVT_ARRAY(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getPropertyVT_BOOL(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getPropertyVT_BSTR(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getPropertyVT_DATE(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getPropertyVT_UI2(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getPropertyVT_UI4(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getPropertyVT_UI8(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getQueryComponentDescriptionArray() - Method in class jgd.comapi.ComponentRegistrator
See the Component Registration Code Template under http://desktop.google.com/indexapi.html#registering for an example of C++ code with description-array
getQueryResultItems() - Method in class jgd.comapi.QueryResultSet
 
getQueryString() - Method in class jgd.BaseJGDQuery
Query string
getQueryString() - Method in class jgd.comapi.QueryCOM
 
getQueryString() - Method in class jgd.comapi.QueryResultSet
 
getQueryString() - Method in class jgd.comapi.ResultsIteratorCOM
 
getQueryString() - Method in interface jgd.IJGDResults
 
getRanking() - Method in class jgd.comapi.QueryCOM
 
getReadyState() - Method in class jgd.comapi.QueryResultSet
 
getReadyState() - Method in class jgd.comapi.ResultsIteratorCOM
 
getReadyState() - Method in interface jgd.IJGDResults
 
getReadyState() - Method in interface jgd.IJGDResultsIterator
 
getResult() - Method in class jgd.comapi.QueryResultSet
 
getResult() - Method in class jgd.comapi.ResultsIteratorCOM
 
getResult() - Method in interface jgd.jaxb.ResultsType
Result of search from document http://desktop.google.com/queryapi.html .
getSchema() - Method in class jgd.comapi.QueryResultItem
See http://desktop.google.com/queryapi.html#individualresult
getSchema() - Method in interface jgd.IJGDResultItem
 
getSchema() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getSnippet() - Method in class jgd.comapi.QueryResultItem
 
getSnippet() - Method in interface jgd.jaxb.ResultsType.ResultType
snippet is a snippet from the result's content that contains at least one of the search terms.
getSnippet() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getStart() - Method in class jgd.BaseJGDQuery
position you want the results to start from.
getTextContent() - Method in class jgd.comapi.QueryResultItem
 
getThumbnail() - Method in class jgd.comapi.QueryResultItem
 
getThumbnail() - Method in interface jgd.jaxb.ResultsType.ResultType
thumbnail is a relative URL to the icon for this result at the GDS webserver
getThumbnail() - Method in class jgd.schemas.comapi.GDCOMIndexed
Deprecated. Use get_thumbnail() method.
getTime() - Method in class jgd.comapi.QueryResultItem
 
getTime() - Method in interface jgd.jaxb.ResultsType.ResultType
time is the time value from the event that put this content into GDS.
getTime() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getTimestamp() - Method in class jgd.comapi.QueryResultItem
 
getTimestamp() - Method in interface jgd.IJGDResultItem
 
getTimestamp() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getTitle() - Method in class jgd.comapi.QueryResultItem
 
getTitle() - Method in interface jgd.jaxb.ResultsType.ResultType
title is the result's title, which varies depending on its type: Web page: the page's title.
getTitle() - Method in class jgd.schemas.comapi.GDCOMIndexed
Deprecated. Use any other method of GoogleDesktopIndexed
getURI() - Method in class jgd.comapi.QueryResultItem
See http://desktop.google.com/queryapi.html#individualresult
getURL() - Method in class jgd.BaseJGDQuery
 
getUrl() - Method in class jgd.comapi.QueryResultItem
 
getUrl() - Method in interface jgd.jaxb.ResultsType.ResultType
url is the result's URL.
getURL() - Method in class jgd.JGDQuery
Deprecated. Method not implemented since version 2
getUrl() - Method in class jgd.schemas.comapi.GDCOMIndexed
 
getVariantStringArray(String[]) - Static method in class jgd.comapi.JacobToolkit
 
getVariantTypeMap() - Static method in class jgd.comapi.JacobToolkit
 
GoogleDesktopCalendar - Interface in jgd.schemas
 
GoogleDesktopContact - Interface in jgd.schemas
 
GoogleDesktopEmail - Interface in jgd.schemas
Note: In general, you should either only set an email event object's header property with everything in a message's header, or only set the individual header field properties such as subject, to, etc.
GoogleDesktopFile - Interface in jgd.schemas
 
GoogleDesktopIM - Interface in jgd.schemas
When setting the inherited content property for IM events, each message should be of the form : .
GoogleDesktopIndexable - Interface in jgd.schemas
This is an abstract schema.
GoogleDesktopJournal - Interface in jgd.schemas
 
GoogleDesktopMediaFile - Interface in jgd.schemas
 
GoogleDesktopNote - Interface in jgd.schemas
 
GoogleDesktopTask - Interface in jgd.schemas
 
GoogleDesktopTextFile - Interface in jgd.schemas
 
GoogleDesktopWebPage - Interface in jgd.schemas
 
GUID - Variable in class jgd.register.DiskCookieStore
 
GUID - Static variable in class jgd.register.MemoryCookieStore
 

H

hasNext() - Method in class jgd.comapi.ResultsIteratorCOM
 
hasNext() - Method in interface jgd.IJGDResultsIterator
 

I

ICookieStore - Interface in jgd.register
 
IJGDQuery - Interface in jgd
 
IJGDResultItem - Interface in jgd
 
IJGDResults - Interface in jgd
 
IJGDResultsIterator - Interface in jgd
 
isAsync() - Method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#queryex
isFilterDuplicates() - Method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#queryex
isGDRegistered() - Method in class jgd.register.JGDRegister
 
isMatchAllTerms() - Method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#queryex
itemCount - Variable in class jgd.comapi.ResultsIteratorCOM
 
itemNumber - Variable in class jgd.comapi.QueryResultItem
 

J

JACOB_CLASS - Static variable in class jgd.register.JGDRegister
 
jacobDLLPath - Variable in class jgd.comapi.ComponentRegistrator
 
JacobToolkit - Class in jgd.comapi
Misc. helper/util -methods for the Jacob Java-COM -bridge See See http://sourceforge.net/projects/jacob-project/
JacobToolkit() - Constructor for class jgd.comapi.JacobToolkit
Default only protected constructor; we curently do not want instances of this class to be created
jgd - package jgd
 
jgd.comapi - package jgd.comapi
 
jgd.jaxb - package jgd.jaxb
 
jgd.register - package jgd.register
 
jgd.schemas - package jgd.schemas
 
jgd.schemas.comapi - package jgd.schemas.comapi
 
jgd.test - package jgd.test
 
JGDError - Exception in jgd
Error in JGD
JGDError(String) - Constructor for exception jgd.JGDError
Constructor
JGDError(String, Throwable) - Constructor for exception jgd.JGDError
Constructor with cause
JGDMethodNotImplemented - Exception in jgd
 
JGDMethodNotImplemented() - Constructor for exception jgd.JGDMethodNotImplemented
 
JGDQuery - Class in jgd
 
JGDQuery(String) - Constructor for class jgd.JGDQuery
 
JGDRegister - Class in jgd.register
 
JGDRegister() - Constructor for class jgd.register.JGDRegister
 
JGDRegister(ICookieStore) - Constructor for class jgd.register.JGDRegister
 
JGDTest - Class in jgd.test
Java google desktop Test
JGDTest() - Constructor for class jgd.test.JGDTest
 

L

LIB_PATH_KEY - Static variable in class jgd.comapi.ComponentRegistrator
 
log - Static variable in class jgd.comapi.ComponentRegistrator
 
log - Static variable in class jgd.comapi.QueryCOM
 
log - Static variable in class jgd.register.DiskCookieStore
 
log - Static variable in class jgd.register.JGDRegister
 

M

main(String[]) - Static method in class jgd.test.JGDTest
Usage: java jgd.test.JGDTest 'query string'
Example: java jgd.test.JGDTest "google"
matchAllTerms - Variable in class jgd.comapi.QueryCOM
 
MAX_SNIPPET_LENGTH - Static variable in class jgd.comapi.QueryResultItem
 
MemoryCookieStore - Class in jgd.register
 
MemoryCookieStore() - Constructor for class jgd.register.MemoryCookieStore
 
MIN_GD_PROPERTIES - Static variable in class jgd.comapi.QueryCOM
 
myGUID - Variable in class jgd.comapi.ComponentRegistrator
 

N

next() - Method in class jgd.comapi.ResultsIteratorCOM
 
next() - Method in interface jgd.IJGDResultsIterator
 
nextResultItem() - Method in class jgd.comapi.ResultsIteratorCOM
 
nextResultItem() - Method in interface jgd.IJGDResultsIterator
 
num - Variable in class jgd.BaseJGDQuery
maximum number of results you'd like returned, to your query.

P

PAGE_SIZE - Static variable in class jgd.BaseJGDQuery
 
PROP_actual_work - Static variable in class jgd.JGDQuery
Property actual_work
PROP_album_title - Static variable in class jgd.JGDQuery
Property album_title
PROP_artist - Static variable in class jgd.JGDQuery
Property artist
PROP_assistant - Static variable in class jgd.JGDQuery
Property assistant
PROP_attendees - Static variable in class jgd.JGDQuery
Property attendees
PROP_author - Static variable in class jgd.JGDQuery
Property author
PROP_bcc - Static variable in class jgd.JGDQuery
Property bcc
PROP_birthday - Static variable in class jgd.JGDQuery
Property birthday
PROP_bit_rate - Static variable in class jgd.JGDQuery
Property bit_rate
PROP_bookmarked - Static variable in class jgd.JGDQuery
Property bookmarked
PROP_buddy_name - Static variable in class jgd.JGDQuery
Property buddy_name
PROP_business_address - Static variable in class jgd.JGDQuery
Property business_address
PROP_business_fax - Static variable in class jgd.JGDQuery
Property business_fax
PROP_business_home_page - Static variable in class jgd.JGDQuery
Property business_home_page
PROP_business_phone - Static variable in class jgd.JGDQuery
Property business_phone
PROP_categories - Static variable in class jgd.JGDQuery
Property categories
PROP_cc - Static variable in class jgd.JGDQuery
Property cc
PROP_channels - Static variable in class jgd.JGDQuery
Property channels
PROP_children_names - Static variable in class jgd.JGDQuery
Property children_names
PROP_comment - Static variable in class jgd.JGDQuery
Property comment
PROP_companies - Static variable in class jgd.JGDQuery
Property companies
PROP_company - Static variable in class jgd.JGDQuery
Property company
PROP_company_name - Static variable in class jgd.JGDQuery
Property company_name
PROP_company_phone - Static variable in class jgd.JGDQuery
Property company_phone
PROP_component_guid - Static variable in class jgd.JGDQuery
Property component_guid
PROP_component_id - Static variable in class jgd.JGDQuery
Property component_id
PROP_content - Static variable in class jgd.JGDQuery
Property content
PROP_conversation_id - Static variable in class jgd.JGDQuery
Property conversation_id
PROP_cookie - Static variable in class jgd.JGDQuery
Property cookie
PROP_cookie_raw - Static variable in class jgd.JGDQuery
Property cookie_raw
PROP_country - Static variable in class jgd.JGDQuery
Property country
PROP_data_rate - Static variable in class jgd.JGDQuery
Property data_rate
PROP_date - Static variable in class jgd.JGDQuery
Property date
PROP_date_completed - Static variable in class jgd.JGDQuery
Property date_completed
PROP_department - Static variable in class jgd.JGDQuery
Property department
PROP_display_name - Static variable in class jgd.JGDQuery
Property display_name
PROP_doc_id - Static variable in class jgd.JGDQuery
Property doc_id
PROP_due_date - Static variable in class jgd.JGDQuery
Property due_date
PROP_duration - Static variable in class jgd.JGDQuery
Property duration
PROP_email1 - Static variable in class jgd.JGDQuery
Property email1
PROP_email2 - Static variable in class jgd.JGDQuery
Property email2
PROP_email3 - Static variable in class jgd.JGDQuery
Property email3
PROP_end_date - Static variable in class jgd.JGDQuery
Property end_date
PROP_event_id - Static variable in class jgd.JGDQuery
Property event_id
PROP_extra_binary_data - Static variable in class jgd.JGDQuery
Property extra_binary_data
PROP_extra_data - Static variable in class jgd.JGDQuery
Property extra_data
PROP_flags - Static variable in class jgd.JGDQuery
Property flags
PROP_folder_name - Static variable in class jgd.JGDQuery
Property folder_name
PROP_format - Static variable in class jgd.JGDQuery
Property format
PROP_from - Static variable in class jgd.JGDQuery
Property from
PROP_genre - Static variable in class jgd.JGDQuery
Property genre
PROP_height - Static variable in class jgd.JGDQuery
Property height
PROP_hobbies - Static variable in class jgd.JGDQuery
Property hobbies
PROP_home_address - Static variable in class jgd.JGDQuery
Property home_address
PROP_home_fax - Static variable in class jgd.JGDQuery
Property home_fax
PROP_home_phone - Static variable in class jgd.JGDQuery
Property home_phone
PROP_im_address - Static variable in class jgd.JGDQuery
Property im_address
PROP_importance - Static variable in class jgd.JGDQuery
Property importance
PROP_info_tip - Static variable in class jgd.JGDQuery
Property info_tip
PROP_interaction_period - Static variable in class jgd.JGDQuery
Property interaction_period
PROP_internet_shortcut_name - Static variable in class jgd.JGDQuery
Property internet_shortcut_name
PROP_job_title - Static variable in class jgd.JGDQuery
Property job_title
PROP_keywords - Static variable in class jgd.JGDQuery
Property keywords
PROP_language - Static variable in class jgd.JGDQuery
Property language
PROP_last_modified_time - Static variable in class jgd.JGDQuery
Property last_modified_time
PROP_length - Static variable in class jgd.JGDQuery
Property length
PROP_location - Static variable in class jgd.JGDQuery
Property location
PROP_lyrics - Static variable in class jgd.JGDQuery
Property lyrics
PROP_machine_name - Static variable in class jgd.JGDQuery
Property machine_name
PROP_mail_flags - Static variable in class jgd.JGDQuery
Property mail_flags
PROP_mail_header - Static variable in class jgd.JGDQuery
Property mail_header
PROP_mail_id - Static variable in class jgd.JGDQuery
Property mail_id
PROP_manager_name - Static variable in class jgd.JGDQuery
Property manager_name
PROP_message_time - Static variable in class jgd.JGDQuery
Property message_time
PROP_mobile_phone - Static variable in class jgd.JGDQuery
Property mobile_phone
PROP_native_size - Static variable in class jgd.JGDQuery
Property native_size
PROP_nickname - Static variable in class jgd.JGDQuery
Property nickname
PROP_notes - Static variable in class jgd.JGDQuery
 
PROP_office_location - Static variable in class jgd.JGDQuery
Property office_location
PROP_organizer - Static variable in class jgd.JGDQuery
Property organizer
PROP_original_date - Static variable in class jgd.JGDQuery
Property original_date
PROP_other_address - Static variable in class jgd.JGDQuery
Property other_address
PROP_other_indexed_data - Static variable in class jgd.JGDQuery
Property other_indexed_data
PROP_other_phone - Static variable in class jgd.JGDQuery
Property other_phone
PROP_owner - Static variable in class jgd.JGDQuery
Property owner
PROP_pager - Static variable in class jgd.JGDQuery
Property pager
PROP_participants - Static variable in class jgd.JGDQuery
Property participants
PROP_percent_complete - Static variable in class jgd.JGDQuery
Property percent_complete
PROP_personal_home_page - Static variable in class jgd.JGDQuery
Property personal_home_page
PROP_primary_fax - Static variable in class jgd.JGDQuery
Property primary_fax
PROP_primary_phone - Static variable in class jgd.JGDQuery
Property primary_phone
PROP_profession - Static variable in class jgd.JGDQuery
Property profession
PROP_received - Static variable in class jgd.JGDQuery
Property received
PROP_recurrence_pattern - Static variable in class jgd.JGDQuery
Property recurrence_pattern
PROP_replyto - Static variable in class jgd.JGDQuery
Property replyto
PROP_shortcut_target - Static variable in class jgd.JGDQuery
Property shortcut_target
PROP_spouse - Static variable in class jgd.JGDQuery
Property spouse
PROP_start_date - Static variable in class jgd.JGDQuery
Property start_date
PROP_start_time - Static variable in class jgd.JGDQuery
Property start_time
PROP_status - Static variable in class jgd.JGDQuery
Property status
PROP_subject - Static variable in class jgd.JGDQuery
Property subject
PROP_text_content - Static variable in class jgd.JGDQuery
Property text_content
PROP_thumbnail - Static variable in class jgd.JGDQuery
Property thumbnail
PROP_thumbnail_format - Static variable in class jgd.JGDQuery
Property thumbnail_format
PROP_timestamp - Static variable in class jgd.JGDQuery
Property timestamp
PROP_title - Static variable in class jgd.JGDQuery
Property title
PROP_to - Static variable in class jgd.JGDQuery
Property to
PROP_total_work - Static variable in class jgd.JGDQuery
Property total_work
PROP_track_number - Static variable in class jgd.JGDQuery
Property track_number
PROP_type - Static variable in class jgd.JGDQuery
Property type
PROP_uri - Static variable in class jgd.JGDQuery
Property uri
PROP_user_name - Static variable in class jgd.JGDQuery
Property user_name
PROP_web_page - Static variable in class jgd.JGDQuery
Property web_page
PROP_wedding_anniversary - Static variable in class jgd.JGDQuery
Property wedding_anniversary
PROP_width - Static variable in class jgd.JGDQuery
Property width
PROP_year_published - Static variable in class jgd.JGDQuery
Property year_published
properties - Variable in class jgd.comapi.QueryResultItem
 

Q

QUERY - Static variable in class jgd.comapi.QueryCOM
 
query - Variable in class jgd.JGDQuery
 
QUERY_EX - Static variable in class jgd.comapi.QueryCOM
 
QueryCOM - Class in jgd.comapi
Class for performing GD queries This class - as well as the ComponentRegistrator class - uses the Jacob Java-COM -bridge See http://desktop.google.com/queryapi.html#queryobjects and http://desktop.google.com/queryapi.html#queryex
QueryCOM(String) - Constructor for class jgd.comapi.QueryCOM
 
QueryCOM(String, String) - Constructor for class jgd.comapi.QueryCOM
Uses QueryEx as the query-type
QueryCOM(String, String, boolean) - Constructor for class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#queryobjects and http://desktop.google.com/queryapi.html#queryex
QueryResultItem - Class in jgd.comapi
Class for representing one single search-result -entry within a set of results returned by a GD query
QueryResultItem(String) - Constructor for class jgd.comapi.QueryResultItem
 
queryResultItems - Variable in class jgd.comapi.QueryResultSet
 
QueryResultIteratorItem - Class in jgd.comapi
 
QueryResultIteratorItem(Variant, String) - Constructor for class jgd.comapi.QueryResultIteratorItem
 
QueryResultSet - Class in jgd.comapi
Class for representing a set of search-results -entries from a GD query
QueryResultSet() - Constructor for class jgd.comapi.QueryResultSet
Sets the counter and the current set of QueryResultItem(s) both to null
QueryResultSet(int) - Constructor for class jgd.comapi.QueryResultSet
Sets the current set of QueryResultItem(s) to null
QueryResultSet(Integer) - Constructor for class jgd.comapi.QueryResultSet
 
QueryResultSet(Integer, List<GoogleDesktopIndexable>) - Constructor for class jgd.comapi.QueryResultSet
 
queryString - Variable in class jgd.BaseJGDQuery
Query string
queryString - Variable in class jgd.comapi.QueryCOM
 
queryString - Variable in class jgd.comapi.QueryResultItem
 
queryString - Variable in class jgd.comapi.QueryResultSet
 
queryString - Variable in class jgd.comapi.ResultsIteratorCOM
 

R

ranking - Variable in class jgd.comapi.QueryCOM
 
readCookie() - Method in class jgd.register.DiskCookieStore
 
readyState - Variable in class jgd.comapi.QueryResultSet
 
ReadyStates - Class in jgd
 
ReadyStates() - Constructor for class jgd.ReadyStates
 
reg - Static variable in class jgd.register.CookieStoreFactory
 
register - Variable in class jgd.comapi.QueryCOM
 
register - Variable in class jgd.JGDQuery
 
register() - Method in class jgd.register.JGDRegister
 
registerQueryComponent(String) - Method in class jgd.comapi.ComponentRegistrator
See http://desktop.google.com/queryapi.html
remove() - Method in class jgd.comapi.ResultsIteratorCOM
 
remove() - Method in interface jgd.IJGDResultsIterator
 
removeCookie() - Method in class jgd.register.DiskCookieStore
 
removeCookie() - Method in interface jgd.register.ICookieStore
 
removeCookie() - Method in class jgd.register.MemoryCookieStore
 
removeFilterFlags() - Method in class jgd.BaseJGDQuery
Remove all filter flags
removeFlag(int) - Method in class jgd.BaseJGDQuery
Remove a binary flag from the flags of query
resetFlags() - Method in class jgd.BaseJGDQuery
Reset a initial flags value
resetFlags() - Method in class jgd.JGDQuery
 
results - Variable in class jgd.BaseJGDQuery
Last results
Results - Interface in jgd.jaxb
Java content class for results element declaration.
ResultsIteratorCOM - Class in jgd.comapi
 
ResultsIteratorCOM(Variant, String) - Constructor for class jgd.comapi.ResultsIteratorCOM
 
ResultsType - Interface in jgd.jaxb
Java content class for anonymous complex type.
ResultsType.ResultType - Interface in jgd.jaxb
Java content class for anonymous complex type.

S

saveCookie(String, String) - Method in class jgd.register.DiskCookieStore
 
saveCookie(String, String) - Method in interface jgd.register.ICookieStore
 
saveCookie(String, String) - Method in class jgd.register.MemoryCookieStore
 
schema - Variable in class jgd.comapi.QueryResultItem
 
schema - Variable in class jgd.schemas.comapi.GDCOMIndexed
 
searchResultEntryVariant - Variable in class jgd.comapi.QueryResultIteratorItem
 
searchResultEntryVariant - Variable in class jgd.schemas.comapi.GDCOMIndexed
 
searchResultVariant - Variable in class jgd.comapi.ResultsIteratorCOM
 
serialVersionUID - Static variable in exception jgd.JGDError
 
serialVersionUID - Static variable in exception jgd.JGDMethodNotImplemented
 
setAsync(boolean) - Method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#queryex
setAvailableCount(int) - Method in class jgd.comapi.QueryResultSet
 
setCacheUrl(String) - Method in class jgd.comapi.QueryResultItem
 
setCacheUrl(String) - Method in interface jgd.jaxb.ResultsType.ResultType
cache_url is the Google Desktop Search-relative URL of this result's internal cache page.
setCacheUrl(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setCategory(String) - Method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#queryobjects
setCategory(String) - Method in class jgd.comapi.QueryResultItem
 
setCategory(String) - Method in interface jgd.jaxb.ResultsType.ResultType
contains the result's type, one of: email, chat, web, file, contact, calendar, task, journal, note.
setCategory(String) - Method in class jgd.JGDQuery
See http://desktop.google.com/queryapi.html#queryobjects
setCategory(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setCookieStore(ICookieStore) - Method in class jgd.register.JGDRegister
 
setCount(Integer) - Method in class jgd.comapi.QueryResultSet
See the section Result Objects under http://desktop.google.com/queryapi.html#queryex
setCount(int) - Method in class jgd.comapi.QueryResultSet
 
setDesktopURL(String) - Method in class jgd.BaseJGDQuery
 
setDesktopURL(String) - Method in class jgd.JGDQuery
Deprecated. Method not implemented since version 2
setDocId(long) - Method in class jgd.comapi.QueryResultItem
 
setDocId(long) - Method in interface jgd.jaxb.ResultsType.ResultType
doc_id is the result's GDS internal identifier for doc.
setDocId(long) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setEventId(long) - Method in class jgd.comapi.QueryResultItem
 
setEventId(long) - Method in interface jgd.jaxb.ResultsType.ResultType
event_id is the result's GDS internal identifier for event.
setEventId(long) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setFileType(String) - Method in class jgd.BaseJGDQuery
File type for GDS.
setFileType(String) - Method in class jgd.JGDQuery
 
setFilterByAll() - Method in class jgd.BaseJGDQuery
Filter by all, this is, reset any filter.
setFilterByAll() - Method in class jgd.JGDQuery
 
setFilterByChats() - Method in class jgd.BaseJGDQuery
Filter by chats
setFilterByChats() - Method in class jgd.JGDQuery
 
setFilterByFiles() - Method in class jgd.BaseJGDQuery
Filter by files
setFilterByFiles() - Method in class jgd.JGDQuery
 
setFilterByJournal() - Method in class jgd.comapi.QueryCOM
 
setFilterByMails() - Method in class jgd.BaseJGDQuery
Filter by mails
setFilterByMails() - Method in class jgd.JGDQuery
 
setFilterByWeb() - Method in class jgd.BaseJGDQuery
Filter by web history
setFilterByWeb() - Method in class jgd.JGDQuery
 
setFilterDuplicates(boolean) - Method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#queryex
setFlags(Integer) - Method in class jgd.BaseJGDQuery
flags used in GDS for filtering search results.
setFlags(String) - Method in class jgd.comapi.QueryResultItem
 
setFlags(String) - Method in interface jgd.jaxb.ResultsType.ResultType
Undocumented by google (Only for Desktop2)
setFlags(Integer) - Method in class jgd.JGDQuery
 
setFlags(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setFrom(String) - Method in class jgd.comapi.QueryResultItem
 
setFrom(String) - Method in interface jgd.jaxb.ResultsType.ResultType
from is the name of either the person an email message was from, or the other party in a Instant Message chat.
setFrom(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setIcon(String) - Method in class jgd.comapi.QueryResultItem
 
setIcon(String) - Method in interface jgd.jaxb.ResultsType.ResultType
icon is a Google Desktop Search-relative URL to an icon representing this result or its type.
setIcon(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setId(long) - Method in class jgd.comapi.QueryResultItem
 
setId(long) - Method in interface jgd.jaxb.ResultsType.ResultType
id is the result's GDS internal identifier.
setId(long) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setItemNumber(int) - Method in class jgd.comapi.QueryResultItem
Should only be used internally by the GDS Java API
setMatchAllTerms(boolean) - Method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#queryex
setMessageId(String) - Method in class jgd.comapi.QueryResultItem
 
setMessageId(String) - Method in interface jgd.jaxb.ResultsType.ResultType
Undocumented by google (Only for Desktop2)
setMessageId(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setNum(Integer) - Method in class jgd.BaseJGDQuery
 
setNum(Integer) - Method in interface jgd.IJGDQuery
maximum number of results you'd like returned, to your query.
setNum(Integer) - Method in class jgd.JGDQuery
 
setProperties(Map<String, String>) - Method in class jgd.comapi.QueryResultItem
See http://desktop.google.com/queryapi.html#individualresult
setProperty(ActiveXComponent, String, boolean) - Method in class jgd.comapi.QueryCOM
See http://desktop.google.com/queryapi.html#queryex
setQueryResultItems(List<GoogleDesktopIndexable>) - Method in class jgd.comapi.QueryResultSet
Should only be used internally during query.execute()
setQueryString(String) - Method in class jgd.BaseJGDQuery
 
setQueryString(String) - Method in class jgd.comapi.QueryCOM
 
setQueryString(String) - Method in interface jgd.IJGDQuery
Query string
setQueryString(String) - Method in class jgd.JGDQuery
 
setRanking(int) - Method in class jgd.comapi.QueryCOM
 
setReadyState(int) - Method in class jgd.comapi.QueryResultSet
 
setSchema(String) - Method in class jgd.comapi.QueryResultItem
See http://desktop.google.com/queryapi.html#individualresult
setSnippet(String) - Method in class jgd.comapi.QueryResultItem
 
setSnippet(String) - Method in interface jgd.jaxb.ResultsType.ResultType
snippet is a snippet from the result's content that contains at least one of the search terms.
setSnippet(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setSortedByDate() - Method in class jgd.BaseJGDQuery
Sorted By Date
setSortedByDate() - Method in class jgd.JGDQuery
 
setSortedByRelevance() - Method in class jgd.BaseJGDQuery
Sorted By Relevance
setSortedByRelevance() - Method in class jgd.JGDQuery
 
setStart(Integer) - Method in class jgd.BaseJGDQuery
 
setStart(Integer) - Method in interface jgd.IJGDQuery
position you want the results to start from.
setStart(Integer) - Method in class jgd.JGDQuery
 
setThumbnail(String) - Method in class jgd.comapi.QueryResultItem
 
setThumbnail(String) - Method in interface jgd.jaxb.ResultsType.ResultType
thumbnail is a relative URL to the icon for this result at the GDS webserver
setThumbnail(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setTime(BigInteger) - Method in class jgd.comapi.QueryResultItem
 
setTime(BigInteger) - Method in interface jgd.jaxb.ResultsType.ResultType
time is the time value from the event that put this content into GDS.
setTime(BigInteger) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setTitle(String) - Method in class jgd.comapi.QueryResultItem
 
setTitle(String) - Method in interface jgd.jaxb.ResultsType.ResultType
title is the result's title, which varies depending on its type: Web page: the page's title.
setTitle(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
setUrl(String) - Method in class jgd.comapi.QueryResultItem
 
setUrl(String) - Method in interface jgd.jaxb.ResultsType.ResultType
url is the result's URL.
setUrl(String) - Method in class jgd.schemas.comapi.GDCOMIndexed
 
snippet - Variable in class jgd.comapi.QueryResultItem
 
start - Variable in class jgd.BaseJGDQuery
position you want the results to start from.

T

toString() - Method in class jgd.comapi.ComponentRegistrator
 
toString() - Method in class jgd.comapi.QueryCOM
 
toString() - Method in class jgd.comapi.QueryResultItem
 
toString() - Method in class jgd.comapi.QueryResultSet
 
toString() - Method in class jgd.schemas.comapi.GDCOMCalendar
URI
toString() - Method in class jgd.schemas.comapi.GDCOMContact
URI & Last time
toString() - Method in class jgd.schemas.comapi.GDCOMEmail
from, to & received date
toString() - Method in class jgd.schemas.comapi.GDCOMFile
URI & last time
toString() - Method in class jgd.schemas.comapi.GDCOMIM
Buddy name & message time
toString() - Method in class jgd.schemas.comapi.GDCOMIndexed
Representation of an indexed element (schema and format )
toString() - Method in class jgd.schemas.comapi.GDCOMJournal
URI & last time
toString() - Method in class jgd.schemas.comapi.GDCOMNote
URI & last time
toString() - Method in class jgd.schemas.comapi.GDCOMTask
URI & last time

U

unregister() - Method in class jgd.register.JGDRegister
 
unregisterQueryComponent(String) - Method in class jgd.comapi.ComponentRegistrator
 
useQueryEx - Variable in class jgd.comapi.QueryCOM
 
Util - Class in jgd
Utils for GDS API
Util() - Constructor for class jgd.Util
 

W

writeCookie() - Method in class jgd.register.DiskCookieStore
 
writeLastResultInXML(OutputStream) - Method in class jgd.BaseJGDQuery
 
writeLastResultInXML(OutputStream) - Method in class jgd.JGDQuery
Deprecated. Method not implemented since version 2

A B C D E F G H I J L M N P Q R S T U W

Copyright © 2007