SAP ABAP Class CL_TPDA_ADT_RES_WATCHPOINTS (Resource Handler for Watchpoints)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_ADT (Package) ADT Debugger
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ADT_REST_RESOURCE Basis Class for ADT Resource Controllers 20130801
Properties
Class CL_TPDA_ADT_RES_WATCHPOINTS  
Short Description Resource Handler for Watchpoints    
Super Class CL_ADT_REST_RESOURCE Basis Class for ADT Resource Controllers 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_ADT   ADT Debugger 
Created 20130801   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPDA_ADT_RES_WATCHPOINTS has no forward declaration.
Interfaces
Class CL_TPDA_ADT_RES_WATCHPOINTS has no interface implemented.
Friends
Class CL_TPDA_ADT_RES_WATCHPOINTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ACTION_CREATE Constant Public Type reference (TYPE) STRING 'create' 20130812
2 C_ACTION_DELETE Constant Public Type reference (TYPE) STRING 'delete' 20130812
3 C_ACTION_GET Constant Public Type reference (TYPE) STRING 'get' 20130812
4 C_ACTION_MODIFY Constant Public Type reference (TYPE) STRING 'modify' 20130812
5 C_CLASS_NAME Constant Public Type reference (TYPE) STRING 'CL_TPDA_ADT_RES_WATCHPOINTS' 20130801
6 C_MAX_LENGTH Constant Public Type reference (TYPE) I 255 20130806
7 C_PART_WATCHPOINTS Constant Public Type reference (TYPE) STRING 'watchpoints' 20130805
8 C_QUERY_PARAM_ACTIVE Constant Public Type reference (TYPE) STRING 'active' 20130805
9 C_QUERY_PARAM_CONDITION Constant Public Type reference (TYPE) STRING 'condition' 20130805
10 C_QUERY_PARAM_VARIABLENAME Constant Public Type reference (TYPE) STRING 'variableName' 20130805
11 C_RELATION_DELETE Constant Public Type reference (TYPE) STRING 'http://www.sap.com/adt/debugger/relations/delete' 20130805
12 C_RELATION_MODIFY Constant Public Type reference (TYPE) STRING 'http://www.sap.com/adt/debugger/relations/modify' 20130805
13 C_URI_ATTRIBUTE_WATCHPOINTID Constant Public Type reference (TYPE) STRING 'watchpointId' 20130805
14 REF_MAIN_SERVICE Instance attribute Private Object reference (TYPE REF TO) IF_TPDAPI_SERVICE 20130805
15 REF_REQUEST Instance attribute Private Object reference (TYPE REF TO) IF_ADT_REST_REQUEST 20130805
16 REF_RESPONSE Instance attribute Private Object reference (TYPE REF TO) IF_ADT_REST_RESPONSE 20130805
17 REF_SESSION Instance attribute Private Object reference (TYPE REF TO) IF_TPDAPI_SESSION 20130805
18 REF_WP_SERVICE Instance attribute Private Object reference (TYPE REF TO) IF_TPDAPI_WP_SERVICES 20130806
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20130805
2 CREATE_WATCHPOINT Instance method Private Method 20130806
3 GET_RESPONSE_BODY_BY_WP Instance method Private Method 20130807
4 GET_TEMPLATE_LINKS Instance method Private Method 20130805
5 GET_WP_SELF_LINK Static method Public Method 20130813
6 GET_WP_URI Static method Public Method 20130813
7 INIT Instance method Private Method 20130805
8 RAISE_TPDA_ADT_EXCEPTION Instance method Private Method 20130808
Events
Class CL_TPDA_ADT_RES_WATCHPOINTS has no event.
Types
Class CL_TPDA_ADT_RES_WATCHPOINTS has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_TPDA_ADT_RES_WATCHPOINTS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_TPDA_ADT_RES_WATCHPOINTS has no exception.

Method CREATE_WATCHPOINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONDITION Call by reference Type reference (TYPE) STRING 20130806
2 Importing I_VARIABLENAME Call by reference Type reference (TYPE) STRING 20130806
3 Returning R_WATCHPOINT Value transfer Object reference (TYPE REF TO) IF_TPDAPI_WP 20130806
# Exception Resumable Description Created on
1 CX_TPDA_ADT_FAILURE 20130806

Method GET_RESPONSE_BODY_BY_WP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WATCHPOINT Call by reference Object reference (TYPE REF TO) IF_TPDAPI_WP 20130807
2 Returning R_WP_RESPONSE Value transfer Type reference (TYPE) IF_TPDA_ADT_DEBUGGER_CH=>TYP_STR_WP 20130807

Method GET_RESPONSE_BODY_BY_WP on class CL_TPDA_ADT_RES_WATCHPOINTS has no exception.

Method GET_TEMPLATE_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WATCHPOINT_ID Call by reference Type reference (TYPE) I 20130805
2 Returning R_TEMPLATE_LINKS Value transfer Type reference (TYPE) IF_ADT_DISCOVERY_COLLECTION=>TY_TEMPLATE_LINKS 20130805

Method GET_TEMPLATE_LINKS on class CL_TPDA_ADT_RES_WATCHPOINTS has no exception.

Method GET_WP_SELF_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WATCHPOINT_ID Call by reference Type reference (TYPE) I 20130813
2 Returning R_SELF_LINK Value transfer Type reference (TYPE) IF_ATOM_TYPES=>LINK_S 20130813

Method GET_WP_SELF_LINK on class CL_TPDA_ADT_RES_WATCHPOINTS has no exception.

Method GET_WP_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WATCHPOINT_ID Call by reference Type reference (TYPE) I 20130813
2 Returning R_WP_URI Value transfer Type reference (TYPE) STRING 20130813

Method GET_WP_URI on class CL_TPDA_ADT_RES_WATCHPOINTS has no exception.

Method INIT Signature

Method INIT on class CL_TPDA_ADT_RES_WATCHPOINTS has no parameter.
# Exception Resumable Description Created on
1 CX_ADT_REST 20130805

Method RAISE_TPDA_ADT_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) STRING 20130812
2 Importing I_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT 20130808
3 Importing I_VARIABLENAME Call by reference Type reference (TYPE) STRING 20130808
# Exception Resumable Description Created on
1 CX_TPDA_ADT_FAILURE 20130808
History
Last changed by/on SAP  20140121 
SAP Release Created in 740