SAP ABAP Class CL_SWLWP_URI_QUERY (Query Part of a URI)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWLWP (Package) Workflow: Workplace Server Part

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWLWP_URI | Routines for URIs and Their Components | 20010418 |
Properties
Class | CL_SWLWP_URI_QUERY | |
Short Description | Query Part of a URI | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWLWP | Workflow: Workplace Server Part |
Created | 20010417 | SAP |
Last change | 00000000 | 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_SWLWP_URI | Routines for URIs and Their Components | 20010418 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SWLWP_URI | 20010418 | URI |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | 'X' | REFRESH Required? | 20010418 | |
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWLWP_QUERY_TABTYPE | Table of Query Parameters | 20010417 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Query String | 20010417 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 'STANDARD' | Query Syntax | 20010417 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20010417 | |
2 | ![]() |
Static method | Public | Method | Factory Method: Provides Query Object from String | 20010418 |
3 | ![]() |
Instance method | Protected | Method | Deletes Name-Value Pair from Query String | 20010418 |
4 | ![]() |
Instance method | Public | Method | Reads Name-Value Pair from Query String | 20010418 |
5 | ![]() |
Instance method | Private | Method | Establishes Up-To-Date and Consistent Object Status | 20010418 |
6 | ![]() |
Instance method | Public | Method | 20010418 | |
7 | ![]() |
Instance method | Public | Method | Adds Name-Value Pair to Query String | 20010418 |
8 | ![]() |
Instance method | Private | Method | Syntax Check | 20010417 |
9 | ![]() |
Static method | Private | Method | Syntax Check for Query Parameters | 20010418 |
Events
Class CL_SWLWP_URI_QUERY has no event.
Types
Class CL_SWLWP_URI_QUERY has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_STRING | Value transfer | Type reference (TYPE) | STRING | Query-String | 20010417 | ||
2 | ![]() |
IM_SYNTAX | Value transfer | Type reference (TYPE) | STRING | SWLWP_QUERY_STANDARD_SYNTAX | Query-Syntax | 20010417 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei URI-Validierung | 20010417 |
Method CREATE_FROM_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_QUERY | Call by reference | Object reference (TYPE REF TO) | CL_SWLWP_URI_QUERY | Query-Anteil an einem URI | 20010418 | ||
2 | ![]() |
IM_STRING | Value transfer | Type reference (TYPE) | STRING | Query-String | 20010418 | ||
3 | ![]() |
IM_SYNTAX | Value transfer | Type reference (TYPE) | STRING | SWLWP_QUERY_STANDARD_SYNTAX | Query-Syntax | 20010418 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Erzeugen eines URI-Bestandteils | 20010420 |
Method DELETE_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_IS_EMPTY | Value transfer | Type reference (TYPE) | FLAG | Kennzeichen: Query-String leer? | 20010418 | ||
2 | ![]() |
IM_NAME | Value transfer | Type reference (TYPE) | STRING | Parameter-Name | 20010418 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Ändern eines URI | 20010418 |
Method GET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_VALUE | Value transfer | Type reference (TYPE) | STRING | Parameter-Wert | 20010418 | ||
2 | ![]() |
IM_NAME | Value transfer | Type reference (TYPE) | STRING | Parameter-Name | 20010418 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Lesen eines URI-Bestandteils | 20010418 |
Method REFRESH Signature
Method REFRESH on class CL_SWLWP_URI_QUERY has no parameter.
Method REFRESH on class CL_SWLWP_URI_QUERY has no exception.
Method SERIALIZE Signature
Method SERIALIZE on class CL_SWLWP_URI_QUERY has no parameter.
Method SERIALIZE on class CL_SWLWP_URI_QUERY has no exception.
Method SET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_NAME | Value transfer | Type reference (TYPE) | STRING | Parameter-Name | 20010418 | ||
2 | ![]() |
IM_VALUE | Value transfer | Type reference (TYPE) | STRING | Parameter-Wert | 20010418 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Ändern eines URI | 20010418 |
Method VALIDATE Signature
Method VALIDATE on class CL_SWLWP_URI_QUERY has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei URI-Validierung | 20010418 |
Method VALIDATE_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_NAME | Value transfer | Type reference (TYPE) | STRING | Parameter-Name | 20010418 | ||
2 | ![]() |
IM_VALUE | Value transfer | Type reference (TYPE) | STRING | Parameter-Wert | 20010418 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler bei URI-Validierung | 20010418 |
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in | 610 |