public class BatchEntityImpl extends AbstractBatchServiceEntity implements BatchEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BATCH_DOCUMENT_JSON_LABEL |
protected ByteArrayRef |
batchDocRefId |
protected String |
batchSearchKey |
protected String |
batchSearchKey2 |
protected String |
batchType |
protected Date |
completeTime |
protected Date |
createTime |
protected String |
status |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revisionPROCESS_MIGRATION_TYPE| Constructor and Description |
|---|
BatchEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayRef |
getBatchDocRefId() |
String |
getBatchDocumentJson(String engineType) |
String |
getBatchSearchKey() |
String |
getBatchSearchKey2() |
String |
getBatchType() |
Date |
getCompleteTime() |
Date |
getCreateTime() |
Object |
getPersistentState() |
String |
getStatus() |
String |
getTenantId() |
void |
setBatchDocRefId(ByteArrayRef batchDocRefId) |
void |
setBatchDocumentJson(String batchDocumentJson,
String engineType) |
void |
setBatchSearchKey(String batchSearchKey) |
void |
setBatchSearchKey2(String batchSearchKey2) |
void |
setBatchType(String batchType) |
protected static ByteArrayRef |
setByteArrayRef(ByteArrayRef byteArrayRef,
String name,
String value,
String engineType) |
void |
setCompleteTime(Date completeTime) |
void |
setCreateTime(Date time) |
void |
setStatus(String status) |
void |
setTenantId(String tenantId) |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected static final String BATCH_DOCUMENT_JSON_LABEL
protected String batchType
protected Date createTime
protected Date completeTime
protected String batchSearchKey
protected String batchSearchKey2
protected String status
protected ByteArrayRef batchDocRefId
protected String tenantId
public Object getPersistentState()
getPersistentState in interface Entitypublic String getBatchType()
getBatchType in interface Batchpublic void setBatchType(String batchType)
setBatchType in interface BatchEntitypublic Date getCreateTime()
getCreateTime in interface Batchpublic void setCreateTime(Date time)
public Date getCompleteTime()
getCompleteTime in interface Batchpublic void setCompleteTime(Date completeTime)
public String getBatchSearchKey()
getBatchSearchKey in interface Batchpublic void setBatchSearchKey(String batchSearchKey)
setBatchSearchKey in interface BatchEntitypublic String getBatchSearchKey2()
getBatchSearchKey2 in interface Batchpublic void setBatchSearchKey2(String batchSearchKey2)
setBatchSearchKey2 in interface BatchEntitypublic void setStatus(String status)
setStatus in interface BatchEntitypublic ByteArrayRef getBatchDocRefId()
getBatchDocRefId in interface BatchEntitypublic void setBatchDocRefId(ByteArrayRef batchDocRefId)
public String getBatchDocumentJson(String engineType)
getBatchDocumentJson in interface Batchpublic void setBatchDocumentJson(String batchDocumentJson, String engineType)
setBatchDocumentJson in interface BatchEntitypublic String getTenantId()
getTenantId in interface Batchpublic void setTenantId(String tenantId)
setTenantId in interface BatchEntityprotected static ByteArrayRef setByteArrayRef(ByteArrayRef byteArrayRef, String name, String value, String engineType)
Copyright © 2021 Flowable. All rights reserved.