public class DateFilterClosure extends Object implements AssetClosure
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
DateFilterClosure(Date cuttoff,
AssetClosure target) |
DateFilterClosure(String cutoff,
AssetClosure target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
work(com.fatwire.assetapi.data.AssetData assetData)
Perform work based on asset
|
public DateFilterClosure(String cutoff, AssetClosure target)
cutoff - the cutoff date in the cs date format.target - target asset closurepublic DateFilterClosure(Date cuttoff, AssetClosure target)
cuttoff - cut off datetarget - target asset closurepublic boolean work(com.fatwire.assetapi.data.AssetData assetData)
AssetClosurework in interface AssetClosureassetData - asset to work withCopyright © 2010–2017. All rights reserved.