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 String
protected String
protected String
protected String
protected String
protected Date
protected Date
protected ByteArrayRef
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields 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 partboolean
Whether the batch part is completedvoid
setBatchId
(String batchId) void
setBatchSearchKey
(String batchSearchKey) void
setBatchSearchKey2
(String batchSearchKey2) void
setBatchType
(String batchType) void
setCompleteTime
(Date time) void
setCreateTime
(Date time) void
setResultDocRefId
(ByteArrayRef resultDocRefId) void
setResultDocumentJson
(String resultDocumentJson, String engineType) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setSearchKey
(String searchKey) void
setSearchKey2
(String searchKey2) void
void
setSubScopeId
(String subScopeId) void
setTenantId
(String tenantId) void
Methods inherited from class org.flowable.batch.service.impl.persistence.entity.AbstractBatchServiceEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods 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:Entity
Returns 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:
getPersistentState
in interfaceEntity
-
getType
Description copied from interface:BatchPart
The type of the batch part -
setType
- Specified by:
setType
in interfaceBatchPartEntity
-
getBatchType
Description copied from interface:BatchPart
The type of the batch that this batch part is linked to- Specified by:
getBatchType
in interfaceBatchPart
-
setBatchType
- Specified by:
setBatchType
in interfaceBatchPartEntity
-
getBatchId
Description copied from interface:BatchPart
The id of the batch that this batch part is linked to- Specified by:
getBatchId
in interfaceBatchPart
-
setBatchId
- Specified by:
setBatchId
in interfaceBatchPartEntity
-
getCreateTime
Description copied from interface:BatchPart
The time the batch part was created- Specified by:
getCreateTime
in interfaceBatchPart
-
setCreateTime
- Specified by:
setCreateTime
in interfaceBatchPartEntity
-
getCompleteTime
Description copied from interface:BatchPart
The time the batch part was completed- Specified by:
getCompleteTime
in interfaceBatchPart
-
setCompleteTime
- Specified by:
setCompleteTime
in interfaceBatchPartEntity
-
isCompleted
public boolean isCompleted()Description copied from interface:BatchPart
Whether the batch part is completed- Specified by:
isCompleted
in interfaceBatchPart
- Specified by:
isCompleted
in interfaceBatchPartEntity
-
getScopeId
Description copied from interface:BatchPart
The scope id of the batch part- Specified by:
getScopeId
in interfaceBatchPart
-
setScopeId
- Specified by:
setScopeId
in interfaceBatchPartEntity
-
getSubScopeId
Description copied from interface:BatchPart
The sub scope id of the batch part- Specified by:
getSubScopeId
in interfaceBatchPart
-
setSubScopeId
- Specified by:
setSubScopeId
in interfaceBatchPartEntity
-
getScopeType
Description copied from interface:BatchPart
The scope type of the batch part- Specified by:
getScopeType
in interfaceBatchPart
-
setScopeType
- Specified by:
setScopeType
in interfaceBatchPartEntity
-
getSearchKey
Description copied from interface:BatchPart
The search key of the batch part- Specified by:
getSearchKey
in interfaceBatchPart
-
setSearchKey
- Specified by:
setSearchKey
in interfaceBatchPartEntity
-
getSearchKey2
Description copied from interface:BatchPart
The second search key of the batch part- Specified by:
getSearchKey2
in interfaceBatchPart
-
setSearchKey2
- Specified by:
setSearchKey2
in interfaceBatchPartEntity
-
getBatchSearchKey
Description copied from interface:BatchPart
The search key of the batch that this batch part is linked to- Specified by:
getBatchSearchKey
in interfaceBatchPart
-
setBatchSearchKey
- Specified by:
setBatchSearchKey
in interfaceBatchPartEntity
-
getBatchSearchKey2
Description copied from interface:BatchPart
The second search key of the batch that this batch part is linked to- Specified by:
getBatchSearchKey2
in interfaceBatchPart
-
setBatchSearchKey2
- Specified by:
setBatchSearchKey2
in interfaceBatchPartEntity
-
getStatus
Description copied from interface:BatchPart
The status of the batch part -
setStatus
- Specified by:
setStatus
in interfaceBatchPartEntity
-
getResultDocRefId
- Specified by:
getResultDocRefId
in interfaceBatchPartEntity
-
setResultDocRefId
-
getResultDocumentJson
Description copied from interface:BatchPart
The result document of the batch part- Specified by:
getResultDocumentJson
in interfaceBatchPart
-
setResultDocumentJson
- Specified by:
setResultDocumentJson
in interfaceBatchPartEntity
-
getTenantId
Description copied from interface:BatchPart
The tenant id of the batch part- Specified by:
getTenantId
in interfaceBatchPart
-
setTenantId
- Specified by:
setTenantId
in interfaceBatchPartEntity
-