jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.repository
Interface Asset<T>

All Superinterfaces:
Item
All Known Implementing Classes:
AbstractAsset, BinaryAsset, TextAsset

public interface Asset<T>
extends Item

Primary component managed by repository and can represent any type of underlying files.


Nested Class Summary
static class Asset.AssetType
           
 
Method Summary
 T getAssetContent()
          Returns actual content of this asset
 String getAssetLocation()
          Returns location in the repository where this asset is stored
 String getAssetType()
          Returns type of the asset.
 
Methods inherited from interface org.jbpm.designer.repository.Item
getCreationDate, getDescription, getFullName, getLastModificationDate, getName, getOwner, getUniqueId, getVersion
 

Method Detail

getAssetLocation

String getAssetLocation()
Returns location in the repository where this asset is stored

Returns:
- asset location

getAssetType

String getAssetType()
Returns type of the asset.

Returns:
- asset type

getAssetContent

T getAssetContent()
Returns actual content of this asset

Returns:
- asset content

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.