org.jbpm.designer.repository.impl
Class BinaryAsset
java.lang.Object
org.jbpm.designer.repository.impl.AbstractAsset<byte[]>
org.jbpm.designer.repository.impl.BinaryAsset
- All Implemented Interfaces:
- Asset<byte[]>, Item
public class BinaryAsset
- extends AbstractAsset<byte[]>
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 |
BinaryAsset
public BinaryAsset()
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[]>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.