SAP ABAP Class CL_OPENXML_PARTURI (OpenXML Part URI)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18 (Application Component) Internationalization (I18N)
⤷
S_OOXML_OPC (Package) OpenXML Packaging
⤷
⤷
Properties
| Class | CL_OPENXML_PARTURI | |
| Short Description | OpenXML Part URI | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_OOXML_OPC | OpenXML Packaging |
| Created | 20071120 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_OPENXML_PARTURI has no forward declaration.
Interfaces
Class CL_OPENXML_PARTURI has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_OPENXML_PACKAGE | 20071122 | OpenXML Package |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | 20071120 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20071120 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRING | 20071120 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | 20071120 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | 20071120 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | 20071120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Clone URI | 20071120 | |
| 2 | Static method | Public | Method | Create Part URI from filename | 20071120 | |
| 3 | Static method | Public | Method | Create Part URI from part name | 20071120 | |
| 4 | Instance method | Public | Method | Create Part URI from part (relative to this part) | 20071120 | |
| 5 | Instance method | Public | Method | Get Extension | 20071120 | |
| 6 | Instance method | Public | Method | Get File | 20071120 | |
| 7 | Instance method | Public | Method | Get Path | 20071120 | |
| 8 | Instance method | Public | Method | Get Relationships URI | 20071120 | |
| 9 | Instance method | Public | Method | Get URI | 20071120 | |
| 10 | Instance method | Public | Method | Get URI without fragment | 20071120 | |
| 11 | Instance method | Private | Method | Normalize URI | 20071120 | |
| 12 | Static method | Protected | Method | Internal Use! | 20071122 |
Events
Class CL_OPENXML_PARTURI has no event.
Types
Class CL_OPENXML_PARTURI has no local type.
Method Signatures
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_URI | Value transfer | Object reference (TYPE REF TO) | CL_OPENXML_PARTURI | OpenXML Part URI | 20071120 |
Method CLONE on class CL_OPENXML_PARTURI has no exception.
Method CREATE_FROM_FILENAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FILENAME | Call by reference | Type reference (TYPE) | STRING | 20071120 | ||||
| 2 | RR_URI | Value transfer | Object reference (TYPE REF TO) | CL_OPENXML_PARTURI | OpenXML Part URI | 20071120 |
Method CREATE_FROM_FILENAME on class CL_OPENXML_PARTURI has no exception.
Method CREATE_FROM_PARTNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARTNAME | Call by reference | Type reference (TYPE) | OXA_OPC_PART_NAME | Open Packaging Conventions - Part Name | 20071120 | |||
| 2 | RR_URI | Value transfer | Object reference (TYPE REF TO) | CL_OPENXML_PARTURI | OpenXML Part URI | 20071120 |
Method CREATE_FROM_PARTNAME on class CL_OPENXML_PARTURI has no exception.
Method CREATE_FROM_PARTNAME_RELATIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARTNAME | Call by reference | Type reference (TYPE) | OXA_OPC_PART_NAME | Open Packaging Conventions - Part Name | 20071120 | |||
| 2 | RR_URI | Value transfer | Object reference (TYPE REF TO) | CL_OPENXML_PARTURI | OpenXML Part URI | 20071120 |
Method CREATE_FROM_PARTNAME_RELATIVE on class CL_OPENXML_PARTURI has no exception.
Method GET_EXTENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_EXTENSION | Value transfer | Type reference (TYPE) | STRING | 20071120 |
Method GET_EXTENSION on class CL_OPENXML_PARTURI has no exception.
Method GET_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_FILE | Value transfer | Type reference (TYPE) | STRING | 20071120 |
Method GET_FILE on class CL_OPENXML_PARTURI has no exception.
Method GET_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_PATH | Value transfer | Type reference (TYPE) | STRING | 20071120 |
Method GET_PATH on class CL_OPENXML_PARTURI has no exception.
Method GET_RELATIONSHIPS_URI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_URI | Value transfer | Object reference (TYPE REF TO) | CL_OPENXML_PARTURI | 20071120 |
Method GET_RELATIONSHIPS_URI on class CL_OPENXML_PARTURI has no exception.
Method GET_URI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_URI | Value transfer | Type reference (TYPE) | STRING | 20071120 |
Method GET_URI on class CL_OPENXML_PARTURI has no exception.
Method GET_URI_WITHOUT_FRAGMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_URI | Value transfer | Type reference (TYPE) | STRING | 20071120 |
Method GET_URI_WITHOUT_FRAGMENT on class CL_OPENXML_PARTURI has no exception.
Method NORMALIZE Signature
Method NORMALIZE on class CL_OPENXML_PARTURI has no parameter.
Method NORMALIZE on class CL_OPENXML_PARTURI has no exception.
Method _CREATE_SIMPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARTNAME | Call by reference | Type reference (TYPE) | STRING | 20071122 | ||||
| 2 | RR_PARTURI | Value transfer | Object reference (TYPE REF TO) | CL_OPENXML_PARTURI | OpenXML Part URI | 20071122 |
Method _CREATE_SIMPLE on class CL_OPENXML_PARTURI has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 711 |