|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExportDefinitionService
Service interface for exporting Letters and related assets into XML format
| Method Summary | |
|---|---|
Downloadable |
exportAssetDefinition(Integer assetType,
String assetId)
Export asset definition including all assets used by this asset as XML |
Downloadable |
exportAssetDefinition(Integer assetType,
String assetId,
Boolean encodeToBase64)
Export asset definition including all assets used by this asset as XML |
Downloadable |
exportAssetDependencies(Integer assetType,
String assetId)
exports the dependency graph of the given asset into a well formed XML |
Asset |
importAssetDefinition(Integer assetType,
byte[] assetBlob,
Boolean isBase64Data)
Create a asset object using the data supplied |
| Method Detail |
|---|
Downloadable exportAssetDefinition(Integer assetType,
String assetId)
throws ICCException
assetType - Type of assetassetId - ID of asset to be exported as xml
ICCException
Downloadable exportAssetDefinition(Integer assetType,
String assetId,
Boolean encodeToBase64)
throws ICCException
assetType - Type of assetassetId - ID of asset to be exported as xmlencodeToBase64 - true if xml data to be encoded as base64
ICCException
Downloadable exportAssetDependencies(Integer assetType,
String assetId)
throws ICCException
assetType - Type of assetassetId - ID of asset for which dependent asset to be found
ICCException
Asset importAssetDefinition(Integer assetType,
byte[] assetBlob,
Boolean isBase64Data)
throws ICCException
assetType - Type of expected assetassetBlob - bytes of xml representation of assetisBase64Data - true when assetBlob has base64 encoded data
ICCException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||