SAP ABAP Class CL_WB_ADT_REST_OBJECT_DATA (CL_WB_ADT_REST_OBJECT_DATA)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
     SWB_ADT_TOOL (Package) Tool integration of WB object types into ADT
Properties
Class CL_WB_ADT_REST_OBJECT_DATA  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWB_ADT_TOOL   Tool integration of WB object types into ADT 
Created 20110503   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WB_ADT_REST_OBJECT_DATA has no forward declaration.
Interfaces
Class CL_WB_ADT_REST_OBJECT_DATA has no interface implemented.
Friends
Class CL_WB_ADT_REST_OBJECT_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GLOBAL_TYPE Instance attribute Private Type reference (TYPE) WBOBJTYPE 20110607
2 OBJECT_KEY Instance attribute Private Type reference (TYPE) SEU_OBJKEY 20110607
3 OBJNAME_TR Instance attribute Private Type reference (TYPE) TROBJ_NAME 20110607
4 TRANSPORT_KEY Instance attribute Private Type reference (TYPE) TY_TRANSPORT_KEY 20110607
5 TRANSPORT_TYPE Instance attribute Private Type reference (TYPE) TY_TRANSPORT_TYPE 20110607
6 WB_OBJECT Instance attribute Private Object reference (TYPE REF TO) CL_WB_OBJECT 20110607
Methods
# Method Level Visibility Method type Description Created on
1 FILL_GLOBAL_TYPE Instance method Protected Method 20110607
2 FILL_OBJECT_KEY Instance method Protected Method 20110607
3 FILL_TRANSPORT_TYPE Instance method Protected Method 20110607
4 FILL_WB_OBJECT Instance method Protected Method 20110607
5 GET_CONTENT_HANDLER Instance method Public Method 20110607
6 GET_GLOBAL_TYPE Instance method Public Method 20110607
7 GET_MASTER_LANGUAGE Instance method Public Method 20110607
8 GET_OBJECT_CLASS Instance method Public Method 20110607
9 GET_OBJECT_KEY Instance method Protected Method 20110607
10 GET_OBJNAME_TR Instance method Public Method 20110607
11 GET_RESOURCE_TYPE Instance method Public Method 20110607
12 GET_SUPPRESS_EDITOR_LOCK_CHECK Instance method Public Method 20110607
13 GET_TRANSPORT_KEY Instance method Public Method 20110607
14 GET_TRANSPORT_TYPE Instance method Public Method 20110607
15 GET_WB_OBJECT Instance method Public Method 20110607
16 SET_OBJNAME_TR Instance method Public Method 20110607
Events
Class CL_WB_ADT_REST_OBJECT_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_TRANSPORT_KEY Public See coding 20110607 BEGIN OF ty_transport_key, pgmid TYPE pgmid, objtype TYPE trobjtype, obj_name TYPE trobj_name, END OF ty_transport_key
2 TY_TRANSPORT_TYPE Public See coding 20110607 BEGIN OF ty_transport_type, pgmid TYPE pgmid, objtype TYPE trobjtype, END OF ty_transport_type
Method Signatures

Method FILL_GLOBAL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing GLOBAL_TYPE Call by reference Type reference (TYPE) WBOBJTYPE 20110607

Method FILL_GLOBAL_TYPE on class CL_WB_ADT_REST_OBJECT_DATA has no exception.

Method FILL_OBJECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing OBJECT_KEY Call by reference Type reference (TYPE) SEU_OBJKEY 20110607
# Exception Resumable Description Created on
1 CX_ADT_REST 20110607

Method FILL_TRANSPORT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TRANSPORT_TYPE Call by reference Type reference (TYPE) TY_TRANSPORT_TYPE 20110607
# Exception Resumable Description Created on
1 CX_ADT_REST 20110607

Method FILL_WB_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing WB_OBJECT Call by reference Object reference (TYPE REF TO) CL_WB_OBJECT 20110607
# Exception Resumable Description Created on
1 CX_ADT_REST 20110607

Method GET_CONTENT_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_ADT_REST_CONTENT_HANDLER 20110607

Method GET_CONTENT_HANDLER on class CL_WB_ADT_REST_OBJECT_DATA has no exception.

Method GET_GLOBAL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WBOBJTYPE 20110607

Method GET_GLOBAL_TYPE on class CL_WB_ADT_REST_OBJECT_DATA has no exception.

Method GET_MASTER_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) MASTERLANG 20110607

Method GET_MASTER_LANGUAGE on class CL_WB_ADT_REST_OBJECT_DATA has no exception.

Method GET_OBJECT_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TROBJTYPE 20110607
# Exception Resumable Description Created on
1 CX_ADT_REST 20110607

Method GET_OBJECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SEU_OBJKEY 20110607
# Exception Resumable Description Created on
1 CX_ADT_REST 20110607

Method GET_OBJNAME_TR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TROBJ_NAME 20110607
# Exception Resumable Description Created on
1 CX_ADT_REST 20110607

Method GET_RESOURCE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20110607

Method GET_RESOURCE_TYPE on class CL_WB_ADT_REST_OBJECT_DATA has no exception.

Method GET_SUPPRESS_EDITOR_LOCK_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110607
# Exception Resumable Description Created on
1 CX_ADT_REST 20110607

Method GET_TRANSPORT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_TRANSPORT_KEY 20110607
# Exception Resumable Description Created on
1 CX_ADT_REST 20110607

Method GET_TRANSPORT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_TRANSPORT_TYPE 20110607
# Exception Resumable Description Created on
1 CX_ADT_REST 20110607

Method GET_WB_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WB_OBJECT 20110607
# Exception Resumable Description Created on
1 CX_ADT_REST 20110607

Method SET_OBJNAME_TR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJNAME_TR Value transfer Type reference (TYPE) TROBJ_NAME 20110607

Method SET_OBJNAME_TR on class CL_WB_ADT_REST_OBJECT_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in