com.ibm.mashups.enabler
Interface Discardable


public Discardable

Discardable interface, which allows to discard artifacts or the whole model.

Since:
2.4

Method Summary
 void discard(unknown node)
           Discards the specified node, or the whole model if no node is specified.
 

Method Detail

discard

void discard(unknown node)
Discards the specified node, or the whole model if no node is specified. @parameter { Object} node node to discard, must not be null; optional



Copyright IBM Corp. 2010 All Rights Reserved.