SAP ABAP Class CL_CLS_OBJECT_GRAPH_VIEW (Filters and node selection for a graph)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-UTL-CLS (Application Component) Classification Toolset
     SPAK_API_CLASSIFICATION (Package) API for Classification Tool Set
Properties
Class CL_CLS_OBJECT_GRAPH_VIEW  
Short Description Filters and node selection for a graph    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPAK_API_CLASSIFICATION   API for Classification Tool Set 
Created 20060126   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_CLS_OBJECT_GRAPH Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_CLS_OBJECT_GRAPH_VIEW has no interface implemented.
Friends
Class CL_CLS_OBJECT_GRAPH_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGED Instance attribute Public Type reference (TYPE) ABAP_BOOL 20060126
2 FILTER Instance attribute Private Type reference (TYPE) TY_HASHED_NODE_LIST 20060126
3 FILTERED_FOLDERS Instance attribute Private Type reference (TYPE) TY_HASHED_NODE_LIST 20060126
4 FILTER_IS_ACTIVE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20060126
5 GRAPH Instance attribute Private Object reference (TYPE REF TO) CL_CLS_OBJECT_GRAPH F4 help based on a chatacteristic 20060126
6 SELECTED Instance attribute Private Type reference (TYPE) TY_HASHED_NODE_LIST 20060126
7 SELECTED_FOLDERS Instance attribute Private Type reference (TYPE) TY_HASHED_NODE_LIST 20060126
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_FILTER Instance method Public Method 20060126
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060126
3 DESELECT_ALL Instance method Public Method 20060126
4 DESELECT_NODE Instance method Public Method 20060126
5 FILTER_FOLDERS Instance method Private Method 20060126
6 GET_ROOTS Instance method Public Method 20060126
7 GET_SELECTED Instance method Public Method 20060126
8 GET_SELECTED_OBJECT_NODES Instance method Public Method 20060208
9 IS_FILTERED Instance method Public Method 20060126
10 IS_SELECTED Instance method Public Method 20060126
11 PROPAGATE_DESELECTION Instance method Private Method 20060126
12 PROPAGATE_SELECTION Instance method Private Method 20060126
13 SELECT_ALL Instance method Public Method 20060126
14 SELECT_NODE Instance method Public Method 20060126
15 SELECT_OBJECT Instance method Public Method 20060126
16 SET_FILTER Instance method Public Method 20060126
17 SET_SELECTED Instance method Public Method 20060126
Events
Class CL_CLS_OBJECT_GRAPH_VIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_HASHED_NODE_LIST Public See coding 20060126 TY_HASHED_NODE_LIST type hashed table of i with unique key table_line
Method Signatures

Method CLEAR_FILTER Signature

Method CLEAR_FILTER on class CL_CLS_OBJECT_GRAPH_VIEW has no parameter.
Method CLEAR_FILTER on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GRAPH Call by reference Object reference (TYPE REF TO) CL_CLS_OBJECT_GRAPH F4 help based on a chatacteristic 20060126

Method CONSTRUCTOR on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method DESELECT_ALL Signature

Method DESELECT_ALL on class CL_CLS_OBJECT_GRAPH_VIEW has no parameter.
Method DESELECT_ALL on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method DESELECT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_DESELECTED_NODES Call by reference Type reference (TYPE) CL_CLS_OBJECT_GRAPH=>TY_NODE_LIST 20060126
2 Importing IM_NODE_ID Call by reference Type reference (TYPE) I 20060126
3 Importing IM_PROPAGATE_DOWNWARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081107

Method DESELECT_NODE on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method FILTER_FOLDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_START_NODE Call by reference Type reference (TYPE) I 20060126

Method FILTER_FOLDERS on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method GET_ROOTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ROOTS Call by reference Type reference (TYPE) CL_CLS_OBJECT_GRAPH=>TY_NODE_LIST 20060126

Method GET_ROOTS on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method GET_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SELECTED_OBJECTS Call by reference Type reference (TYPE) PAK_OBJECT_LIST List of development objects 20060126

Method GET_SELECTED on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method GET_SELECTED_OBJECT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SELECTED_NODES Call by reference Type reference (TYPE) TY_HASHED_NODE_LIST List of development objects 20060208

Method GET_SELECTED_OBJECT_NODES on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method IS_FILTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE_ID Call by reference Type reference (TYPE) I 20060126
2 Returning RE_IS_FILTERED Value transfer Type reference (TYPE) ABAP_BOOL 20060126

Method IS_FILTERED on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method IS_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE_ID Call by reference Type reference (TYPE) I 20060126
2 Returning RE_IS_SELECTED Value transfer Type reference (TYPE) ABAP_BOOL 20060126

Method IS_SELECTED on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method PROPAGATE_DESELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_DESELECTED_NODES Call by reference Type reference (TYPE) CL_CLS_OBJECT_GRAPH=>TY_NODE_LIST 20060126
2 Importing IM_START_NODE Call by reference Type reference (TYPE) I 20060126

Method PROPAGATE_DESELECTION on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method PROPAGATE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_SELECTED_NODES Call by reference Type reference (TYPE) CL_CLS_OBJECT_GRAPH=>TY_NODE_LIST 20060126
2 Importing IM_START_NODE Call by reference Type reference (TYPE) I 20060126

Method PROPAGATE_SELECTION on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method SELECT_ALL Signature

Method SELECT_ALL on class CL_CLS_OBJECT_GRAPH_VIEW has no parameter.
Method SELECT_ALL on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method SELECT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_SELECTED_NODES Call by reference Type reference (TYPE) CL_CLS_OBJECT_GRAPH=>TY_NODE_LIST 20060126
2 Importing IM_NODE_ID Call by reference Type reference (TYPE) I 20060126
3 Importing IM_PROPAGATE_DOWNWARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20081107

Method SELECT_NODE on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method SELECT_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SELECTED_NODES Call by reference Type reference (TYPE) CL_CLS_OBJECT_GRAPH=>TY_NODE_LIST 20060126
2 Importing IM_OBJECT Call by reference Type reference (TYPE) PAK_OBJECT_KEY Object key 20060126

Method SELECT_OBJECT on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method SET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FILTER Call by reference Type reference (TYPE) PAK_OBJECT_LIST List of development objects 20060126

Method SET_FILTER on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.

Method SET_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTS Call by reference Type reference (TYPE) PAK_OBJECT_LIST List of development objects 20060126

Method SET_SELECTED on class CL_CLS_OBJECT_GRAPH_VIEW has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 710