com.ibm.mashups.enabler.model
Interface SpaceExtensionModel

All Superinterfaces:
ListModel, ListModelController, Locator, Model, SpaceExtensionLocator

public SpaceExtensionModel
extends ListModelController, SpaceExtensionLocator

Interface for a space extension model.


Method Summary
 SpaceExtension create(JSON context)
           Creates a new Space extension.
 
Methods inherited from interface com.ibm.mashups.enabler.ListModelController
create, confirmCreate, insert, confirmInsert, remove, confirmRemove
 
Methods inherited from interface com.ibm.mashups.enabler.ListModel
iterator
 
Methods inherited from interface com.ibm.mashups.enabler.model.Model
setStrategy, getStrategies, getStrategy, addStrategy, removeStrategy
 
Methods inherited from interface com.ibm.mashups.enabler.Locator
find
 
Methods inherited from interface com.ibm.mashups.enabler.space.SpaceExtensionLocator
findExtensionBySpace
 
Methods inherited from interface com.ibm.mashups.enabler.Locator
find
 

Method Detail

create

SpaceExtension create(JSON context)
Creates a new Space extension. 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. Should be null.
Returns:
created space extension


Copyright IBM Corp. 2010 All Rights Reserved.