CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Interface TrackerItemCompiledExpression<T>

All Known Subinterfaces:
TrackerLayoutLabelDto.CompiledFormula

public interface TrackerItemCompiledExpression<T>

The interface of an object that wraps a compiled tracker item expression


Method Summary
 T getValue(TrackerLayoutDto tracker, TrackerItemDto item)
          Evaluate the compiled expression for the specified tracker item
 

Method Detail

getValue

T getValue(TrackerLayoutDto tracker,
           TrackerItemDto item)
Evaluate the compiled expression for the specified tracker item

Parameters:
tracker - is the layout of the tracker to access item fields
item - where to evaluate the compiled expression
Returns:
the calculated item field value

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.