SAP ABAP Interface /IWCOR/IF_OPENSRCH_TYPES (OpenSearch common types)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
     /IWCOR/SATOM_CORE (Package) ATOM Library core
Properties
Interface /IWCOR/IF_OPENSRCH_TYPES  
Short Description OpenSearch common types    
General Data
Package /IWCOR/SATOM_CORE   ATOM Library core 
Created 20100806   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /IWCOR/IF_OPENSRCH_TYPES has no forward declaration.
Interfaces
Interface /IWCOR/IF_OPENSRCH_TYPES has no interface.
Friends
Interface /IWCOR/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 20120813
2 GC_QUERY_ROLE_CORRECTION Constant Public Type reference (TYPE) STRING 'correction' 20120813
3 GC_QUERY_ROLE_EXAMPLE Constant Public Type reference (TYPE) STRING 'example' 20120813
4 GC_QUERY_ROLE_RELATED Constant Public Type reference (TYPE) STRING 'related' 20120813
5 GC_QUERY_ROLE_REQUEST Constant Public Type reference (TYPE) STRING 'request' 20120813
6 GC_QUERY_ROLE_SUBSET Constant Public Type reference (TYPE) STRING 'subset' 20120813
7 GC_QUERY_ROLE_SUPERSET Constant Public Type reference (TYPE) STRING 'superset' 20120813
8 GC_REL_SEARCH Constant Public Type reference (TYPE) STRING 'search' 20120813
9 GC_SYNDICATION_RIGHT_CLOSED Constant Public Type reference (TYPE) STRING 'closed' 20120813
10 GC_SYNDICATION_RIGHT_LIMITED Constant Public Type reference (TYPE) STRING 'limited' 20120813
11 GC_SYNDICATION_RIGHT_OPEN Constant Public Type reference (TYPE) STRING 'open' 20120813
12 GC_SYNDICATION_RIGHT_PRIVATE Constant Public Type reference (TYPE) STRING 'private' 20120813
Methods
Interface /IWCOR/IF_OPENSRCH_TYPES has no method.
Events
Interface /IWCOR/IF_OPENSRCH_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 COMMON_ATTRIBUTES_S Public Type reference (TYPE) /IWCOR/IF_ATOM_TYPES=>COMMON_ATTRIBUTES_S 20121009
2 ENCODING_T Public See coding Table for encoding 20120813 encoding_t TYPE STANDARD TABLE OF string WITH DEFAULT KEY
3 IMAGE_S Public See coding Image structure according to spec 20120813 BEGIN OF image_s, height TYPE i, width TYPE i, type TYPE string, uri TYPE string, END OF image_s
4 IMAGE_T Public See coding Image table 20120813 image_t TYPE STANDARD TABLE OF image_s WITH DEFAULT KEY
5 OPENSEARCH_DESCRIPTION_S Public See coding Open search definition structure according to spec 20120813 BEGIN OF opensearch_description_s, common_attributes TYPE 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 /IWCOR/if_ATOM_types=>ext_element_t, END OF opensearch_description_s
6 OPENSEARCH_RESPONSE_S Public See coding Open search response structure according to spec 20120813 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
7 QUERY_S Public See coding Query structure 20120813 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
8 QUERY_T Public See coding Query table 20120813 query_t TYPE STANDARD TABLE OF query_s WITH DEFAULT KEY
9 URL_S Public See coding URL structure according to spec 20120813 BEGIN OF url_s, template TYPE string, type TYPE string, index_offset TYPE i, page_offset TYPE i, END OF url_s
10 URL_T Public See coding URL table 20120813 url_t TYPE STANDARD TABLE OF url_s WITH DEFAULT KEY
History
Last changed by/on SAP  20131127 
SAP Release Created in 200