Uses of Interface
adams.data.groupupdate.GroupUpdater
-
Packages that use GroupUpdater Package Description adams.data.groupupdate adams.flow.transformer -
-
Uses of GroupUpdater in adams.data.groupupdate
Classes in adams.data.groupupdate that implement GroupUpdater Modifier and Type Class Description classAbstractGroupUpdaterAncestor for schemes that update the group of objects.classPassThroughPerforms no update.classReportFieldSets the group under the specified field in the report (either report or report handler). -
Uses of GroupUpdater in adams.flow.transformer
Fields in adams.flow.transformer declared as GroupUpdater Modifier and Type Field Description protected GroupUpdaterUpdateGroup. m_Updaterthe group updater to use.Methods in adams.flow.transformer that return GroupUpdater Modifier and Type Method Description GroupUpdaterUpdateGroup. getUpdater()Returns the group updater to use.Methods in adams.flow.transformer with parameters of type GroupUpdater Modifier and Type Method Description voidUpdateGroup. setUpdater(GroupUpdater value)Sets the group updater to use.
-