SAP ABAP Class IF_CIM_PARSER (Parser Interface for CIM Elements)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CIM_XMLPARSER | Interprets the XML representation of a CIM element | 20081031 |
Properties
| Class | IF_CIM_PARSER | |
| Short Description | Parser Interface for CIM Elements | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20081031 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_CIM_PARSER has no forward declaration.
Interfaces
Class IF_CIM_PARSER has no interface implemented.
Friends
Class IF_CIM_PARSER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Strict CIM-XML validation? | 20081031 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Creates CIM element representation from character string | 20081031 | |
| 2 | Instance method | Public | Method | Creates CIM element representation from binary string | 20081031 | |
| 3 | Instance method | Public | Method | Activates/deactivates replacement of an ObjectServer name | 20100309 |
Events
Class IF_CIM_PARSER has no event.
Types
Class IF_CIM_PARSER has no local type.
Method Signatures
Method PARSE_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CSTR | Call by reference | Type reference (TYPE) | STRING | Zeichenstring-Darstellung | 20081218 | |||
| 2 | ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_CIM_ELEMENT | Basisklasse für CIM-Elemente | 20081031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme der WBEM-Programmierschnittstelle | 20081031 |
Method PARSE_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_CIM_ELEMENT | Basisklasse für CIM-Elemente | 20081031 | |||
| 2 | XSTR | Call by reference | Type reference (TYPE) | XSTRING | Binärstring-Darstellung | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme der WBEM-Programmierschnittstelle | 20081031 |
Method SET_OBJECTSERVER_REPLACEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NEW_OBJECTSERVER | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | 20100309 | ||||
| 2 | OLD_OBJECTSERVER | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | 20100309 |
Method SET_OBJECTSERVER_REPLACEMENT on class IF_CIM_PARSER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |