Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.model.api
Class WDModelScopeType

java.lang.Object
  |
  +--com.sap.tc.webdynpro.progmodel.model.api.WDModelScopeType

public class WDModelScopeType
extends java.lang.Object

This interface defines the scopes available for Web Dynpro models.

Version:
$Id: //tc/WebDynproRuntime/630_VAL_REL/src/_webdynpro_progmodel/java/com/sap/tc/webdynpro/progmodel/model/api/WDModelScopeType.java#2 $

Field Summary
static WDModelScopeType APPLICATION_SCOPE
          Scope Application.
static WDModelScopeType COMPONENT_SCOPE
          Scope Component.
static WDModelScopeType NO_SCOPE
          No Scope.
static WDModelScopeType SERVERSESSION_AT_LEAST_ONE_APP_SCOPE
          Deprecated. DO NOT USE! This constant may be withdrawn from the public Web Dynpro API with the first new NetWeaver release in 2006 because the behaviour can not be guaranteed.
static WDModelScopeType SERVERSESSION_SCOPE
          Deprecated. DO NOT USE! This constant may be withdrawn from the public Web Dynpro API with the first new NetWeaver release in 2006 because the behaviour can not be guaranteed.
static WDModelScopeType TASK_SCOPE
          Task Scope => scope lives during a single request/response cycle
static WDModelScopeType VM_SCOPE
          Deprecated. DO NOT USE! This constant may be withdrawn from the public Web Dynpro API with the first new NetWeaver release in 2006 because the behaviour can not be guaranteed.
 
Method Summary
protected static WDModelScopeType getModelScopeType(com.sap.tc.webdynpro.services.session.ScopeType scopeType)
           
protected  com.sap.tc.webdynpro.services.session.ScopeType getScopeType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPONENT_SCOPE

public static final WDModelScopeType COMPONENT_SCOPE
Scope Component.

APPLICATION_SCOPE

public static final WDModelScopeType APPLICATION_SCOPE
Scope Application.

VM_SCOPE

public static final WDModelScopeType VM_SCOPE
Deprecated. DO NOT USE! This constant may be withdrawn from the public Web Dynpro API with the first new NetWeaver release in 2006 because the behaviour can not be guaranteed.

Scope VM.

TASK_SCOPE

public static final WDModelScopeType TASK_SCOPE
Task Scope => scope lives during a single request/response cycle

NO_SCOPE

public static final WDModelScopeType NO_SCOPE
No Scope.

SERVERSESSION_SCOPE

public static final WDModelScopeType SERVERSESSION_SCOPE
Deprecated. DO NOT USE! This constant may be withdrawn from the public Web Dynpro API with the first new NetWeaver release in 2006 because the behaviour can not be guaranteed.

Server Session Scope.

SERVERSESSION_AT_LEAST_ONE_APP_SCOPE

public static final WDModelScopeType SERVERSESSION_AT_LEAST_ONE_APP_SCOPE
Deprecated. DO NOT USE! This constant may be withdrawn from the public Web Dynpro API with the first new NetWeaver release in 2006 because the behaviour can not be guaranteed.

Server Session Scope as long as at least one application exists.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getScopeType

protected com.sap.tc.webdynpro.services.session.ScopeType getScopeType()

getModelScopeType

protected static WDModelScopeType getModelScopeType(com.sap.tc.webdynpro.services.session.ScopeType scopeType)

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15