Class BatchPartEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.batch.service.impl.persistence.entity.AbstractBatchServiceEntity
org.flowable.batch.service.impl.persistence.entity.BatchPartEntityImpl
- All Implemented Interfaces:
Serializable,BatchPart,BatchPartEntity,HasRevision,Entity
public class BatchPartEntityImpl
extends AbstractBatchServiceEntity
implements BatchPartEntity, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected ByteArrayRefprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResultDocumentJson(String engineType) getType()booleanvoidsetBatchId(String batchId) voidsetBatchSearchKey(String batchSearchKey) voidsetBatchSearchKey2(String batchSearchKey2) voidsetBatchType(String batchType) voidsetCompleteTime(Date time) voidsetCreateTime(Date time) voidsetResultDocRefId(ByteArrayRef resultDocRefId) voidsetResultDocumentJson(String resultDocumentJson, String engineType) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSearchKey(String searchKey) voidsetSearchKey2(String searchKey2) voidvoidsetSubScopeId(String subScopeId) voidsetTenantId(String tenantId) voidMethods inherited from class org.flowable.batch.service.impl.persistence.entity.AbstractBatchServiceEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
BATCH_RESULT_LABEL
- See Also:
-
type
-
batchType
-
batchId
-
scopeId
-
subScopeId
-
scopeType
-
searchKey
-
searchKey2
-
batchSearchKey
-
batchSearchKey2
-
createTime
-
completeTime
-
status
-
resultDocRefId
-
tenantId
-
-
Constructor Details
-
BatchPartEntityImpl
public BatchPartEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getType
-
setType
- Specified by:
setTypein interfaceBatchPartEntity
-
getBatchType
- Specified by:
getBatchTypein interfaceBatchPart
-
setBatchType
- Specified by:
setBatchTypein interfaceBatchPartEntity
-
getBatchId
- Specified by:
getBatchIdin interfaceBatchPart
-
setBatchId
- Specified by:
setBatchIdin interfaceBatchPartEntity
-
getCreateTime
- Specified by:
getCreateTimein interfaceBatchPart
-
setCreateTime
- Specified by:
setCreateTimein interfaceBatchPartEntity
-
getCompleteTime
- Specified by:
getCompleteTimein interfaceBatchPart
-
setCompleteTime
- Specified by:
setCompleteTimein interfaceBatchPartEntity
-
isCompleted
public boolean isCompleted()- Specified by:
isCompletedin interfaceBatchPart- Specified by:
isCompletedin interfaceBatchPartEntity
-
getScopeId
- Specified by:
getScopeIdin interfaceBatchPart
-
setScopeId
- Specified by:
setScopeIdin interfaceBatchPartEntity
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceBatchPart
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceBatchPartEntity
-
getScopeType
- Specified by:
getScopeTypein interfaceBatchPart
-
setScopeType
- Specified by:
setScopeTypein interfaceBatchPartEntity
-
getSearchKey
- Specified by:
getSearchKeyin interfaceBatchPart
-
setSearchKey
- Specified by:
setSearchKeyin interfaceBatchPartEntity
-
getSearchKey2
- Specified by:
getSearchKey2in interfaceBatchPart
-
setSearchKey2
- Specified by:
setSearchKey2in interfaceBatchPartEntity
-
getBatchSearchKey
- Specified by:
getBatchSearchKeyin interfaceBatchPart
-
setBatchSearchKey
- Specified by:
setBatchSearchKeyin interfaceBatchPartEntity
-
getBatchSearchKey2
- Specified by:
getBatchSearchKey2in interfaceBatchPart
-
setBatchSearchKey2
- Specified by:
setBatchSearchKey2in interfaceBatchPartEntity
-
getStatus
-
setStatus
- Specified by:
setStatusin interfaceBatchPartEntity
-
getResultDocRefId
- Specified by:
getResultDocRefIdin interfaceBatchPartEntity
-
setResultDocRefId
-
getResultDocumentJson
- Specified by:
getResultDocumentJsonin interfaceBatchPart
-
setResultDocumentJson
- Specified by:
setResultDocumentJsonin interfaceBatchPartEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceBatchPart
-
setTenantId
- Specified by:
setTenantIdin interfaceBatchPartEntity
-