SAP ABAP Class CL_NWECM_AWR_UTILITIES (ECMI: Utilities for API Firewall Wrappers)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ECM-ABA-COR (Application Component) ECM Core Infrastructure
     S_NWECM_CORE (Package) ECMI: Runtime Implementation
Properties
Class CL_NWECM_AWR_UTILITIES  
Short Description ECMI: Utilities for API Firewall Wrappers    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_NWECM_CORE   ECMI: Runtime Implementation 
Created 20080911   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_NWECM_AWR_UTILITIES has no interface implemented.
Friends
Class CL_NWECM_AWR_UTILITIES has no friend class.
Attributes
Class CL_NWECM_AWR_UTILITIES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ABAP_BOOL Static method Public Method Raises exception if value is neither 'X' nor ' ' nor '-' 20081210
2 UNWRAP_CREDENTIALS Static method Public Method Unwraps a credentials API Firewall wrapper 20080912
3 UNWRAP_SESSION Static method Public Method Unwraps a session API Firewall wrapper 20081120
4 UNWRAP_VALUE Static method Public Method Unwraps a value API Firewall wrapper 20081120
5 VIRUS_CHECK Static method Public Method Virus Scanner 20110413
6 WRAP_ACL_CONTROLLABLE Static method Public Method Wraps a acl controllable into an API Firewall Wrapper 20101005
7 WRAP_APPLICATION Static method Public Method Wraps an application into an API Firewall Wrapper 20080911
8 WRAP_BINARY Static method Public Method Wraps a byte sequence into an API Firewall Wrapper 20080912
9 WRAP_CONTENT Static method Public Method Wraps a file content into an API Firewall Wrapper 20080912
10 WRAP_CREDENTIALS Static method Public Method Wraps credentials into an API Firewall Wrapper 20080912
11 WRAP_FILE Static method Public Method Wraps a file into an API Firewall Wrapper 20080915
12 WRAP_FOLDER Static method Public Method Wraps a folder into an API Firewall Wrapper 20080915
13 WRAP_INPUT_STREAM Static method Public Method Wraps an input stream into an API Firewall Wrapper 20080912
14 WRAP_LOCK Static method Public Method Wraps a lock into an API Firewall Wrapper 20081119
15 WRAP_LOCKABLE Static method Public Method Wraps a lockable into an API Firewall Wrapper 20081119
16 WRAP_NODE Static method Public Method Wraps a node into an API Firewall Wrapper 20080915
17 WRAP_NODETYPE_DEF Static method Public Method 20101022
18 WRAP_NODE_TYPE_MANAGER Static method Public Method 20090401
19 WRAP_PROPERTY Static method Public Method Wraps a property into an API Firewall Wrapper 20080916
20 WRAP_REPOSITORY Static method Public Method Wraps a repository into an API Firewall Wrapper 20080911
21 WRAP_VALUE Static method Public Method Wraps a value into an API Firewall Wrapper 20080924
22 WRAP_WORKSPACE Static method Public Method Wraps a workspace into an API Firewall Wrapper 20080924
Events
Class CL_NWECM_AWR_UTILITIES has no event.
Types
Class CL_NWECM_AWR_UTILITIES has no local type.
Method Signatures

Method CHECK_ABAP_BOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAMETER Value transfer Type reference (TYPE) STRING Name of checked parameter 20081210
2 Importing IV_VALUE Value transfer Type reference (TYPE) ABAP_BOOL Value to be checked 20081210

Method CHECK_ABAP_BOOL on class CL_NWECM_AWR_UTILITIES has no exception.

Method UNWRAP_CREDENTIALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_AWR Value transfer Object reference (TYPE REF TO) IF_NWECM_CREDENTIALS NW ECM: Credentials 20080912
2 Returning RO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_CREDENTIALS NW ECM: Credentials 20080912

Method UNWRAP_CREDENTIALS on class CL_NWECM_AWR_UTILITIES has no exception.

Method UNWRAP_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_AWR Value transfer Object reference (TYPE REF TO) IF_NWECM_SESSION 20081120
2 Returning RO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_SESSION 20081120

Method UNWRAP_SESSION on class CL_NWECM_AWR_UTILITIES has no exception.

Method UNWRAP_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_VALUE NW ECM: SPI Value Implementation 20081120
2 Returning RO_IMPL Value transfer Object reference (TYPE REF TO) CL_NWECM_VALUE NW ECM: SPI Value Implementation 20081120

Method UNWRAP_VALUE on class CL_NWECM_AWR_UTILITIES has no exception.

Method VIRUS_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT Call by reference Type reference (TYPE) XSTRING content 20110413
2 Importing IV_SCAN_PROFILE Value transfer Type reference (TYPE) STRING Name of virus scanner profile 20111117
# Exception Resumable Description Created on
1 CX_NWECM_REPOSITORY ECMI: Repository Exception 20110413

Method WRAP_ACL_CONTROLLABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_ACL_CONTROLLABLE NW ECM: ACL Controllable 20101005
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_ACL_CONTROLLABLE_AWR API Firewall implementation of ACL Controllable 20101005

Method WRAP_ACL_CONTROLLABLE on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_APPLICATION NW ECM: Application 20080911
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_APPLICATION_AWR NW ECM: Application 20080911

Method WRAP_APPLICATION on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_BINARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_BINARY 20080912
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_BINARY_AWR 20080912

Method WRAP_BINARY on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_CONTENT 20080912
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_CONTENT_AWR 20080912

Method WRAP_CONTENT on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_CREDENTIALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_CREDENTIALS NW ECM: Credentials 20080912
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_CREDENTIALS_AWR NW ECM: Credentials 20080912

Method WRAP_CREDENTIALS on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_FILE NW ECM: File Type Node 20080915
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_FILE_AWR NW ECM: File Type Node 20080915

Method WRAP_FILE on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_FOLDER 20080915
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_FOLDER_AWR 20080915

Method WRAP_FOLDER on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_INPUT_STREAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_INPUT_STREAM NW ECM: Streamed Binary Reading 20080912
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_INPUT_STREAM_AWR NW ECM: Streamed Binary Reading 20080912

Method WRAP_INPUT_STREAM on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_LOCK Runtime implementation of Lock 20081119
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_LOCK_AWR NW ECM: Lock Interface 20081119

Method WRAP_LOCK on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_LOCKABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_LOCKABLE NW ECM: Lockable 20081119
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_LOCKABLE_AWR API Firewall implementation of Lockable 20081119

Method WRAP_LOCKABLE on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_NODE NW ECM: Generic Node 20080915
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_NODE_AWR NW ECM: Generic Node 20080915

Method WRAP_NODE on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_NODETYPE_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NODETYPE_DEF Value transfer Object reference (TYPE REF TO) IF_NWECM_NODETYPE_DEF ECMI: Definition of a Node Type 20101022
2 Returning RO_NODETYPE_DEF Value transfer Object reference (TYPE REF TO) CL_NWECM_NODETYPE_DEF_AWR ECMI: Wrapper for node type definition 20101022

Method WRAP_NODETYPE_DEF on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_NODE_TYPE_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_NODE_TYPE_MANAGER 20090401
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_NODE_TYPE_MANAGER_AWR 20090401

Method WRAP_NODE_TYPE_MANAGER on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_PROPERTY 20080916
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_PROPERTY_AWR 20080916

Method WRAP_PROPERTY on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_REPOSITORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_REPOSITORY 20080911
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_REPOSITORY_AWR 20080911

Method WRAP_REPOSITORY on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) CL_NWECM_VALUE NW ECM: Generic Value Holder 20080924
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_VALUE_AWR NW ECM: Generic Value Holder SPI Firewall Wrapper 20080924

Method WRAP_VALUE on class CL_NWECM_AWR_UTILITIES has no exception.

Method WRAP_WORKSPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_IMPL Value transfer Object reference (TYPE REF TO) IF_NWECM_WORKSPACE 20080924
2 Returning RO_AWR Value transfer Object reference (TYPE REF TO) CL_NWECM_WORKSPACE_AWR 20080924

Method WRAP_WORKSPACE on class CL_NWECM_AWR_UTILITIES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720