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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Reads the associated assets of an asset and returns them as a
ScatteredAsset.
|
Modifier and Type | Class and Description |
---|---|
class |
DateFilterClosure
Deprecated.
- com.fatwire.gst.foundation.facade and all subpackages have moved to the tools.gsf.facade package
|
Constructor and Description |
---|
DateFilterClosure(Date cuttoff,
AssetClosure target)
Deprecated.
|
DateFilterClosure(String cutoff,
AssetClosure target)
Deprecated.
|
Copyright © 2010–2017. All rights reserved.