public static final class DistributedProcessHandler.ModelWithDependencies<T extends ItemModel>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.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 java.util.Collection<ItemModel> getAllModels()
Copyright © 2018 SAP SE. All Rights Reserved.