Package com.sap.caf.eu.gp.context.api

Provides context support for the process framework.

See:
          Description

Interface Summary
IGPContextManager  
IGPInvocationContext The invocation context holds context information about certain call and also provides a possibility for applications to store internal not user related parameters.
IGPUserContext The user context holds context information about a certain user and also provides a possibility for applications to store internal personalization parameters.
 

Class Summary
GPContextFactory Context factory provides specific context implementations.
 

Package com.sap.caf.eu.gp.context.api Description

Provides context support for the process framework.

Examples

Following a couple of usage examples.

Retrieve the User Context

IUser user = ...					
IWUserContext m_userContext = ContextFactory.createUserContext( user );

Retrieve the Invocation Context

IWInvocationContext invocationContext = ContextFactory.createInvocationContext();



Copyright 2006 SAP AG Complete Copyright Notice