public interface ICreate extends ICreateInfo
Modifier and Type | Field and Description |
---|---|
static 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.
|
Object[] |
create(ICreateContext context)
Creates the business object for the given context.
|
getCreateDescription, getCreateImageId, getCreateLargeImageId, getCreateName
static final Object[] EMPTY
boolean canCreate(ICreateContext context)
context
- the contextObject[] create(ICreateContext context)
context
- the context