SAP ABAP Interface IF_OPENSRCH_TYPES (OpenSearch common types)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RST (Application Component) REST-based Protocols
     SATOM_CORE (Package) ATOM core
Properties
Interface IF_OPENSRCH_TYPES  
Short Description OpenSearch common types    
General Data
Package SATOM_CORE   ATOM core 
Created 20100806   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_OPENSRCH_TYPES has no forward declaration.
Interfaces
Interface IF_OPENSRCH_TYPES has no interface.
Friends
Interface IF_OPENSRCH_TYPES has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NAMESPACE_OPENSEARCH Constant Public Type reference (TYPE) STRING 'http://a9.com/-/spec/opensearch/1.1/' Opensearch namespace 20100811
2 GC_QUERY_ROLE_CORRECTION Constant Public Type reference (TYPE) STRING 'correction' 20100806
3 GC_QUERY_ROLE_EXAMPLE Constant Public Type reference (TYPE) STRING 'example' 20100806
4 GC_QUERY_ROLE_RELATED Constant Public Type reference (TYPE) STRING 'related' 20100806
5 GC_QUERY_ROLE_REQUEST Constant Public Type reference (TYPE) STRING 'request' 20100806
6 GC_QUERY_ROLE_SUBSET Constant Public Type reference (TYPE) STRING 'subset' 20100806
7 GC_QUERY_ROLE_SUPERSET Constant Public Type reference (TYPE) STRING 'superset' 20100806
8 GC_REL_SEARCH Constant Public Type reference (TYPE) STRING 'search' 20110203
9 GC_SYNDICATION_RIGHT_CLOSED Constant Public Type reference (TYPE) STRING 'closed' 20100806
10 GC_SYNDICATION_RIGHT_LIMITED Constant Public Type reference (TYPE) STRING 'limited' 20100806
11 GC_SYNDICATION_RIGHT_OPEN Constant Public Type reference (TYPE) STRING 'open' 20100806
12 GC_SYNDICATION_RIGHT_PRIVATE Constant Public Type reference (TYPE) STRING 'private' 20100806
Methods
Interface IF_OPENSRCH_TYPES has no method.
Events
Interface IF_OPENSRCH_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ENCODING_T Public See coding Table for encoding 20100806 encoding_t TYPE STANDARD TABLE OF string WITH DEFAULT KEY
2 IMAGE_S Public See coding Image structure according to spec 20100806 BEGIN OF image_s, height TYPE i, width TYPE i, type TYPE string, uri TYPE string, END OF image_s
3 IMAGE_T Public See coding Image table 20100806 image_t TYPE STANDARD TABLE OF image_s WITH DEFAULT KEY
4 OPENSEARCH_DESCRIPTION_S Public See coding Open search definition structure according to spec 20100806 BEGIN OF opensearch_description_s, common_attributes type if_atom_types=>common_attributes_s, short_name TYPE string, description TYPE string, urls TYPE url_t, contact TYPE string, tags TYPE string, long_name TYPE string, images type image_t, queries type query_t, developer TYPE string, attribution TYPE string, syndication_right TYPE string, adult_content TYPE xsdboolean, language TYPE string, input_encodings type encoding_t, output_encodings type encoding_t, extension_elements TYPE if_atom_types=>ext_element_t, END OF opensearch_description_s
5 OPENSEARCH_RESPONSE_S Public See coding Open search response structure according to spec 20100806 BEGIN OF opensearch_response_s, total_results type i, start_index type i, items_per_Page type i, queries type query_t, END OF opensearch_response_s
6 QUERY_S Public See coding Query structure 20100806 BEGIN OF query_s, role type string, title type string, total_results TYPE i, search_terms type string, count TYPE i, start_index TYPE i, start_page TYPE i, language type string, input_encodings type string, output_encodings type string, END OF query_s
7 QUERY_T Public See coding Query table 20100806 query_t TYPE STANDARD TABLE OF query_s WITH DEFAULT KEY
8 URL_S Public See coding URL structure according to spec 20100806 BEGIN OF url_s, template TYPE string, type TYPE string, index_offset TYPE i, page_offset TYPE i, END OF url_s
9 URL_T Public See coding URL table 20100806 url_t TYPE STANDARD TABLE OF url_s WITH DEFAULT KEY
History
Last changed by/on SAP  20130531 
SAP Release Created in 800