com.ibm.mashups.enabler.ac
Interface MemberModel

All Superinterfaces:
ListModel, ListModelController, Locator, Model

public MemberModel
extends ListModelController

Interface for an access control member model


Method Summary
 MemberNode create(JSON context)
           creates a new Member.
 
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
 

Method Detail

create

MemberNode create(JSON context)
creates a new Member. The created member 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. Never null. Accepted names are:
    entity - an Entity object (mandatory)
Returns:
created member node


Copyright IBM Corp. 2010 All Rights Reserved.