Class BinaryAsset
- java.lang.Object
-
- org.jbpm.designer.repository.impl.AbstractAsset<byte[]>
-
- org.jbpm.designer.repository.impl.BinaryAsset
-
public class BinaryAsset extends AbstractAsset<byte[]>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jbpm.designer.repository.Asset
Asset.AssetType
-
-
Constructor Summary
Constructors Constructor Description BinaryAsset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
acceptBytes()
byte[]
getAssetContent()
Returns actual content of this assetvoid
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
-
-
-
-
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 classAbstractAsset<byte[]>
-
acceptBytes
public boolean acceptBytes()
- Specified by:
acceptBytes
in classAbstractAsset<byte[]>
-
-