jBPM Designer - Backend 6.0.0.CR1

org.jbpm.designer.repository.impl
Class TextAsset

java.lang.Object
  extended by org.jbpm.designer.repository.impl.AbstractAsset<String>
      extended by org.jbpm.designer.repository.impl.TextAsset
All Implemented Interfaces:
Asset<String>, Item

public class TextAsset
extends AbstractAsset<String>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jbpm.designer.repository.Asset
Asset.AssetType
 
Constructor Summary
TextAsset()
           
 
Method Summary
 boolean acceptBytes()
           
 String getAssetContent()
          Returns actual content of this asset
 void setAssetContent(String content)
           
 
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
 

Constructor Detail

TextAsset

public TextAsset()
Method Detail

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>

jBPM Designer - Backend 6.0.0.CR1

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