SAP ABAP Interface IF_NWECM_ACL_CONTROLLABLE (ECMI: ACL Controllable)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ECM-ABA-COR (Application Component) ECM Core Infrastructure
     S_NWECM_API_ITEM (Package) ECMI: Nodes, Properties and Related Classes
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_NWECM_ACL_CONTROLLABLE ECMI: ACL Controllable implementation 20101004
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_NWECM_ACL_CONTROLLABLE_AWR ECMI: ACL Controllable API Firewall Wrapper 20101004
Properties
Interface IF_NWECM_ACL_CONTROLLABLE  
Short Description ECMI: ACL Controllable    
General Data
Package S_NWECM_API_ITEM   ECMI: Nodes, Properties and Related Classes 
Created 20100922   SAP 
Last changed 20110908   SAP 
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_NWECM_ACL_CONTROLLABLE has no interface.
Friends
Interface IF_NWECM_ACL_CONTROLLABLE has no friend.
Attributes
Interface IF_NWECM_ACL_CONTROLLABLE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ACE Instance method Public Method Adds the given ACE to the ACL of this node 20100922
2 ADD_ACES Instance method Public Method Adds the given ACEs to the ACL of this node 20100922
3 GET_ACL Instance method Public Method Returns the ACL of this node 20100929
4 GET_ACL_GROUPED Instance method Public Method Returns a nested ACL representation grouped by principals 20100930
5 REMOVE_ACE Instance method Public Method Removes the given ACE from the ACL of this node 20100922
6 REMOVE_ACES Instance method Public Method Removes the given ACEs from the ACL of this node 20100922
7 SET_ACL Instance method Public Method Sets the given ACL for this node 20100922
Events
Interface IF_NWECM_ACL_CONTROLLABLE has no event.
Types
Interface IF_NWECM_ACL_CONTROLLABLE has no local type.
Method Signatures

Method ADD_ACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PRINCIPAL_TYPE Value transfer Object reference (TYPE REF TO) CL_NWECM_ACE_PRINCIPAL_TYPE 20100929
2 Importing IO_PROPAGATION_LEVEL Value transfer Object reference (TYPE REF TO) CL_NWECM_ACE_PROPAGATION_LEVEL CL_NWECM_ACE_PROPAGATION_LEVEL=>SO_REPOSITORY_SPECIFIC 20100928
3 Importing IV_PRINCIPAL_ID Value transfer Type reference (TYPE) STRING 20100929
4 Importing IV_PRIVILEGE Value transfer Type reference (TYPE) STRING 20100929
# Exception Resumable Description Created on
1 CX_NWECM_ACCESS_CONTROL 20100927
2 CX_NWECM_ACCESS_DENIED ECMI: Access Denied Exception 20100930
3 CX_NWECM_CONSTRAINT_VIOLATION 20100927
4 CX_NWECM_INVALID_STATE 20100927
5 CX_NWECM_LOCK 20100927
6 CX_NWECM_REPOSITORY 20100927
7 CX_NWECM_UNSUPPORTED_OPERATION 20100927

Method ADD_ACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROPAGATION_LEVEL Value transfer Object reference (TYPE REF TO) CL_NWECM_ACE_PROPAGATION_LEVEL CL_NWECM_ACE_PROPAGATION_LEVEL=>SO_REPOSITORY_SPECIFIC 20100928
2 Importing IT_ACES Call by reference Type reference (TYPE) NWECM_T_ACE 20100928
# Exception Resumable Description Created on
1 CX_NWECM_ACCESS_CONTROL ECMI: Access Control Exception 20100927
2 CX_NWECM_ACCESS_DENIED ECMI: Access Denied Exception 20100930
3 CX_NWECM_CONSTRAINT_VIOLATION ECMI: Constraint Violation 20100927
4 CX_NWECM_INVALID_STATE ECMI: Invalid State Exception 20100927
5 CX_NWECM_LOCK ECMI: Lock Exception 20100927
6 CX_NWECM_REPOSITORY ECMI: Repository Exception 20100927
7 CX_NWECM_UNSUPPORTED_OPERATION ECMI: Unsupported Repository Operation Exception 20100927

Method GET_ACL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLLAPSED Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Colllapse fine to basic privileges if possible 20101004
2 Returning RT_ACL Value transfer Type reference (TYPE) NWECM_T_ACE ECMI: Table of ACEs 20101004
# Exception Resumable Description Created on
1 CX_NWECM_ACCESS_CONTROL ECMI: Access Control Exception 20101004
2 CX_NWECM_ACCESS_DENIED 20100930
3 CX_NWECM_CONSTRAINT_VIOLATION ECMI: Constraint Violation 20101004
4 CX_NWECM_INVALID_STATE 20100929
5 CX_NWECM_LOCK 20100929
6 CX_NWECM_REPOSITORY 20100929
7 CX_NWECM_UNSUPPORTED_OPERATION ECMI: Unsupported Repository Operation Exception 20101004

Method GET_ACL_GROUPED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLLAPSED Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20101004
2 Returning RT_GROUPED_ACL Value transfer Type reference (TYPE) NWECM_T_GROUPED_ACE 20101004
# Exception Resumable Description Created on
1 CX_NWECM_ACCESS_CONTROL 20101004
2 CX_NWECM_ACCESS_DENIED 20100930
3 CX_NWECM_CONSTRAINT_VIOLATION 20101004
4 CX_NWECM_INVALID_STATE 20100930
5 CX_NWECM_LOCK 20100930
6 CX_NWECM_REPOSITORY 20100930
7 CX_NWECM_UNSUPPORTED_OPERATION 20101004

Method REMOVE_ACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PRINCIPAL_TYPE Value transfer Object reference (TYPE REF TO) CL_NWECM_ACE_PRINCIPAL_TYPE 20100930
2 Importing IO_PROPAGATION_LEVEL Value transfer Object reference (TYPE REF TO) CL_NWECM_ACE_PROPAGATION_LEVEL CL_NWECM_ACE_PROPAGATION_LEVEL=>SO_REPOSITORY_SPECIFIC 20100928
3 Importing IV_PRINCIPAL_ID Value transfer Type reference (TYPE) STRING 20100930
4 Importing IV_PRIVILEGE Value transfer Type reference (TYPE) STRING 20100930
# Exception Resumable Description Created on
1 CX_NWECM_ACCESS_CONTROL 20100927
2 CX_NWECM_ACCESS_DENIED ECMI: Access Denied Exception 20100930
3 CX_NWECM_CONSTRAINT_VIOLATION 20100927
4 CX_NWECM_INVALID_STATE 20100927
5 CX_NWECM_LOCK 20100927
6 CX_NWECM_REPOSITORY 20100927
7 CX_NWECM_UNSUPPORTED_OPERATION 20100927

Method REMOVE_ACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROPAGATION_LEVEL Value transfer Object reference (TYPE REF TO) CL_NWECM_ACE_PROPAGATION_LEVEL CL_NWECM_ACE_PROPAGATION_LEVEL=>SO_REPOSITORY_SPECIFIC 20100928
2 Importing IT_ACES Call by reference Type reference (TYPE) NWECM_T_ACE 20100928
# Exception Resumable Description Created on
1 CX_NWECM_ACCESS_CONTROL 20100927
2 CX_NWECM_ACCESS_DENIED ECMI: Access Denied Exception 20100930
3 CX_NWECM_CONSTRAINT_VIOLATION 20100927
4 CX_NWECM_INVALID_STATE 20100927
5 CX_NWECM_LOCK 20100927
6 CX_NWECM_REPOSITORY 20100927
7 CX_NWECM_UNSUPPORTED_OPERATION 20100927

Method SET_ACL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROPAGATION_LEVEL Value transfer Object reference (TYPE REF TO) CL_NWECM_ACE_PROPAGATION_LEVEL CL_NWECM_ACE_PROPAGATION_LEVEL=>SO_REPOSITORY_SPECIFIC 20100928
2 Importing IT_ACL Call by reference Type reference (TYPE) NWECM_T_ACE 20101004
# Exception Resumable Description Created on
1 CX_NWECM_ACCESS_CONTROL 20100927
2 CX_NWECM_ACCESS_DENIED ECMI: Access Denied Exception 20100930
3 CX_NWECM_CONSTRAINT_VIOLATION 20100927
4 CX_NWECM_INVALID_STATE 20100927
5 CX_NWECM_LOCK 20100927
6 CX_NWECM_REPOSITORY 20100927
7 CX_NWECM_UNSUPPORTED_OPERATION 20100927
History
Last changed by/on SAP  20110908 
SAP Release Created in 703