public class ByteArrayField extends Object
ByteArrayEntity
. It can
be used in an entity which implements ValueFields
.Modifier and Type | Field and Description |
---|---|
protected String |
byteArrayId |
protected ByteArrayEntity |
byteArrayValue |
protected Nameable |
nameProvider |
protected Date |
removalTime |
protected String |
rootProcessInstanceId |
protected ResourceType |
type |
Constructor and Description |
---|
ByteArrayField(Nameable nameProvider,
ResourceType type) |
ByteArrayField(Nameable nameProvider,
ResourceType type,
String rootProcessInstanceId,
Date removalTime) |
Modifier and Type | Method and Description |
---|---|
void |
deleteByteArrayValue() |
protected ByteArrayEntity |
getByteArrayEntity() |
String |
getByteArrayId() |
byte[] |
getByteArrayValue() |
void |
setByteArrayId(String byteArrayId) |
void |
setByteArrayValue(byte[] bytes) |
void |
setByteArrayValue(byte[] bytes,
boolean isTransient) |
void |
setByteArrayValue(ByteArrayEntity byteArrayValue) |
void |
setRemovalTime(Date removalTime) |
void |
setRootProcessInstanceId(String rootProcessInstanceId) |
protected ByteArrayEntity byteArrayValue
protected String byteArrayId
protected final Nameable nameProvider
protected ResourceType type
protected String rootProcessInstanceId
protected Date removalTime
public ByteArrayField(Nameable nameProvider, ResourceType type, String rootProcessInstanceId, Date removalTime)
public ByteArrayField(Nameable nameProvider, ResourceType type)
public String getByteArrayId()
public void setByteArrayId(String byteArrayId)
public byte[] getByteArrayValue()
protected ByteArrayEntity getByteArrayEntity()
public void setByteArrayValue(byte[] bytes)
public void setByteArrayValue(byte[] bytes, boolean isTransient)
public void deleteByteArrayValue()
public void setByteArrayValue(ByteArrayEntity byteArrayValue)
public void setRootProcessInstanceId(String rootProcessInstanceId)
public void setRemovalTime(Date removalTime)
Copyright © 2020. All rights reserved.