|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.itemeditor.ItemCreationUtil
public class ItemCreationUtil
Item creation utilities.
| Method Summary | |
|---|---|
static Item |
createItem(Model model,
java.lang.String suggestedName,
java.lang.String suggestedDisplayName,
ItemTypeDescriptor itd,
java.lang.String processType)
Creates and initializes a new item. |
static Item |
createItem(Model model,
java.lang.String suggestedName,
java.lang.String suggestedDisplayName,
java.lang.String itemType,
java.lang.String processType)
Creates and initializes a new item. |
static void |
setupStandardConfiguration(Item item)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Item createItem(Model model,
java.lang.String suggestedName,
java.lang.String suggestedDisplayName,
java.lang.String itemType,
java.lang.String processType)
model - Model the item shall belong tosuggestedName - Suggested name or null for a default item-type-specific name.
The method guarantees that the generated name will be unique within the items of this type of this model.suggestedDisplayName - Suggested display name or nullitemType - Type of the item to createprocessType - Process type in case of a process item
public static Item createItem(Model model,
java.lang.String suggestedName,
java.lang.String suggestedDisplayName,
ItemTypeDescriptor itd,
java.lang.String processType)
itd - Type of the item to createsuggestedName - Suggested name or null for a default item-type-specific name.
The method guarantees that the generated name will be unique within the items of this type of this model.suggestedDisplayName - Suggested display name or nullprocessType - Process type in case of a process item
public static void setupStandardConfiguration(Item item)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||