public class JobByteArrayRef extends Object implements Serializable
Encapsulates the logic for transparently working with JobByteArrayEntity .
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deleted |
| Constructor and Description |
|---|
JobByteArrayRef() |
JobByteArrayRef(String id) |
| Modifier and Type | Method and Description |
|---|---|
JobByteArrayRef |
copy()
This makes a copy of this
JobByteArrayRef: a new
JobByteArrayRef instance will be created, however with the same id,
name and JobByteArrayEntity instances. |
void |
delete() |
byte[] |
getBytes() |
JobByteArrayEntity |
getEntity() |
String |
getId() |
String |
getName() |
boolean |
isDeleted() |
void |
setValue(String name,
byte[] bytes) |
String |
toString() |
public JobByteArrayRef()
public JobByteArrayRef(String id)
public String getId()
public String getName()
public byte[] getBytes()
public void setValue(String name, byte[] bytes)
public JobByteArrayEntity getEntity()
public void delete()
public boolean isDeleted()
public JobByteArrayRef copy()
JobByteArrayRef: a new
JobByteArrayRef instance will be created, however with the same id,
name and JobByteArrayEntity instances.Copyright © 2017 Flowable. All rights reserved.