SAP ABAP Interface IF_KMC_VERSION_MGR (Manager for aspect Version)
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_VERSION_MGR Manager for aspect Version 20050323
Properties
Interface IF_KMC_VERSION_MGR  
Short Description Manager for aspect Version    
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_VERSION_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_VERSION_MGR has no friend.
Attributes
Interface IF_KMC_VERSION_MGR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_IN Instance method Public Method Check in a checked-out version controlled resource. 20050323
2 CHECK_OUT Instance method Public Method Check out a checked-in version controlled resource. 20050323
3 GET_MANAGER_FACTORY Instance method Public Method Get Manager Factory 20050323
4 GET_REVISION_ID Instance method Public Method Get revision id for a version controlled resource. 20050323
5 GET_VERSION_HISTORY Instance method Public Method Get version history for a version controlled resource. 20050323
6 IS_CHECKED_OUT Instance method Public Method Check if a resource is a checked out. 20050323
7 IS_VERSION_CONTROL_ENABLED Instance method Public Method Check if a resource is a version controlled resource. 20050323
8 SET_MANAGER_FACTORY Instance method Public Method Set Manager Factory 20050323
9 SET_VERSION_CONTROL_ENABLED Instance method Public Method Enable or disable version control for a resource. 20050323
10 UNDO_CHECK_OUT Instance method Public Method Roll back a previous checkout operation. 20050323
Events
Interface IF_KMC_VERSION_MGR has no event.
Types
Interface IF_KMC_VERSION_MGR has no local type.
Method Signatures

Method CHECK_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_CHECK_IN_INFO Value transfer Object reference (TYPE REF TO) IF_KMC_CHECK_IN_INFO Check in info 20050323
2 Importing IR_CONTENT Value transfer Object reference (TYPE REF TO) IF_KMC_CONTENT Content 20050323
3 Importing IT_PROPERTIES Value transfer Type reference (TYPE) KMC_PROPERTY_TAB Properties 20050323
4 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 CHECK_OUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_CHECK_OUT_INFO Value transfer Object reference (TYPE REF TO) IF_KMC_CHECK_OUT_INFO Check out info 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_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_VERSION_MGR has no exception.

Method GET_REVISION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_REVISION_ID Value transfer Type reference (TYPE) STRING Revision id 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_VERSION_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_RESOURCES Value transfer Type reference (TYPE) KMC_RESOURCE_TAB Array of resources 20050323
2 Importing IR_FETCH_GROUP Value transfer Object reference (TYPE REF TO) IF_KMC_FETCH_GROUP Fetch group 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 IS_CHECKED_OUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_IS_CHECKED_OUT Value transfer Type reference (TYPE) SAP_BOOL True if checked out 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 IS_VERSION_CONTROL_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_IS_VERSIONED Value transfer Type reference (TYPE) SAP_BOOL True if version controlled resource 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_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_VERSION_MGR has no exception.

Method SET_VERSION_CONTROL_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENABLED Value transfer Type reference (TYPE) SAP_BOOL True to enable 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 UNDO_CHECK_OUT 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
History
Last changed by/on SAP  20110908 
SAP Release Created in 710