public interface BatchPartEntity extends BatchPart, Entity, HasRevision
| Modifier and Type | Method and Description |
|---|---|
ByteArrayRef |
getResultDocRefId() |
boolean |
isCompleted() |
void |
setBatchId(String batchId) |
void |
setBatchSearchKey(String searchKey) |
void |
setBatchSearchKey2(String searchKey) |
void |
setBatchType(String batchType) |
void |
setCompleteTime(Date completeTime) |
void |
setCreateTime(Date createTime) |
void |
setResultDocumentJson(String resultDocumentJson,
String engineType) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSearchKey(String searchKey) |
void |
setSearchKey2(String searchKey) |
void |
setStatus(String status) |
void |
setSubScopeId(String subScopeId) |
void |
setTenantId(String tenantId) |
void |
setType(String type) |
getBatchId, getBatchSearchKey, getBatchSearchKey2, getBatchType, getCompleteTime, getCreateTime, getId, getResultDocumentJson, getScopeId, getScopeType, getSearchKey, getSearchKey2, getStatus, getSubScopeId, getTenantId, getTypegetId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionvoid setType(String type)
void setBatchType(String batchType)
void setBatchId(String batchId)
void setCreateTime(Date createTime)
void setCompleteTime(Date completeTime)
boolean isCompleted()
isCompleted in interface BatchPartvoid setSearchKey(String searchKey)
void setSearchKey2(String searchKey)
void setBatchSearchKey(String searchKey)
void setBatchSearchKey2(String searchKey)
void setStatus(String status)
void setScopeId(String scopeId)
void setScopeType(String scopeType)
void setSubScopeId(String subScopeId)
ByteArrayRef getResultDocRefId()
void setTenantId(String tenantId)
Copyright © 2021 Flowable. All rights reserved.