SAP ABAP Class CL_NWECM_SPI_TCK_READ (Abstract read scenario base class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ECM-ABA-COR (Application Component) ECM Core Infrastructure
     S_NWECM_SPI_TCK (Package) SPI Technology Compatibility Kit
Properties
Class CL_NWECM_SPI_TCK_READ  
Short Description Abstract read scenario base class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package S_NWECM_SPI_TCK   SPI Technology Compatibility Kit 
Created 20081204   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_NWECM_SPI_TCK_READ has no forward declaration.
Interfaces
Class CL_NWECM_SPI_TCK_READ has no interface implemented.
Friends
Class CL_NWECM_SPI_TCK_READ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FIXTURE Instance attribute Private Object reference (TYPE REF TO) CL_NWECM_SPI_TCK_READ_FIX Fixture for read scenario test 20081204
2 MO_HIERARCHY_SERVICE Instance attribute Private Object reference (TYPE REF TO) IF_NWECM_HIERARCHY_SERVICE 20081212
3 MO_PROPERTY_SERVICE Instance attribute Private Object reference (TYPE REF TO) IF_NWECM_PROPERTY_SERVICE 20081215
4 MO_REPOSITORY_SERVICE Instance attribute Private Object reference (TYPE REF TO) IF_NWECM_REPOSITORY_SERVICE 20081209
5 MO_SESSION_INFO Instance attribute Private Object reference (TYPE REF TO) IF_NWECM_SESSION_INFO 20081212
6 MV_CONNECTION_DETAILS_SET Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081217
7 MV_EXECUTE_GET_CONTENT Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081217
8 MV_EXECUTE_GET_NODE_BY_ID Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081217
9 MV_EXECUTE_GET_PROPERTY Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081217
10 MV_NODE_PATHS_SET Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081217
11 MV_TEARDOWN_MYSELF Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090729
12 SC_HS_GET_CHILD Constant Private Type reference (TYPE) STRING ' (IF_NWECM_REPOSITORY_SERVICE->GET_CHILD)' 20081212
13 SC_HS_GET_CHILDREN Constant Private Type reference (TYPE) STRING ' (IF_NWECM_HIERARCHY_SERVICE->GET_CHILDREN)' 20081212
14 SC_HS_GET_CHILDREN_RANGED Constant Private Type reference (TYPE) STRING ' (IF_NWECM_HIERARCHY_SERVICE->GET_CHILDREN_RANGED)' 20081217
15 SC_HS_GET_CONTENT Constant Private Type reference (TYPE) STRING ' (IF_NWECM_REPOSITORY_SERVICE->GET_CONTENT)' 20081215
16 SC_HS_GET_NODE Constant Private Type reference (TYPE) STRING ' (IF_NWECM_REPOSITORY_SERVICE->GET_NODE)' 20081212
17 SC_HS_GET_NUMBER_OF_CHILDREN Constant Private Type reference (TYPE) STRING ' (IF_NWECM_HIERARCHY_SERVICE->GET_NUMBER_OF_CHILDREN)' 20081212
18 SC_HS_GET_PARENT Constant Private Type reference (TYPE) STRING ' (IF_NWECM_HIERARCHY_SERVICE->GET_PARENT)' 20081212
19 SC_HS_GET_PATH Constant Private Type reference (TYPE) STRING ' (IF_NWECM_REPOSITORY_SERVICE->GET_PATH)' 20081212
20 SC_HS_GET_ROOT_NODE Constant Private Type reference (TYPE) STRING ' (IF_NWECM_REPOSITORY_SERVICE->GET_ROOT_NODE)' 20081212
21 SC_PS_GET_PROPERTIES Constant Private Type reference (TYPE) STRING ' (IF_NWECM_PROPERTY_SERVICE->GET_PROPERTIES)' 20081215
22 SC_PS_GET_PROPERTY Constant Private Type reference (TYPE) STRING ' (IF_NWECM_PROPERTY_SERVICE->GET_PROPERTY)' 20081215
23 SC_RS_GET_NODE Constant Private Type reference (TYPE) STRING ' (IF_NWECM_REPOSITORY_SERVICE->GET_NODE)' 20081212
24 SC_WORKSPACE_NAME Constant Private Type reference (TYPE) STRING 'SPI_READ_TEST' 20081212
Methods
# Method Level Visibility Method type Description Created on
1 ABORT_TEST Instance method Private Method 20100930
2 BLACKLIST_MATCH Instance method Protected Test Method for ABAP Unit 20090831
3 BLACKLIST_MISMATCH Instance method Protected Test Method for ABAP Unit 20090831
4 CREATE_TESTDATA Instance method Private Method 20090729
5 GET_CHILD Instance method Protected Test Method for ABAP Unit 20081212
6 GET_CHILDREN Instance method Protected Test Method for ABAP Unit 20081209
7 GET_CHILDREN_RANGED Instance method Protected Test Method for ABAP Unit 20081212
8 GET_CONTENT Instance method Protected Test Method for ABAP Unit 20081209
9 GET_HIERARCHY_SERVICE Instance method Protected Method 20081210
10 GET_NODE_BY_ID Instance method Protected Test Method for ABAP Unit 20081209
11 GET_NODE_BY_PATH Instance method Protected Test Method for ABAP Unit 20081209
12 GET_NODE_BY_PATH_INTERNAL Instance method Private Method 20090423
13 GET_NODE_INTERNAL Instance method Private Method 20081212
14 GET_NUMBER_OF_CHILDREN Instance method Protected Test Method for ABAP Unit 20081209
15 GET_PARENT Instance method Protected Test Method for ABAP Unit 20081212
16 GET_PATH Instance method Protected Test Method for ABAP Unit 20081212
17 GET_PROPERTIES Instance method Protected Test Method for ABAP Unit 20081209
18 GET_PROPERTY Instance method Protected Test Method for ABAP Unit 20081212
19 GET_REPOSITORY_SERVICE Instance method Protected Method 20081209
20 GET_ROOT_NODE Instance method Protected Test Method for ABAP Unit 20081212
21 GET_ROOT_NODE_VIA_PATH Instance method Protected Test Method for ABAP Unit 20090113
22 GET_SESSION_INFO Instance method Protected Method 20081212
23 MATCH Instance method Private Method 20090831
24 SETUP Instance method Private Method 20081209
25 SETUP_FIXTURE Instance method Protected Method 20081204
26 SET_TESTS_TO_EXECUTE Instance method Protected Method 20081217
27 TEARDOWN Instance method Private Method 20081209
28 TEARDOWN_FIXTURE Instance method Protected Method 20081209
29 TEARDOWN_TESTDATA Instance method Private Method 20090729
Events
Class CL_NWECM_SPI_TCK_READ has no event.
Types
Class CL_NWECM_SPI_TCK_READ has no local type.
Method Signatures

Method ABORT_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MESSAGE Call by reference Type reference (TYPE) STRING 20100930

Method ABORT_TEST on class CL_NWECM_SPI_TCK_READ has no exception.

Method BLACKLIST_MATCH Signature

Method BLACKLIST_MATCH on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20090831

Method BLACKLIST_MISMATCH Signature

Method BLACKLIST_MISMATCH on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20090831

Method CREATE_TESTDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SIMPLE_FIXTURE Call by reference Object reference (TYPE REF TO) CL_NWECM_SPI_TCK_SIMPLE_FIX NW ECM: Basic fixture for SPI TCK Tests 20090729
2 Returning RO_FIXTURE Value transfer Object reference (TYPE REF TO) CL_NWECM_SPI_TCK_READ_FIX Fixture for read scenario test 20090729
# Exception Resumable Description Created on
1 CX_NWECM 20090729

Method GET_CHILD Signature

Method GET_CHILD on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081212

Method GET_CHILDREN Signature

Method GET_CHILDREN on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081209

Method GET_CHILDREN_RANGED Signature

Method GET_CHILDREN_RANGED on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081212

Method GET_CONTENT Signature

Method GET_CONTENT on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081209

Method GET_HIERARCHY_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_HIERARCHY_SERVICE Value transfer Object reference (TYPE REF TO) IF_NWECM_HIERARCHY_SERVICE 20081210
# Exception Resumable Description Created on
1 CX_NWECM 20081210

Method GET_NODE_BY_ID Signature

Method GET_NODE_BY_ID on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081209

Method GET_NODE_BY_PATH Signature

Method GET_NODE_BY_PATH on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081209

Method GET_NODE_BY_PATH_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_PATH Call by reference Type reference (TYPE) STRING 20090423

Method GET_NODE_BY_PATH_INTERNAL on class CL_NWECM_SPI_TCK_READ has no exception.

Method GET_NODE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATH Value transfer Type reference (TYPE) STRING 20081212
2 Returning RO_NODE_INFO Value transfer Object reference (TYPE REF TO) IF_NWECM_NODE_INFO 20081212
# Exception Resumable Description Created on
1 CX_NWECM 20081212

Method GET_NUMBER_OF_CHILDREN Signature

Method GET_NUMBER_OF_CHILDREN on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081209

Method GET_PARENT Signature

Method GET_PARENT on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081212

Method GET_PATH Signature

Method GET_PATH on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081212

Method GET_PROPERTIES Signature

Method GET_PROPERTIES on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081209

Method GET_PROPERTY Signature

Method GET_PROPERTY on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081212

Method GET_REPOSITORY_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_REPOSITORY_SERVICE Value transfer Object reference (TYPE REF TO) IF_NWECM_REPOSITORY_SERVICE 20081209
# Exception Resumable Description Created on
1 CX_NWECM 20081209

Method GET_ROOT_NODE Signature

Method GET_ROOT_NODE on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM 20081212

Method GET_ROOT_NODE_VIA_PATH Signature

Method GET_ROOT_NODE_VIA_PATH on class CL_NWECM_SPI_TCK_READ has no parameter.
# Exception Resumable Description Created on
1 CX_NWECM NW ECM: Base Exception 20090113

Method GET_SESSION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SESSION_INFO Value transfer Object reference (TYPE REF TO) IF_NWECM_SESSION_INFO 20081212
# Exception Resumable Description Created on
1 CX_NWECM 20081212

Method MATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BLACKLIST Call by reference Type reference (TYPE) NWECM_T_BLACKLIST_PATTERN 20090831
2 Importing I_CHECK Call by reference Type reference (TYPE) STRING 20090831
3 Returning R_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090831

Method MATCH on class CL_NWECM_SPI_TCK_READ has no exception.

Method SETUP Signature

Method SETUP on class CL_NWECM_SPI_TCK_READ has no parameter.
Method SETUP on class CL_NWECM_SPI_TCK_READ has no exception.

Method SETUP_FIXTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RO_FIXTURE Value transfer Object reference (TYPE REF TO) CL_NWECM_SPI_TCK_READ_FIX Fixture for read scenario test 20081204
2 Exporting RO_SIMPLE_FIXTURE Value transfer Object reference (TYPE REF TO) CL_NWECM_SPI_TCK_SIMPLE_FIX Simplified fixture for read scenario (Write support needed) 20090729
# Exception Resumable Description Created on
1 CX_NWECM 20081209

Method SET_TESTS_TO_EXECUTE Signature

Method SET_TESTS_TO_EXECUTE on class CL_NWECM_SPI_TCK_READ has no parameter.
Method SET_TESTS_TO_EXECUTE on class CL_NWECM_SPI_TCK_READ has no exception.

Method TEARDOWN Signature

Method TEARDOWN on class CL_NWECM_SPI_TCK_READ has no parameter.
Method TEARDOWN on class CL_NWECM_SPI_TCK_READ has no exception.

Method TEARDOWN_FIXTURE Signature

Method TEARDOWN_FIXTURE on class CL_NWECM_SPI_TCK_READ has no parameter.
Method TEARDOWN_FIXTURE on class CL_NWECM_SPI_TCK_READ has no exception.

Method TEARDOWN_TESTDATA Signature

Method TEARDOWN_TESTDATA on class CL_NWECM_SPI_TCK_READ has no parameter.
Method TEARDOWN_TESTDATA on class CL_NWECM_SPI_TCK_READ has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720