com.ibm.mashups.enabler.space
Interface SpaceExtensionLocator

All Superinterfaces:
Locator

public SpaceExtensionLocator
extends Locator

This locator interface allows searching on the space extension model


Method Summary
 Deferred findExtensionBySpace(SpaceNode spaceNode)
           Returns the corresponding space extension for the given space node, or null if none exists
 
Methods inherited from interface com.ibm.mashups.enabler.Locator
find
 

Method Detail

findExtensionBySpace

Deferred findExtensionBySpace(SpaceNode spaceNode)
Returns the corresponding space extension for the given space node, or null if none exists

Parameters:
spaceNode - the SpaceNode object to find the extension for. Must not be null.
Returns:
a deferred object used to start this operation. The return value when executed through the deferred object is a space extension for the given space node or null if there no appropriate space extension available.
See Also:
com.ibm.mashups.enabler.space


Copyright IBM Corp. 2010 All Rights Reserved.