SAP ABAP Interface IF_SRT_WSP_ASSIGN_ISOLATE (Administrate isolation of WS configurations)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRT_WSP_ASSIGN_CONFIG Assignment of Configuration to Bindings 20101222
Properties
Interface IF_SRT_WSP_ASSIGN_ISOLATE  
Short Description Administrate isolation of WS configurations    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20101222   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_SRT_WSP_ASSIGN_ISOLATE has no interface.
Friends
Interface IF_SRT_WSP_ASSIGN_ISOLATE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NOT_ISOLATED Constant Public Type reference (TYPE) SRT_WSP_ISOLATE_TYPE ' ' Isolation type: non-isolated, resume-isolated, stop-isolated 20131114
2 RESUME_ISOLATED Constant Public Type reference (TYPE) SRT_WSP_ISOLATE_TYPE 'R' Isolation type: non-isolated, resume-isolated, stop-isolated 20131114
3 STOP_ISOLATED Constant Public Type reference (TYPE) SRT_WSP_ISOLATE_TYPE 'S' Isolation type: non-isolated, resume-isolated, stop-isolated 20131114
Methods
# Method Level Visibility Method type Description Created on
1 DEISOLATE_ALL_CONSUMER Instance method Public Method Deisolate all logical port in current client or tenant 20101222
2 DEISOLATE_ALL_PROVIDER Instance method Public Method Deisolate all provider configs in current client or tenant 20101222
3 DEISOLATE_CONSUMER Instance method Public Method Deisolate logical port 20101222
4 DEISOLATE_PROVIDER Instance method Public Method Deisolate provider configuration 20101222
5 DELETE_PROVIDER_ISOLATION_TEXT Instance method Public Method Delete text for case of accessing an isolated provider 20101222
6 EXISTS_ISOLATED_CONSUMER Instance method Public Method Check existence of isolated consumer 20101222
7 EXISTS_ISOLATED_PROVIDER Instance method Public Method Check existence of isolated providers 20101222
8 EXISTS_PROVIDER_ISOLATION_TEXT Instance method Public Method Check existence of provider isolation text 20101222
9 GET_ISOLATION_STATUS_CONSUMER Instance method Public Method Get isolation type (none, resume, stop) 20131114
10 GET_ISOLATION_STATUS_PROVIDER Instance method Public Method Get isolation type (none, resume, stop) 20131114
11 GET_PROVIDER_ISOLATION_TEXT Instance method Public Method Get text in case of accessing an isolated provider 20101222
12 ISOLATE_ALL_CONSUMER Instance method Public Method Isolate all logical port in current client or tenant 20101222
13 ISOLATE_ALL_PROVIDER Instance method Public Method Isolate all provider configs in current client or tenant 20101222
14 ISOLATE_CONSUMER Instance method Public Method Isolate logical port 20101222
15 ISOLATE_PROVIDER Instance method Public Method Isolate provider configuration 20101222
16 IS_CONS_ISOLATION_PERMANENT Instance method Public Method Check if consumer isolation is permanent 20101222
17 IS_ISOLATED_CONSUMER Instance method Public Method Check for isolation status of specified consumer 20101222
18 IS_ISOLATED_PROVIDER Instance method Public Method Check for isolation status of specified provider 20101222
19 IS_PROV_ISOLATION_PERMANENT Instance method Public Method Check if provider solation is permanent 20101222
20 LIST_ISOLATED_CONSUMER Instance method Public Method List isolated consumer LPs 20101222
21 LIST_ISOLATED_PROVIDER Instance method Public Method List isolated provider configs 20101222
22 SET_PROVIDER_ISOLATION_TEXT Instance method Public Method Set text in case of accessing an isolated provider 20101222
Events
Interface IF_SRT_WSP_ASSIGN_ISOLATE has no event.
Types
Interface IF_SRT_WSP_ASSIGN_ISOLATE has no local type.
Method Signatures

Method DEISOLATE_ALL_CONSUMER Signature

Method DEISOLATE_ALL_CONSUMER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no parameter.
Method DEISOLATE_ALL_CONSUMER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method DEISOLATE_ALL_PROVIDER Signature

Method DEISOLATE_ALL_PROVIDER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no parameter.
Method DEISOLATE_ALL_PROVIDER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method DEISOLATE_CONSUMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20101222
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS 20101222

Method DEISOLATE_CONSUMER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method DEISOLATE_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101222

Method DEISOLATE_PROVIDER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method DELETE_PROVIDER_ISOLATION_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101222

Method DELETE_PROVIDER_ISOLATION_TEXT on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method EXISTS_ISOLATED_CONSUMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN 20101222

Method EXISTS_ISOLATED_CONSUMER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method EXISTS_ISOLATED_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN 20101222

Method EXISTS_ISOLATED_PROVIDER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method EXISTS_PROVIDER_ISOLATION_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101222
2 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN 20101222

Method EXISTS_PROVIDER_ISOLATION_TEXT on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method GET_ISOLATION_STATUS_CONSUMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME Logical Port Name 20131114
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20131114
3 Returning PR_ISOLATE_TYPE Value transfer Type reference (TYPE) SRT_WSP_ISOLATE_TYPE Isolation type: non-isolated, resume-isolated, stop-isolated 20131114

Method GET_ISOLATION_STATUS_CONSUMER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method GET_ISOLATION_STATUS_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME Service definition name 20131114
2 Returning PR_ISOLATE_TYPE Value transfer Type reference (TYPE) SRT_WSP_ISOLATE_TYPE Isolation type: non-isolated, resume-isolated, stop-isolated 20131114

Method GET_ISOLATION_STATUS_PROVIDER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method GET_PROVIDER_ISOLATION_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101222
2 Returning PR_TEXT Value transfer Type reference (TYPE) SRT_WSP_SHORT_TEXT 20101222

Method GET_PROVIDER_ISOLATION_TEXT on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method ISOLATE_ALL_CONSUMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ISOLATE_TYPE Call by reference Type reference (TYPE) SRT_WSP_ISOLATE_TYPE STOP_ISOLATED Isolation type: non-isolated, resume-isolated, stop-isolated 20131114
2 Importing PI_IS_PERMANENT Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE 20101222

Method ISOLATE_ALL_CONSUMER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method ISOLATE_ALL_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ISOLATE_TYPE Call by reference Type reference (TYPE) SRT_WSP_ISOLATE_TYPE STOP_ISOLATED Isolation type: non-isolated, resume-isolated, stop-isolated 20131114
2 Importing PI_IS_PERMANENT Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE 20101222
3 Importing PI_TEXT Call by reference Type reference (TYPE) SRT_WSP_SHORT_TEXT 20101222

Method ISOLATE_ALL_PROVIDER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method ISOLATE_CONSUMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ISOLATE_TYPE Call by reference Type reference (TYPE) SRT_WSP_ISOLATE_TYPE STOP_ISOLATED Isolation type: non-isolated, resume-isolated, stop-isolated 20131114
2 Importing PI_IS_PERMANENT Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE 20101222
3 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20101222
4 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS 20101222

Method ISOLATE_CONSUMER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method ISOLATE_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ISOLATE_TYPE Call by reference Type reference (TYPE) SRT_WSP_ISOLATE_TYPE STOP_ISOLATED Isolation type: non-isolated, resume-isolated, stop-isolated 20131114
2 Importing PI_IS_PERMANENT Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE 20101222
3 Importing PI_SERVICE_DEF Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101222
4 Importing PI_TEXT Call by reference Type reference (TYPE) SRT_WSP_SHORT_TEXT 20101222

Method ISOLATE_PROVIDER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method IS_CONS_ISOLATION_PERMANENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_LP_NAME Value transfer Type reference (TYPE) SRT_LP_NAME Logical Port Name; w/o specified LP means all LPs 20101222
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS Proxy Class of Logical Port 20101222
3 Returning PR_IS_PERMANENT Value transfer Type reference (TYPE) BOOLEAN X=permanent isolation; space=temporary isolated 20101222

Method IS_CONS_ISOLATION_PERMANENT on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method IS_ISOLATED_CONSUMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_LP_NAME Call by reference Type reference (TYPE) SRT_LP_NAME 20101222
2 Importing PI_PROXY_NAME Call by reference Type reference (TYPE) SRT_LP_PROXYCLASS 20101222
3 Returning PR_ISOLATE_TYPE Value transfer Type reference (TYPE) SRT_WSP_ISOLATE_TYPE Isolation type: non-isolated, resume-isolated, stop-isolated 20131114

Method IS_ISOLATED_CONSUMER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method IS_ISOLATED_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101222
2 Returning PR_IS_ISOLATED Value transfer Type reference (TYPE) BOOLEAN 20101222

Method IS_ISOLATED_PROVIDER on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method IS_PROV_ISOLATION_PERMANENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101222
2 Returning PR_IS_PERMANENT Value transfer Type reference (TYPE) BOOLEAN 20101222

Method IS_PROV_ISOLATION_PERMANENT on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.

Method LIST_ISOLATED_CONSUMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_ASSIGN_LIST Value transfer Type reference (TYPE) SRT_WSP_ASGN_CONS_LIST 20101222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101222

Method LIST_ISOLATED_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_ASSIGN_LIST Value transfer Type reference (TYPE) SRT_WSP_ASGN_PROV_LIST 20101222
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101222

Method SET_PROVIDER_ISOLATION_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SERVICE_DEF Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20101222
2 Importing PI_TEXT Call by reference Type reference (TYPE) SRT_WSP_SHORT_TEXT 20101222

Method SET_PROVIDER_ISOLATION_TEXT on Interface IF_SRT_WSP_ASSIGN_ISOLATE has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740