SAP ABAP Class CL_ESH_DB_BOS_INDEX (DB access for BOS indices)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_ADMIN_BOS (Package) Monitoring and Admin for the BOS Component
Properties
Class CL_ESH_DB_BOS_INDEX  
Short Description DB access for BOS indices    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_ENG_ADMIN_BOS   Monitoring and Admin for the BOS Component 
Created 20071119   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ESH_DB_BOS_INDEX has no forward declaration.
Interfaces
Class CL_ESH_DB_BOS_INDEX has no interface implemented.
Friends
Class CL_ESH_DB_BOS_INDEX has no friend class.
Attributes
Class CL_ESH_DB_BOS_INDEX has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_INDICES Static method Public Method Delete the specified indices 20071128
2 GET_ALL_AUTH_INDICES_FOR_MODEL Static method Public Method Get all authorization indices for the specified model 20071126
3 GET_ALL_JOIN_INDICES_FOR_MODEL Static method Public Method Get all logical indices for the specified model 20071204
4 GET_INDICES_FOR_NODE Static method Public Method Get all indices for the specified node 20071119
5 GET_INDICES_FOR_NODES Static method Public Method Get all indices for the specified nodes 20071127
6 GET_INDICES_FOR_NODE_BY_TYPE Static method Public Method Get indices of the specified type for a node 20071127
7 GET_INDICES_FOR_OBJECT_TYPE Static method Public Method Get all indices for the specified object type 20071126
8 GET_NON_LOGIC_INDICES_FOR_NODE Static method Public Method Get the non logical indices for the specified node 20071127
9 MODIFY_INDICES Static method Public Method Modify the specified indices 20071123
Events
Class CL_ESH_DB_BOS_INDEX has no event.
Types
Class CL_ESH_DB_BOS_INDEX has no local type.
Method Signatures

Method DELETE_INDICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INDICES Call by reference Type reference (TYPE) ESH_T_BOS_INDEX List of indices 20071128

Method DELETE_INDICES on class CL_ESH_DB_BOS_INDEX has no exception.

Method GET_ALL_AUTH_INDICES_FOR_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical system 20071126
2 Returning RT_INDEX Value transfer Type reference (TYPE) ESH_T_BOS_INDEX List of indices 20071126

Method GET_ALL_AUTH_INDICES_FOR_MODEL on class CL_ESH_DB_BOS_INDEX has no exception.

Method GET_ALL_JOIN_INDICES_FOR_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical system 20071204
2 Returning RT_INDEX Value transfer Type reference (TYPE) ESH_T_BOS_INDEX List of indices 20071204

Method GET_ALL_JOIN_INDICES_FOR_MODEL on class CL_ESH_DB_BOS_INDEX has no exception.

Method GET_INDICES_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical system 20071119
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) ESH_E_OM_NODE_NAME Node Name 20071119
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object Type 20071119
4 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20071119
5 Returning RT_INDEX Value transfer Type reference (TYPE) ESH_T_BOS_INDEX List of indices 20071119

Method GET_INDICES_FOR_NODE on class CL_ESH_DB_BOS_INDEX has no exception.

Method GET_INDICES_FOR_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODES Call by reference Type reference (TYPE) ESH_T_BOS_INDEX List of nodes 20071127
2 Returning RT_INDEX Value transfer Type reference (TYPE) ESH_T_BOS_INDEX List of nodes 20071127

Method GET_INDICES_FOR_NODES on class CL_ESH_DB_BOS_INDEX has no exception.

Method GET_INDICES_FOR_NODE_BY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX_TYPE Call by reference Type reference (TYPE) ESH_E_BOS_INDEX_TYPE Index Type 20071127
2 Importing IV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical system 20071127
3 Importing IV_NODE_NAME Call by reference Type reference (TYPE) ESH_E_OM_NODE_NAME Node Name 20071127
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object Type 20071127
5 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20071127
6 Returning RT_INDEX Value transfer Type reference (TYPE) ESH_T_BOS_INDEX List of indices 20071127

Method GET_INDICES_FOR_NODE_BY_TYPE on class CL_ESH_DB_BOS_INDEX has no exception.

Method GET_INDICES_FOR_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical system 20071126
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object Type 20071126
3 Returning RT_INDEX Value transfer Type reference (TYPE) ESH_T_BOS_INDEX List of indices 20071126

Method GET_INDICES_FOR_OBJECT_TYPE on class CL_ESH_DB_BOS_INDEX has no exception.

Method GET_NON_LOGIC_INDICES_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical system 20071127
2 Importing IV_NODE_NAME Call by reference Type reference (TYPE) ESH_E_OM_NODE_NAME Node Name 20071127
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object Type 20071127
4 Importing IV_SC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20071127
5 Returning RT_INDEX Value transfer Type reference (TYPE) ESH_T_BOS_INDEX List of indices 20071127

Method GET_NON_LOGIC_INDICES_FOR_NODE on class CL_ESH_DB_BOS_INDEX has no exception.

Method MODIFY_INDICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INDICES Call by reference Type reference (TYPE) ESH_T_BOS_INDEX List of indices 20071123

Method MODIFY_INDICES on class CL_ESH_DB_BOS_INDEX has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700