@Deprecated public interface DataSet<T> extends Iterable<Map<String,T>>
DataSetProvider
,
DataSetDefinition
Modifier and Type | Method and Description |
---|---|
DataSetDefinition |
getDefinition()
Deprecated.
|
EvaluationContext |
getEvaluationContext()
Deprecated.
|
Iterator<Map<String,T>> |
iterator()
Deprecated.
The keys of the maps that this iterator returns are given by
this.getDefinition().getColumnKeys()
|
forEach, spliterator
DataSetDefinition getDefinition()
EvaluationContext getEvaluationContext()
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.