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 TypeMethodDescriptionThe id of the batch that this batch part is linked toThe search key of the batch that this batch part is linked toThe second search key of the batch that this batch part is linked toThe type of the batch that this batch part is linked toThe time the batch part was completedThe time the batch part was createdReturns a representation of the object, as would be stored in the database.getResultDocumentJson(String engineType) The result document of the batch partThe scope id of the batch partThe scope type of the batch partThe search key of the batch partThe second search key of the batch partThe status of the batch partThe sub scope id of the batch partThe tenant id of the batch partgetType()The type of the batch partbooleanWhether the batch part is completedvoidsetBatchId(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
Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity
-
getType
Description copied from interface:BatchPartThe type of the batch part -
setType
- Specified by:
setTypein interfaceBatchPartEntity
-
getBatchType
Description copied from interface:BatchPartThe type of the batch that this batch part is linked to- Specified by:
getBatchTypein interfaceBatchPart
-
setBatchType
- Specified by:
setBatchTypein interfaceBatchPartEntity
-
getBatchId
Description copied from interface:BatchPartThe id of the batch that this batch part is linked to- Specified by:
getBatchIdin interfaceBatchPart
-
setBatchId
- Specified by:
setBatchIdin interfaceBatchPartEntity
-
getCreateTime
Description copied from interface:BatchPartThe time the batch part was created- Specified by:
getCreateTimein interfaceBatchPart
-
setCreateTime
- Specified by:
setCreateTimein interfaceBatchPartEntity
-
getCompleteTime
Description copied from interface:BatchPartThe time the batch part was completed- Specified by:
getCompleteTimein interfaceBatchPart
-
setCompleteTime
- Specified by:
setCompleteTimein interfaceBatchPartEntity
-
isCompleted
public boolean isCompleted()Description copied from interface:BatchPartWhether the batch part is completed- Specified by:
isCompletedin interfaceBatchPart- Specified by:
isCompletedin interfaceBatchPartEntity
-
getScopeId
Description copied from interface:BatchPartThe scope id of the batch part- Specified by:
getScopeIdin interfaceBatchPart
-
setScopeId
- Specified by:
setScopeIdin interfaceBatchPartEntity
-
getSubScopeId
Description copied from interface:BatchPartThe sub scope id of the batch part- Specified by:
getSubScopeIdin interfaceBatchPart
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceBatchPartEntity
-
getScopeType
Description copied from interface:BatchPartThe scope type of the batch part- Specified by:
getScopeTypein interfaceBatchPart
-
setScopeType
- Specified by:
setScopeTypein interfaceBatchPartEntity
-
getSearchKey
Description copied from interface:BatchPartThe search key of the batch part- Specified by:
getSearchKeyin interfaceBatchPart
-
setSearchKey
- Specified by:
setSearchKeyin interfaceBatchPartEntity
-
getSearchKey2
Description copied from interface:BatchPartThe second search key of the batch part- Specified by:
getSearchKey2in interfaceBatchPart
-
setSearchKey2
- Specified by:
setSearchKey2in interfaceBatchPartEntity
-
getBatchSearchKey
Description copied from interface:BatchPartThe search key of the batch that this batch part is linked to- Specified by:
getBatchSearchKeyin interfaceBatchPart
-
setBatchSearchKey
- Specified by:
setBatchSearchKeyin interfaceBatchPartEntity
-
getBatchSearchKey2
Description copied from interface:BatchPartThe second search key of the batch that this batch part is linked to- Specified by:
getBatchSearchKey2in interfaceBatchPart
-
setBatchSearchKey2
- Specified by:
setBatchSearchKey2in interfaceBatchPartEntity
-
getStatus
Description copied from interface:BatchPartThe status of the batch part -
setStatus
- Specified by:
setStatusin interfaceBatchPartEntity
-
getResultDocRefId
- Specified by:
getResultDocRefIdin interfaceBatchPartEntity
-
setResultDocRefId
-
getResultDocumentJson
Description copied from interface:BatchPartThe result document of the batch part- Specified by:
getResultDocumentJsonin interfaceBatchPart
-
setResultDocumentJson
- Specified by:
setResultDocumentJsonin interfaceBatchPartEntity
-
getTenantId
Description copied from interface:BatchPartThe tenant id of the batch part- Specified by:
getTenantIdin interfaceBatchPart
-
setTenantId
- Specified by:
setTenantIdin interfaceBatchPartEntity
-