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
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 fieldsitem
- where to evaluate the compiled expression
- Returns:
- the calculated item field value
Copyright © 2006-2009 Intland Software. All rights reserved.