org.jbpm.designer.repository
public interface Asset<T> extends Item
Modifier and Type | Interface and Description |
---|---|
static class |
Asset.AssetType |
Modifier and Type | Method and Description |
---|---|
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.
|
getCreationDate, getDescription, getFullName, getLastModificationDate, getName, getOwner, getUniqueId, getVersion
String getAssetLocation()
String getAssetType()
T getAssetContent()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.