SAP ABAP Interface IF_KMC_CONTENT_MGR (Manager for aspect Content)
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_CONTENT_MGR Manager for aspect Content 20050323
Properties
Interface IF_KMC_CONTENT_MGR  
Short Description Manager for aspect Content    
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_CONTENT_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_CONTENT_MGR has no friend.
Attributes
Interface IF_KMC_CONTENT_MGR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CONTENT Instance method Public Method Get content for a resource. 20050323
2 GET_CONTENT_FIRST_CHUNK Instance method Public Method Get first chunk of content for a resource. 20050323
3 GET_CONTENT_METADATA Instance method Public Method Get content metadata for a resource. 20050323
4 GET_CONTENT_NEXT_CHUNK Instance method Public Method Get next chunk of content for a resource. 20050323
5 GET_MANAGER_FACTORY Instance method Public Method Get Manager Factory 20050323
6 SET_CONTENT Instance method Public Method Set content for a resource. 20050323
7 SET_CONTENT_FIRST_CHUNK Instance method Public Method Set first chunk of content for a resource. 20050323
8 SET_CONTENT_NEXT_CHUNK Instance method Public Method Set next chunk of content for a resource. 20050323
9 SET_MANAGER_FACTORY Instance method Public Method Set Manager Factory 20050323
Events
Interface IF_KMC_CONTENT_MGR has no event.
Types
Interface IF_KMC_CONTENT_MGR has no local type.
Method Signatures

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_CONTENT Value transfer Object reference (TYPE REF TO) IF_KMC_CONTENT Content 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_CONTENT_FIRST_CHUNK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_CONTENT_CHUNK Value transfer Object reference (TYPE REF TO) IF_KMC_CONTENT_CHUNK Content chunk 20050323
2 Importing I_LENGTH Value transfer Type reference (TYPE) INT4 Maximum result length 20050323
3 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
4 Importing I_TIMEOUT Value transfer Type reference (TYPE) INT4 Access timeout 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_CONTENT_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_CONTENT_METADATA Value transfer Object reference (TYPE REF TO) IF_KMC_CONTENT_METADATA Content metadata 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_CONTENT_NEXT_CHUNK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_CONTENT_CHUNK Value transfer Object reference (TYPE REF TO) IF_KMC_CONTENT_CHUNK Content chunk 20050323
2 Importing I_LENGTH Value transfer Type reference (TYPE) INT4 Maximum result length 20050323
3 Importing I_TOKEN Value transfer Type reference (TYPE) STRING Access token 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_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_CONTENT_MGR has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTENT Call by reference Object reference (TYPE REF TO) IF_KMC_CONTENT Content 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_CONTENT_FIRST_CHUNK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TOKEN Value transfer Type reference (TYPE) STRING Access token 20050323
2 Importing IR_CONTENT_CHUNK Call by reference Object reference (TYPE REF TO) IF_KMC_CONTENT_CHUNK Content chunk 20050323
3 Importing I_RID Value transfer Type reference (TYPE) STRING Resource identifier 20050323
4 Importing I_TIMEOUT Value transfer Type reference (TYPE) INT4 Access timeout 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_CONTENT_NEXT_CHUNK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTENT_CHUNK Call by reference Object reference (TYPE REF TO) IF_KMC_CONTENT_CHUNK Content chunk 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_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_CONTENT_MGR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710