org.jbpm.designer.repository.impl
Class TextAsset
java.lang.Object
org.jbpm.designer.repository.impl.AbstractAsset<String>
org.jbpm.designer.repository.impl.TextAsset
- All Implemented Interfaces:
- Asset<String>, Item
public class TextAsset
- extends AbstractAsset<String>
Nested classes/interfaces inherited from interface org.jbpm.designer.repository.Asset |
Asset.AssetType |
Methods inherited from class org.jbpm.designer.repository.impl.AbstractAsset |
getAssetLocation, getAssetType, getCreationDate, getDescription, getFullName, getLastModificationDate, getName, getOwner, getUniqueId, getVersion, setAssetLocation, setAssetTpe, setCreationDate, setDescription, setLastModificationDate, setName, setOwner, setUniqueId, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextAsset
public TextAsset()
getAssetContent
public String getAssetContent()
- Description copied from interface:
Asset
- Returns actual content of this asset
- Returns:
- - asset content
setAssetContent
public void setAssetContent(String content)
- Specified by:
setAssetContent
in class AbstractAsset<String>
acceptBytes
public boolean acceptBytes()
- Specified by:
acceptBytes
in class AbstractAsset<String>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.