public static class ItemModelCloneCreator.CannotCloneException
extends java.lang.RuntimeException
| Modifier and Type | Method and Description |
|---|---|
ItemModelCloneCreator.CopyContext |
getCopyContext()
Returns the copy context of the failed clone operation.
|
java.util.Collection<ItemModel> |
getCreatedItems()
Extracts all newly created copies of the failed clone operation.
|
java.util.Collection<ItemModel> |
getPendingItems()
Extracts all pending source items of the failed clone operation.
|
public ItemModelCloneCreator.CopyContext getCopyContext()
public java.util.Collection<ItemModel> getPendingItems()
public java.util.Collection<ItemModel> getCreatedItems()
Copyright © 2018 SAP SE. All Rights Reserved.