Uses of Class
net.n2oapp.platform.selection.api.SelectionPropagation
-
-
Uses of SelectionPropagation in net.n2oapp.platform.selection.api
Methods in net.n2oapp.platform.selection.api that return SelectionPropagation Modifier and Type Method Description default SelectionPropagationSelection. propagation()static SelectionPropagationSelectionPropagation. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectionPropagation[]SelectionPropagation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.platform.selection.api with parameters of type SelectionPropagation Modifier and Type Method Description TFetcher. resolve(S selection, SelectionPropagation propagation)Данный метод не должен использоваться напрямую.Joiner.Resolution<T,E,ID>Joiner. resolveIterable(Iterable<? extends F> fetchers, S selection, SelectionPropagation propagation)Данный метод не должен использоваться напрямую.
-