Package net.n2oapp.framework.api.util
Interface SubModelsProcessor
-
- All Superinterfaces:
MetadataEnvironmentAware
public interface SubModelsProcessor extends MetadataEnvironmentAware
Процессор для вычисления вложенных моделей
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSubModelsProcessor.OnErrorCallback
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteSubModels(List<SubModelQuery> subQueries, DataSet dataSet)Разрешает значения полей для вложенных моделей выборки-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.MetadataEnvironmentAware
setEnvironment
-
-
-
-
Method Detail
-
executeSubModels
void executeSubModels(List<SubModelQuery> subQueries, DataSet dataSet)
Разрешает значения полей для вложенных моделей выборки- Parameters:
subQueries- - список вложенных моделей выборкиdataSet- - входной набор данных
-
-