com.fatwire.gst.foundation.facade.assetapi
Interface AssetClosure

All Known Implementing Classes:
DateFilterClosure

public interface AssetClosure

Closure to work with a single AssetData.

Author:
Dolf Dijkstra

Method Summary
 boolean work(com.fatwire.assetapi.data.AssetData asset)
          Perform work based on asset
 

Method Detail

work

boolean work(com.fatwire.assetapi.data.AssetData asset)
Perform work based on asset

Parameters:
asset - asset to work with
Returns:
false if you want to iteration to stop


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.