|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssetClosure | |
|---|---|
| com.fatwire.gst.foundation.facade.assetapi | |
| com.fatwire.gst.foundation.facade.assetapi.asset | |
| Uses of AssetClosure in com.fatwire.gst.foundation.facade.assetapi |
|---|
| Methods in com.fatwire.gst.foundation.facade.assetapi with parameters of type AssetClosure | |
|---|---|
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. |
| Uses of AssetClosure in com.fatwire.gst.foundation.facade.assetapi.asset |
|---|
| Classes in com.fatwire.gst.foundation.facade.assetapi.asset that implement AssetClosure | |
|---|---|
class |
DateFilterClosure
|
| Constructors in com.fatwire.gst.foundation.facade.assetapi.asset with parameters of type AssetClosure | |
|---|---|
DateFilterClosure(Date cuttoff,
AssetClosure target)
|
|
DateFilterClosure(String cutoff,
AssetClosure target)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||