public interface InsertLocation
Item
into a parent Item
.
Usage:
new CreateItemCommand(myItem, InsertLocation.Factory.createFirst()).execute();
CreateItemCommand
Modifier and Type | Interface and Description |
---|---|
static class |
InsertLocation.Factory
The factory provides methods to instantiate a particular insert location.
|