public class ByteArrayRef extends Object implements Serializable
Encapsulates the logic for transparently working with ByteArrayEntity
.
Modifier and Type | Field and Description |
---|---|
protected boolean |
deleted |
Constructor and Description |
---|
ByteArrayRef() |
ByteArrayRef(String id) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
byte[] |
getBytes() |
ByteArrayEntity |
getEntity() |
String |
getId() |
String |
getName() |
boolean |
isDeleted() |
void |
setValue(String name,
byte[] bytes) |
String |
toString() |
public ByteArrayRef()
public ByteArrayRef(String id)
public String getId()
public String getName()
public byte[] getBytes()
public void setValue(String name, byte[] bytes)
public ByteArrayEntity getEntity()
public void delete()
public boolean isDeleted()
Copyright © 2017 Flowable. All rights reserved.