public static final class DistributedProcessHandler.ModelWithDependencies<T extends ItemModel> extends Object
| Modifier and Type | Method and Description |
|---|---|
Collection<ItemModel> |
getAllModels() |
T |
getModel() |
static <T extends ItemModel> |
modelWithDependencies(T model,
ItemModel... dependencies) |
static <T extends ItemModel> |
singleModel(T model) |
public static <T extends ItemModel> DistributedProcessHandler.ModelWithDependencies<T> singleModel(T model)
public static <T extends ItemModel> DistributedProcessHandler.ModelWithDependencies<T> modelWithDependencies(T model, ItemModel... dependencies)
public T getModel()
public Collection<ItemModel> getAllModels()
Copyright © 2017 SAP SE. All Rights Reserved.