SAP ABAP Interface IF_RIS_ADT_TEXT_SEARCH_TYPES (Type definitions for the text search)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-INR (Application Component) Repository Infosystem
     SRIS_ADT (Package) Repository Information System: ABAP Development Tools
Properties
Interface IF_RIS_ADT_TEXT_SEARCH_TYPES  
Short Description Type definitions for the text search    
General Data
Package SRIS_ADT   Repository Information System: ABAP Development Tools 
Created 20121031   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_RIS_ADT_TEXT_SEARCH_TYPES has no forward declaration.
Interfaces
Interface IF_RIS_ADT_TEXT_SEARCH_TYPES has no interface.
Friends
Interface IF_RIS_ADT_TEXT_SEARCH_TYPES has no friend.
Attributes
Interface IF_RIS_ADT_TEXT_SEARCH_TYPES has no attribute.
Methods
Interface IF_RIS_ADT_TEXT_SEARCH_TYPES has no method.
Events
Interface IF_RIS_ADT_TEXT_SEARCH_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ADT_TEXT_SEARCH_OBJECT Public See coding 20121031 BEGIN OF ty_s_adt_text_search_object, uri TYPE string, parent_uri TYPE string, adt_main_object TYPE if_adt_tools_core_types=>ty_main_object, is_result TYPE xsdboolean, text_lines TYPE ty_t_text_lines, text_query TYPE string, END OF ty_s_adt_text_search_object
2 TY_S_ADT_TEXT_SEARCH_RESULT Public See coding 20121031 BEGIN OF ty_s_adt_text_search_result, text_search_objects TYPE ty_t_adt_text_search_objects, number_of_results TYPE i, total_number_of_results TYPE i, query_time_millis TYPE i, END OF ty_s_adt_text_search_result
3 TY_S_STRING_VALUE Public See coding 20130131 BEGIN OF ty_s_string_value, value TYPE string, END OF ty_s_string_value
4 TY_S_TEXT_LINE Public See coding 20121031 BEGIN OF ty_s_text_line, uri TYPE string, content TYPE string, END OF ty_s_text_line
5 TY_T_ADT_TEXT_SEARCH_OBJECTS Public See coding 20121031 ty_t_adt_text_search_objects TYPE SORTED TABLE OF ty_s_adt_text_search_object WITH UNIQUE KEY uri
6 TY_T_TEXT_LINES Public See coding 20121031 ty_t_text_lines TYPE STANDARD TABLE OF ty_s_text_line WITH NON-UNIQUE KEY uri content
History
Last changed by/on SAP  20140121 
SAP Release Created in 740