com.ibm.mashups.enabler.model
Interface CatalogEntryModel
- All Superinterfaces:
- ListModel, ListModelController, Locator, Model
public CatalogEntryModel
- extends ListModelController
Interface for a catalog model containing entry nodes. This list model describes a list of concrete catalog entries for a given category.
Methods inherited from interface com.ibm.mashups.enabler.Locator |
find |
create
CatalogEntryNode create(JSON context)
-
creates a new CatalogEnryNode. The created node can be inserted into the model using an appropriate
insert
method. The node will not appear in the model unless it is inserted.
- Parameters:
context
-
array of predefined information used for the creation of the node. May be null
. Accepted names are:
cid
- the client id for the entry to be created (optional)
- Returns:
-
the created node
Copyright IBM Corp. 2010 All Rights Reserved.