Package | Description |
---|---|
org.colcon.burocrat.api.model | |
org.colcon.burocrat.api.utils | |
org.colcon.burocrat.model |
Modifier and Type | Method and Description |
---|---|
IItemType[] |
IItemType.containerTypes() |
IItemType[] |
IItemType.getAllContainerTypes() |
IItemType |
IModel.getItemType(java.lang.String name) |
IItemType[] |
IModel.getItemTypes() |
IItemType |
IItem.getType() |
IItemType |
IItemType.parent() |
Modifier and Type | Method and Description |
---|---|
static IItemType[] |
ArrayUtil.append(IItemType[] array0,
IItemType[] array1) |
Modifier and Type | Method and Description |
---|---|
static IItemType[] |
ArrayUtil.append(IItemType[] array0,
IItemType[] array1) |
static IItemType[] |
ArrayUtil.append(IItemType[] array0,
IItemType[] array1) |
Modifier and Type | Class and Description |
---|---|
class |
ItemType
These are definitions of item types, each with an argument list,
a set of item types for subcontainers, a set of item type flags,
and an init(IItem) method that gets called whenever an item of
this type is posted to the server
|
Modifier and Type | Method and Description |
---|---|
IItemType[] |
ItemType.containerTypes() |
IItemType[] |
ItemType.getAllContainerTypes() |
IItemType |
Model.getItemType(java.lang.String name) |
IItemType[] |
Model.getItemTypes() |
IItemType |
Item.getType() |
static IItemType[] |
ItemType.getValues() |
IItemType |
ItemType.parent() |
Constructor and Description |
---|
Model(IArg[] argsArray,
ICmd[] cmdsArray,
IItemType[] itemTypesArray,
IParser parser,
IItem[] initItems) |