SAP ABAP Class CL_CIM_XMLWRITER (Creates XML representation of CIM element)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-SLD-ABA (Application Component) System Landscape Directory ABAP Connectivity
⤷
S_WBEM_TRANSFORM (Package) WBEM Client: Data Transformations
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CIM_WRITER | Writer Interface for CIM Elements | 20081218 |
Properties
| Class | CL_CIM_XMLWRITER | |
| Short Description | Creates XML representation of CIM element | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_WBEM_TRANSFORM | WBEM Client: Data Transformations |
| Created | 20080710 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CIM_WRITER | Writer Interface for CIM Elements | 20081218 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CIM_XMLWRITERVISITOR | 20100309 | Visitor for XML rendering of CIM elements |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_OUT_CE | Code Page and Endian Conversion (System Format -> External) | 20081218 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Write attribute CLASSORIGIN? | 20080923 | ||
| 3 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Write attribute PROPAGATED? | 20080904 | ||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | New Name (If replacement of the ObjectServer is active) | 20100309 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Old Name (if replacement of the ObjectServer is active) | 20100309 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CIM_XMLWRITERVISITOR | Visitor for XML rendering of CIM elements | 20080710 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080710 | |
| 2 | Static method | Public | Method | Static Creation Method | 20081218 | |
| 3 | Instance method | Private | Method | Replaces an ObjectServer name (if necessary) | 20100309 | |
| 4 | Instance method | Public | Method | Switches character validator on or off | 20081014 | |
| 5 | Instance method | Public | Method | 20081218 | ||
| 6 | Instance method | Public | Method | 20081218 | ||
| 7 | Instance method | Public | Method | 20100309 | ||
| 8 | Instance method | Public | Method | 20081218 | ||
| 9 | Instance method | Public | Method | 20081218 |
Events
Class CL_CIM_XMLWRITER has no event.
Types
Class CL_CIM_XMLWRITER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INCLUDE_CLASSORIGIN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | ClassOrigin-Attribut schreiben? | 20080923 | ||
| 2 | INCLUDE_PROPAGATED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Propagated-Attribut schreiben? | 20080904 | ||
| 3 | INDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Mit Einrückung? | 20080710 |
Method CONSTRUCTOR on class CL_CIM_XMLWRITER has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INCLUDE_CLASSORIGIN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | ClassOrigin-Attribut schreiben? | 20081218 | ||
| 2 | INCLUDE_PROPAGATED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Propagated-Attribut schreiben? | 20081218 | ||
| 3 | INDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Mit Einrückung? | 20081218 | ||
| 4 | WRITER | Value transfer | Object reference (TYPE REF TO) | CL_CIM_XMLWRITER | Schreiber-Interface für CIM-Elemente | 20081218 |
Method CREATE on class CL_CIM_XMLWRITER has no exception.
Method REPLACE_OBJECTSERVER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECTSERVER | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Zu ersetzender ObjectServer-Name (nicht NULL) | 20100309 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Elementname (case-insensitive) | 20100309 |
Method REPLACE_OBJECTSERVER on class CL_CIM_XMLWRITER has no exception.
Method SET_CHARACTER_VALIDATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALIDATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081014 |
Method SET_CHARACTER_VALIDATION on class CL_CIM_XMLWRITER has no exception.
Method SET_INCLUDE_CLASSORIGIN Signature
Method SET_INCLUDE_CLASSORIGIN on class CL_CIM_XMLWRITER has no parameter.
Method SET_INCLUDE_CLASSORIGIN on class CL_CIM_XMLWRITER has no exception.
Method SET_INCLUDE_PROPAGATED Signature
Method SET_INCLUDE_PROPAGATED on class CL_CIM_XMLWRITER has no parameter.
Method SET_INCLUDE_PROPAGATED on class CL_CIM_XMLWRITER has no exception.
Method SET_OBJECTSERVER_REPLACEMENT Signature
Method SET_OBJECTSERVER_REPLACEMENT on class CL_CIM_XMLWRITER has no parameter.
Method SET_OBJECTSERVER_REPLACEMENT on class CL_CIM_XMLWRITER has no exception.
Method WRITE_STRING Signature
Method WRITE_STRING on class CL_CIM_XMLWRITER has no parameter.
Method WRITE_STRING on class CL_CIM_XMLWRITER has no exception.
Method WRITE_XSTRING Signature
Method WRITE_XSTRING on class CL_CIM_XMLWRITER has no parameter.
Method WRITE_XSTRING on class CL_CIM_XMLWRITER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 712 |