| Package | Description | 
|---|---|
| com.fatwire.gst.foundation.facade.assetapi | |
| com.fatwire.gst.foundation.facade.assetapi.asset | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AssetAccessTemplate.readAsset(com.fatwire.assetapi.data.AssetId id,
         AssetClosure closure)
Method to read an asset and pass the results to the closure for further
 handling. 
 | 
void | 
AssetAccessTemplate.readAsset(com.fatwire.assetapi.data.AssetId id,
         AssetClosure closure,
         String... attributes)
Method to read an asset and provide the AssetClosure with the AssetData. 
 | 
void | 
AssetAccessTemplate.readAsset(Iterable<com.fatwire.assetapi.data.AssetId> ids,
         AssetClosure closure,
         String... attributes)
Method to read an asset and pass the results to the closure for further
 handling. 
 | 
void | 
AssetAccessTemplate.readAsset(List<com.fatwire.assetapi.data.AssetId> ids,
         AssetClosure closure)
Method to read an asset and pass the results to the closure for further
 handling. 
 | 
void | 
AssetAccessTemplate.readAssets(com.fatwire.assetapi.query.Query query,
          AssetClosure closure)
Invokes the work(asset) method on the provided Closure for assets
 returned by the Query. 
 | 
void | 
AssetAccessTemplate.readAssociatedAssets(com.fatwire.assetapi.data.AssetId id,
                    String associationType,
                    AssetClosure closure,
                    String... attributes)
Reads the associated assets of an asset and returns them as a
 ScatteredAsset. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DateFilterClosure  | 
| Constructor and Description | 
|---|
DateFilterClosure(Date cuttoff,
                 AssetClosure target)  | 
DateFilterClosure(String cutoff,
                 AssetClosure target)  | 
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.