SAP ABAP Interface IF_KMC_PROPERTY_MGR (Manager for aspect Property)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   EP-KM-WS (Application Component) Embedded Knowledge Management
     S_KMC_BC_RF (Package) KMC: Repository Framework Client API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_KMC_PROPERTY_MGR Manager for aspect Property 20050323
Properties
Interface IF_KMC_PROPERTY_MGR  
Short Description Manager for aspect Property    
General Data
Package S_KMC_BC_RF   KMC: Repository Framework Client API 
Created 20050323   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_KMC_PROPERTY_MGR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_KMC_MANAGER Marker interface for all managers 20050323
Friends
Interface IF_KMC_PROPERTY_MGR has no friend.
Attributes
Interface IF_KMC_PROPERTY_MGR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_ALL_PROPERTIES Instance method Public Method Delete all props on a single rid. 20050323
2 DELETE_ALL_PROPERTIES_MASS Instance method Public Method Delete all props on an array of rids. 20050323
3 DELETE_PROPERTIES Instance method Public Method Delete array of props on a single rid. 20050323
4 DELETE_PROPERTIES_MASS Instance method Public Method Delete array of props on an array of rids. 20050323
5 DELETE_PROPERTY Instance method Public Method Delete single prop on a single rid. 20050323
6 DELETE_PROPERTY_MASS Instance method Public Method Delete single prop on an array of rids. 20050323
7 GET_ALL_PROPERTIES Instance method Public Method Get array of all props of a single rid. 20050323
8 GET_ALL_PROPERTIES_MASS Instance method Public Method Get array of all props of an array of rids. 20050323
9 GET_MANAGER_FACTORY Instance method Public Method Get Manager Factory 20050323
10 GET_PROPERTIES Instance method Public Method Get array of props of a single rid. 20050323
11 GET_PROPERTIES_MASS Instance method Public Method Get array of props of an array of rids. 20050323
12 GET_PROPERTY Instance method Public Method Get single prop of a single rid. 20050323
13 GET_PROPERTY_MASS Instance method Public Method Get single prop of an array of rids. 20050323
14 SET_ALL_PROPERTIES Instance method Public Method Set array of props on a single rid deleting all others. 20050323
15 SET_ALL_PROPERTIES_MASS Instance method Public Method Set array of props on an array of rids deleting all others. 20050323
16 SET_MANAGER_FACTORY Instance method Public Method Set Manager Factory 20050323
17 SET_PROPERTIES Instance method Public Method Set array of props on a single rid. 20050323
18 SET_PROPERTIES_MASS Instance method Public Method Set array of props on an array of rids. 20050323
19 SET_PROPERTY Instance method Public Method Set single prop on a single rid. 20050323
20 SET_PROPERTY_MASS Instance method Public Method Set single prop on an array of rids. 20050323
Events
Interface IF_KMC_PROPERTY_MGR has no event.
Types
Interface IF_KMC_PROPERTY_MGR has no local type.
Method Signatures

Method DELETE_ALL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
4 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method DELETE_ALL_PROPERTIES_MASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RIDS Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of resource identifiers 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INCOMPLETE_PROPERTY Operation on multiple resources in property call failed. 20050323
4 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
5 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method DELETE_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROPERTY_NAMES Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of property names 20050323
2 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
4 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method DELETE_PROPERTIES_MASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROPERTY_NAMES Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of property names 20050323
2 Importing IT_RIDS Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of resource identifiers 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INCOMPLETE_PROPERTY Operation on multiple resources in property call failed. 20050323
4 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
5 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method DELETE_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROPERTY_NAME Value transfer Type reference (TYPE) STRING Property name 20050323
2 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
4 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method DELETE_PROPERTY_MASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RIDS Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of resource identifiers 20050323
2 Importing I_PROPERTY_NAME Value transfer Type reference (TYPE) STRING Property name 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INCOMPLETE_PROPERTY Operation on multiple resources in property call failed. 20050323
4 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
5 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method GET_ALL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_PROPERTIES Value transfer Type reference (TYPE) KMC_PROPERTY_TAB Array of properties 20050323
2 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
4 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method GET_ALL_PROPERTIES_MASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_PROPERTY_BAGS Value transfer Type reference (TYPE) KMC_PROPERTY_BAG_TAB Array of property bags 20050323
2 Importing IT_RIDS Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of resource identifiers 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INCOMPLETE_PROPERTY_BAG Operation on multiple resources in property bag call failed. 20050323
4 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
5 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method GET_MANAGER_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_MANAGER_FACTORY Value transfer Object reference (TYPE REF TO) CL_KMC_MANAGER_FACTORY Reference to Manager Factory 20050323

Method GET_MANAGER_FACTORY on Interface IF_KMC_PROPERTY_MGR has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_PROPERTIES Value transfer Type reference (TYPE) KMC_PROPERTY_TAB Array of properties 20050323
2 Importing IT_PROPERTY_NAMES Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of property names 20050323
3 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
4 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method GET_PROPERTIES_MASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_PROPERTY_BAGS Value transfer Type reference (TYPE) KMC_PROPERTY_BAG_TAB Array of property bags 20050323
2 Importing IT_PROPERTY_NAMES Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of property names 20050323
3 Importing IT_RIDS Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of resource identifiers 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INCOMPLETE_PROPERTY_BAG Operation on multiple resources in property bag call failed. 20050323
4 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
5 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method GET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_PROPERTY Value transfer Object reference (TYPE REF TO) IF_KMC_PROPERTY Property 20050323
2 Importing I_PROPERTY_NAME Value transfer Type reference (TYPE) STRING Property name 20050323
3 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
4 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method GET_PROPERTY_MASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_PROPERTY_BAGS Value transfer Type reference (TYPE) KMC_PROPERTY_BAG_TAB Array of property bags 20050323
2 Importing IT_RIDS Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of resource identifiers 20050323
3 Importing I_PROPERTY_NAME Value transfer Type reference (TYPE) STRING Property name 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INCOMPLETE_PROPERTY_BAG Operation on multiple resources in property bag call failed. 20050323
4 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
5 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method SET_ALL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROPERTIES Value transfer Type reference (TYPE) KMC_PROPERTY_TAB Array of properties 20050323
2 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
4 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method SET_ALL_PROPERTIES_MASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROPERTIES Value transfer Type reference (TYPE) KMC_PROPERTY_TAB Array of properties 20050323
2 Importing IT_RIDS Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of resource identifiers 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INCOMPLETE_PROPERTY Operation on multiple resources in property call failed. 20050323
4 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
5 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method SET_MANAGER_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MANAGER_FACTORY Value transfer Object reference (TYPE REF TO) CL_KMC_MANAGER_FACTORY Reference to Manager Factory 20050323

Method SET_MANAGER_FACTORY on Interface IF_KMC_PROPERTY_MGR has no exception.

Method SET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROPERTIES Value transfer Type reference (TYPE) KMC_PROPERTY_TAB Array of properties 20050323
2 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
4 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method SET_PROPERTIES_MASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROPERTIES Value transfer Type reference (TYPE) KMC_PROPERTY_TAB Array of properties 20050323
2 Importing IT_RIDS Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of resource identifiers 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INCOMPLETE_PROPERTY Operation on multiple resources in property call failed. 20050323
4 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
5 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method SET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROPERTY Value transfer Object reference (TYPE REF TO) IF_KMC_PROPERTY Property 20050323
2 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
4 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323

Method SET_PROPERTY_MASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PROPERTY Value transfer Object reference (TYPE REF TO) IF_KMC_PROPERTY Property 20050323
2 Importing IT_RIDS Value transfer Type reference (TYPE) KMCWS_STRING_TAB Array of resource identifiers 20050323
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Fault 20050323
2 CX_AI_SYSTEM_FAULT System Fault 20050323
3 CX_KMC_INCOMPLETE_PROPERTY Operation on multiple resources in property call failed. 20050323
4 CX_KMC_INVALID_PARAMETER Exception indicating a parameter value constraint violation. 20050323
5 CX_KMC_OPERATION_FAILED Basic exception indicating a failed Web Service operation. 20050323
History
Last changed by/on SAP  20110908 
SAP Release Created in 710