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