|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICreate
The Interface ICreate.
| Field Summary | |
|---|---|
static Object[] |
EMPTY
Empty object array as return for unsuccessful create operations. |
| Method Summary | |
|---|---|
boolean |
canCreate(ICreateContext context)
Checks if business object can be created for the given context. |
Object[] |
create(ICreateContext context)
Creates the business object for the given context. |
| Methods inherited from interface org.eclipse.graphiti.func.ICreateInfo |
|---|
getCreateDescription, getCreateImageId, getCreateLargeImageId, getCreateName |
| Field Detail |
|---|
static final Object[] EMPTY
| Method Detail |
|---|
boolean canCreate(ICreateContext context)
context - the context
Object[] create(ICreateContext context)
context - the context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||