jBPM Designer - Backend 6.0.0.CR1

org.jbpm.designer.repository.impl
Class BinaryAsset

java.lang.Object
  extended by org.jbpm.designer.repository.impl.AbstractAsset<byte[]>
      extended by org.jbpm.designer.repository.impl.BinaryAsset
All Implemented Interfaces:
Asset<byte[]>, Item

public class BinaryAsset
extends AbstractAsset<byte[]>


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

BinaryAsset

public BinaryAsset()
Method Detail

getAssetContent

public byte[] getAssetContent()
Description copied from interface: Asset
Returns actual content of this asset

Returns:
- asset content

setAssetContent

public void setAssetContent(byte[] content)
Specified by:
setAssetContent in class AbstractAsset<byte[]>

acceptBytes

public boolean acceptBytes()
Specified by:
acceptBytes in class AbstractAsset<byte[]>

jBPM Designer - Backend 6.0.0.CR1

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