SAP ABAP Class CL_SR_INBOUND_CLASSIF_HANDLER (Services Registry : Handler for classifications of objects)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
⤷
SUDDICLIENT_NEW (Package) New development regarding UDDI Publication
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SR_INBOUND_CLASSIFIED | Services Registry : Entity with classifications | 20110118 |
Properties
| Class | CL_SR_INBOUND_CLASSIF_HANDLER | |
| Short Description | Services Registry : Handler for classifications of objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SUDDICLIENT_NEW | New development regarding UDDI Publication |
| Created | 20090915 | SAP |
| Last change | 20130531 | 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_SR_INBOUND_CLASSIFIED | Services Registry : Entity with classifications | 20110118 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SR_INBOUND_CLASSIF_SYS | 20120710 | Services Registry : Classification Meta Data |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SR_INBOUND_CLASSIF_HANDLER' | Class Name | 20110118 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | YT_CLASSIFICATION_CACHE | 20120709 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | '' | 20110118 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SDTE_SRT_WSP_SR_IDENTIFIER | Services Registry : Identifier | 20110118 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | SDTE_SRT_WSP_SR_OBJECT_TYPE | Services Registry : Object Type | 20110118 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check that classification is available for use in meta data | 20110118 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20110118 | |
| 3 | Instance method | Protected | Method | Creates classification cache | 20120709 | |
| 4 | Instance method | Private | Method | Make sure that both tmodel_key and QName are set | 20110118 | |
| 5 | Instance method | Public | Method | Lock all classifications | 20110118 | |
| 6 | Instance method | Public | Method | Remove all classifications for this object | 20110118 | |
| 7 | Instance method | Public | Method | Set all non-modified classifications to updated status | 20110118 | |
| 8 | Instance method | Public | Method | Unlock all classifications | 20110118 |
Events
Class CL_SR_INBOUND_CLASSIF_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_CLASSIFICATION_CACHE | Protected | See coding | 20120709 | begin of ys_classification_cache,
guid type sdte_srt_wsp_sr_identifier,
classification type ref to if_sr_inbound_classification,
tmodel_key type sdte_srt_wsp_sr_uddi_key,
name type sdte_srt_wsp_sr_name,
namespace type sdte_srt_wsp_sr_namespace,
value type sdte_srt_wsp_sr_class_value,
value_guid type sdte_srt_wsp_sr_identifier,
deleted type abap_bool, " Flag for consistency checks, they should ignore entries with this flag
end of ys_classification_cache
|
||
| 2 | YT_CLASSIFICATION_CACHE | Protected | See coding | 20120709 | YT_CLASSIFICATION_CACHE type standard table of ys_classification_cache with key guid
|
Method Signatures
Method CHECK_CLASSIFICATION_AVAILABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_VALUE_GUID | Call by reference | Type reference (TYPE) | SDTE_SRT_WSP_SR_IDENTIFIER | 20120709 | ||||
| 2 | IV_GUID | Call by reference | Type reference (TYPE) | SDTE_SRT_WSP_SR_IDENTIFIER | Services Registry : Identifier | 20110118 | |||
| 3 | IV_TMODEL_KEY | Call by reference | Type reference (TYPE) | SDTE_SRT_WSP_SR_UDDI_KEY | Services Registry : UDDI Key | 20110118 | |||
| 4 | IV_VALUE | Call by reference | Type reference (TYPE) | SDTE_SRT_WSP_SR_CLASS_VALUE | Services Registry : Classification Value | 20110118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110118 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_GUID | Value transfer | Type reference (TYPE) | SDTE_SRT_WSP_SR_IDENTIFIER | 20110118 | ||||
| 2 | IV_OBJECT_TYPE | Value transfer | Type reference (TYPE) | SDTE_SRT_WSP_SR_OBJECT_TYPE | 20110118 |
Method CONSTRUCTOR on class CL_SR_INBOUND_CLASSIF_HANDLER has no exception.
Method CREATE_CLASSIFICATION_CACHE Signature
Method CREATE_CLASSIFICATION_CACHE on class CL_SR_INBOUND_CLASSIF_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120709 |
Method ENSURE_CLASSIFICATION_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_CLASSIFICATION_DATA | Call by reference | Type reference (TYPE) | SSTR_SR_CLASSIFICATION_VALUE | Services Registry : Classification values for processing | 20110118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110118 |
Method LOCK Signature
Method LOCK on class CL_SR_INBOUND_CLASSIF_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110118 |
Method REMOVE_ALL_CLASSIFICATIONS Signature
Method REMOVE_ALL_CLASSIFICATIONS on class CL_SR_INBOUND_CLASSIF_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110118 |
Method SET_ALL_CLASSIF_UPDATED Signature
Method SET_ALL_CLASSIF_UPDATED on class CL_SR_INBOUND_CLASSIF_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110118 |
Method UNLOCK Signature
Method UNLOCK on class CL_SR_INBOUND_CLASSIF_HANDLER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110118 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |