|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssetDataWriteStrategy
The primary inteface for saving assets back to Content Server
Nested Class Summary | |
---|---|
static class |
AssetDataWriteStrategy.AssetActionType
|
Method Summary | |
---|---|
void |
delete(java.util.List<AssetId> data)
Delete a given list of assts from Content Server |
void |
populateInstance(IAsset asset,
AssetData data)
|
void |
populateInstance(IAsset asset,
AssetData data,
boolean filterNoSetAttributes,
boolean verifyReferences)
|
void |
write(java.util.List<AssetData> data,
AssetDataWriteStrategy.AssetActionType type)
Inserts a given Iterator of AssetData instances in the database. |
Method Detail |
---|
void write(java.util.List<AssetData> data, AssetDataWriteStrategy.AssetActionType type) throws AssetAccessException
data
- AssetData to be inserted.type
- the type of operation for the list of assets
AssetAccessException
- captures layer specific failures and wraps other internal exceptions.void delete(java.util.List<AssetId> data) throws AssetAccessException
data
- the list of AssetIds to delete
AssetAccessException
- AssetAccessException captures layer specific failures and wraps other internal exceptions.void populateInstance(IAsset asset, AssetData data) throws AssetAccessException
AssetAccessException
void populateInstance(IAsset asset, AssetData data, boolean filterNoSetAttributes, boolean verifyReferences) throws AssetAccessException
AssetAccessException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |