public interface ICreate extends ICreateInfo
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object[] |
EMPTY
Empty object array as return for unsuccessful create operations.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreate(ICreateContext context)
Checks if business object can be created for the given context.
|
java.lang.Object[] |
create(ICreateContext context)
Creates the business object for the given context.
|
getCreateDescription, getCreateImageId, getCreateLargeImageId, getCreateNamestatic final java.lang.Object[] EMPTY
boolean canCreate(ICreateContext context)
context - the contextjava.lang.Object[] create(ICreateContext context)
context - the context