com.ibm.mashups.enabler.strategy
Interface NavigationDeletionStrategy

All Superinterfaces:
com.ibm.mashups.enabler.strategy.Strategy

public NavigationDeletionStrategy
extends com.ibm.mashups.enabler.strategy.Strategy

Interface that defines the behavior used for page deletion.

Since:
3.0.0.2

Method Summary
 Boolean isDeleteContentByID(NavigationNode node, String contentID)
           Returns true if the contents associated with the navigation node is to be deleted, false otherwise.
 

Method Detail

isDeleteContentByID

Boolean isDeleteContentByID(NavigationNode node,
                            String contentID)
Returns true if the contents associated with the navigation node is to be deleted, false otherwise.
Notes:

Parameters:
node - navigation node to delete
contentID - id of the contents referenced by the navigation node
Returns:
true or false


Copyright IBM Corp. 2010 All Rights Reserved.