Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.2.0)
E17494-03


oracle.alm.view.model
Interface AlmScope

All Known Subinterfaces:
AlmDomain
All Known Implementing Classes:
AlmDataTableModel, AlmDomainAdaptor, AlmELContext, AlmWorkItemModel

Deprecated. This interface is to be replaced by AlmLifeScope gradually, please refere to AlmLifeScope class.

public interface AlmScope

The AlmScope is the interface to scope any managed bean that used in TPC connector UI controller code(UI listener, UI model). In connector implementation of a customized listener, by implementing this interface can make sure the correct TPC component is bound to the listener event source, so that to make sure the state management correct. For detail information on how to use AlmScope class, please refer to TPC connector development guideline.

Since:
11.1.1.2.0

Method Summary
 RenderingContext getRenderingContext()
          Deprecated.  
 AlmComponent getSourceComponent()
          Deprecated.  
 void setRenderingContext(RenderingContext rc)
          Deprecated.  
 void setSourceComponent(AlmComponent component)
          Deprecated.  

 

Method Detail

setRenderingContext

void setRenderingContext(RenderingContext rc)
Deprecated. 

getRenderingContext

RenderingContext getRenderingContext()
Deprecated. 

setSourceComponent

void setSourceComponent(AlmComponent component)
Deprecated. 

getSourceComponent

AlmComponent getSourceComponent()
Deprecated. 

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.2.0)
E17494-03


Copyright © 1998,2012, Oracle. All rights reserved.