com.ibm.mashups.enabler.space
Interface SpaceLocator

All Superinterfaces:
Locator

public SpaceLocator
extends Locator

This locator interface allows searching on the space model


Method Summary
 Deferred findSpaceByNavigation(NavigationNode navigationNode)
           Returns a Deferred object to obtain the space node, which contains the given navigation node
 DeferredIterator findFavorites()
           Returns an iterator containing all favorite spaces of the list.
 
Methods inherited from interface com.ibm.mashups.enabler.Locator
find
 

Method Detail

findSpaceByNavigation

Deferred findSpaceByNavigation(NavigationNode navigationNode)
Returns a Deferred object to obtain the space node, which contains the given navigation node

Parameters:
navigationNode - the NavigationNode object to find the space for. Must not be null.
Returns:
a deferred object used to start this operation, never null. The return value when executed through the deferred object is a space node for the given navigation node or null if no space contains this page
See Also:
SpaceNode

findFavorites

DeferredIterator findFavorites()
Returns an iterator containing all favorite spaces of the list.

Returns:
a deferred iterator, never null


Copyright IBM Corp. 2010 All Rights Reserved.