• Ask for login(ask_login)
  • Acknowledge login(ack_login)
  • Initialise the search form(ask_init_formular)
  • Get the initialised form attributes(tell_init_formular)
  • Ask the system for documents(ask_metadataquery)
  • Ack the processing of the query with the query id(ack_metadataquery)
  • Tell the number of found documents to a query(tell_metadataquery)
  • Tell an update about the number of found documents to a query (tell_metadataqueryupdate)
  • Get the documents found with some projected fields for headlines(ask_result)
  • Tell the projected documentlists(tell_result)
  • Ask for all information about the wanted documents(ask_details)
  • Tells the details about the ask documents(tell_details)
  • Ask for a list of conferences matching a filterterm or all available conferences(ask_conference)
  • Returns a list of conferences matching a filterterm or all available conferences(tell_conference)
  • Ask for a list of proceedings to a given conferences (OID)(ask_proceeding)
  • Tells a list of proceedings to a given conferences (OID)(tell_proceeding)
  • Returns a list of conferences matching a filterterm or all available conferences(ask_termquery)
  • Returns a list of conferences matching a filterterm or all available conferences(tell_termquery)
  • Ask for a list of journals matching a filterterm or all available journals(ask_journal)
  • Tells a list of journals matching a filterterm or all available journals(tell_journals)
  • Ask for a given document for refered documents(ask_citations)
  • Tells number of refered documents(tell_citations)
  • Ask for a given document for refering documents(ask_references)
  • Tells number of refering documents(tell_references)