|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAccessContext | |
| com.sap.netweaver.bc.rf.common.context | Contains repository framework common interface for contexts. |
| Uses of IAccessContext in com.sap.netweaver.bc.rf.common.context |
| Classes in com.sap.netweaver.bc.rf.common.context that implement IAccessContext | |
class |
AccessContext
Class implementing the access context information the system needs to know, when working on resources. |
| Methods in com.sap.netweaver.bc.rf.common.context that return IAccessContext | |
IAccessContext |
AccessContextFactory.getContext()
Get actual context from stack of contexts. |
IAccessContext |
AccessContextFactory.getContextOrNullIfUnavailable()
Get actual context from stack of contexts. |
IAccessContext |
AccessContextFactory.popContext()
Get and remove actual context from the stack of contexts. |
IAccessContext |
IAccessContext.cloneContext()
Clone access context. |
IAccessContext |
AccessContext.cloneContext()
Clone access context. |
| Methods in com.sap.netweaver.bc.rf.common.context with parameters of type IAccessContext | |
void |
AccessContextFactory.setContext(IAccessContext context)
Replace actual context with new one in stack of contexts. |
void |
AccessContextFactory.pushContext(IAccessContext context)
Add new context to the top of the stack of contexts. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||