public interface StructureOwnedItemType
| Modifier and Type | Method and Description |
|---|---|
ItemIdentity |
getOwnedItem(ItemIdentity itemId,
long structureId,
boolean copyIfSame)
Associate an item with a structure, or create a copy of the given item and associate the copy with the structure.
|
@NotNull ItemIdentity getOwnedItem(@NotNull ItemIdentity itemId, long structureId, boolean copyIfSame) throws StructureException
itemId - The item ID.structureId - The structure ID.copyIfSame - Create a copy of the item even if it is already associated with the given structure.StructureExceptionCopyright © 2019 ALM Works. All Rights Reserved.