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 | Instance method | Public | Method | Check in a checked-out version controlled resource. | 20050323 | |
| 2 | Instance method | Public | Method | Check out a checked-in version controlled resource. | 20050323 | |
| 3 | Instance method | Public | Method | Get Manager Factory | 20050323 | |
| 4 | Instance method | Public | Method | Get revision id for a version controlled resource. | 20050323 | |
| 5 | Instance method | Public | Method | Get version history for a version controlled resource. | 20050323 | |
| 6 | Instance method | Public | Method | Check if a resource is a checked out. | 20050323 | |
| 7 | Instance method | Public | Method | Check if a resource is a version controlled resource. | 20050323 | |
| 8 | Instance method | Public | Method | Set Manager Factory | 20050323 | |
| 9 | Instance method | Public | Method | Enable or disable version control for a resource. | 20050323 | |
| 10 | 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 | ER_CHECK_IN_INFO | Value transfer | Object reference (TYPE REF TO) | IF_KMC_CHECK_IN_INFO | Check in info | 20050323 | |||
| 2 | IR_CONTENT | Value transfer | Object reference (TYPE REF TO) | IF_KMC_CONTENT | Content | 20050323 | |||
| 3 | IT_PROPERTIES | Value transfer | Type reference (TYPE) | KMC_PROPERTY_TAB | Properties | 20050323 | |||
| 4 | I_RID | Value transfer | Type reference (TYPE) | STRING | Resource identifier | 20050323 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Fault | 20050323 | ||
| 2 | System Fault | 20050323 | ||
| 3 | Exception indicating a parameter value constraint violation. | 20050323 | ||
| 4 | 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 | ER_CHECK_OUT_INFO | Value transfer | Object reference (TYPE REF TO) | IF_KMC_CHECK_OUT_INFO | Check out info | 20050323 | |||
| 2 | I_RID | Value transfer | Type reference (TYPE) | STRING | Resource identifier | 20050323 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Fault | 20050323 | ||
| 2 | System Fault | 20050323 | ||
| 3 | Exception indicating a parameter value constraint violation. | 20050323 | ||
| 4 | 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 | 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 | E_REVISION_ID | Value transfer | Type reference (TYPE) | STRING | Revision id | 20050323 | |||
| 2 | I_RID | Value transfer | Type reference (TYPE) | STRING | Resource identifier | 20050323 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Fault | 20050323 | ||
| 2 | System Fault | 20050323 | ||
| 3 | Exception indicating a parameter value constraint violation. | 20050323 | ||
| 4 | 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 | ET_RESOURCES | Value transfer | Type reference (TYPE) | KMC_RESOURCE_TAB | Array of resources | 20050323 | |||
| 2 | IR_FETCH_GROUP | Value transfer | Object reference (TYPE REF TO) | IF_KMC_FETCH_GROUP | Fetch group | 20050323 | |||
| 3 | I_RID | Value transfer | Type reference (TYPE) | STRING | Resource identifier | 20050323 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Fault | 20050323 | ||
| 2 | System Fault | 20050323 | ||
| 3 | Exception indicating a parameter value constraint violation. | 20050323 | ||
| 4 | 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 | E_IS_CHECKED_OUT | Value transfer | Type reference (TYPE) | SAP_BOOL | True if checked out | 20050323 | |||
| 2 | I_RID | Value transfer | Type reference (TYPE) | STRING | Resource identifier | 20050323 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Fault | 20050323 | ||
| 2 | System Fault | 20050323 | ||
| 3 | Exception indicating a parameter value constraint violation. | 20050323 | ||
| 4 | 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 | E_IS_VERSIONED | Value transfer | Type reference (TYPE) | SAP_BOOL | True if version controlled resource | 20050323 | |||
| 2 | I_RID | Value transfer | Type reference (TYPE) | STRING | Resource identifier | 20050323 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Fault | 20050323 | ||
| 2 | System Fault | 20050323 | ||
| 3 | Exception indicating a parameter value constraint violation. | 20050323 | ||
| 4 | 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 | 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 | I_ENABLED | Value transfer | Type reference (TYPE) | SAP_BOOL | True to enable | 20050323 | |||
| 2 | I_RID | Value transfer | Type reference (TYPE) | STRING | Resource identifier | 20050323 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Fault | 20050323 | ||
| 2 | System Fault | 20050323 | ||
| 3 | Exception indicating a parameter value constraint violation. | 20050323 | ||
| 4 | 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 | I_RID | Value transfer | Type reference (TYPE) | STRING | Resource identifier | 20050323 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Fault | 20050323 | ||
| 2 | System Fault | 20050323 | ||
| 3 | Exception indicating a parameter value constraint violation. | 20050323 | ||
| 4 | Basic exception indicating a failed Web Service operation. | 20050323 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |