All files / output zif_abapgit_html_viewer.intf.mjs

100% Statements 23/23
100% Branches 0/0
100% Functions 0/0
100% Lines 23/23

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 231x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_html_viewer.intf.abap
class zif_abapgit_html_viewer {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {"C_ID_SAPEVENT": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
  static METHODS = {"LOAD_DATA": {"visibility": "U", "parameters": {"IV_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "IV_TYPE": {"type": () => {return new abap.types.Character();}, "is_optional": " "}, "IV_SUBTYPE": {"type": () => {return new abap.types.Character();}, "is_optional": " "}, "IV_SIZE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " "}, "EV_ASSIGNED_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}, "CT_DATA_TABLE": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Character(4), {"withHeader":false,"keyType":"DEFAULT"});}, "is_optional": " "}}},
  "SET_REGISTERED_EVENTS": {"visibility": "U", "parameters": {"IT_EVENTS": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({"eventid": new abap.types.Integer({qualifiedName: "EVENTID"}), "appl_event": new abap.types.Character(1, {"qualifiedName":"appl_event"})}, "cntl_simple_event", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "cntl_simple_events");}, "is_optional": " "}}},
  "SHOW_URL": {"visibility": "U", "parameters": {"IV_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "FREE": {"visibility": "U", "parameters": {}},
  "CLOSE_DOCUMENT": {"visibility": "U", "parameters": {}},
  "GET_URL": {"visibility": "U", "parameters": {"RV_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " "}}},
  "BACK": {"visibility": "U", "parameters": {}},
  "SET_VISIBLITY": {"visibility": "U", "parameters": {"IV_VISIBLE": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}},
  "SET_FOCUS": {"visibility": "U", "parameters": {}}};
}
abap.Classes['ZIF_ABAPGIT_HTML_VIEWER'] = zif_abapgit_html_viewer;
zif_abapgit_html_viewer.zif_abapgit_html_viewer$c_id_sapevent = new abap.types.Integer({qualifiedName: "I"});
zif_abapgit_html_viewer.zif_abapgit_html_viewer$c_id_sapevent.set(1);
zif_abapgit_html_viewer.ty_char256 = new abap.types.Character(256, {"qualifiedName":"zif_abapgit_html_viewer=>ty_char256"});
zif_abapgit_html_viewer.ty_post_data = abap.types.TableFactory.construct(new abap.types.Character(256, {"qualifiedName":"zif_abapgit_html_viewer=>ty_char256"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_html_viewer=>ty_post_data");
zif_abapgit_html_viewer.ty_name_value = new abap.types.Structure({"name": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_html_viewer=>ty_name_value-name"}), "value": new abap.types.Character(250, {"qualifiedName":"zif_abapgit_html_viewer=>ty_name_value-value"})}, "zif_abapgit_html_viewer=>ty_name_value", undefined, {}, {});
zif_abapgit_html_viewer.ty_query_table = abap.types.TableFactory.construct(new abap.types.Structure({"name": new abap.types.Character(30, {"qualifiedName":"zif_abapgit_html_viewer=>ty_name_value-name"}), "value": new abap.types.Character(250, {"qualifiedName":"zif_abapgit_html_viewer=>ty_name_value-value"})}, "zif_abapgit_html_viewer=>ty_name_value", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_html_viewer=>ty_query_table");
export {zif_abapgit_html_viewer};
//# sourceMappingURL=zif_abapgit_html_viewer.intf.mjs.map