Class BatchEntityImpl
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.BatchEntityImpl
- All Implemented Interfaces:
Serializable
,Batch
,BatchEntity
,HasRevision
,Entity
public class BatchEntityImpl
extends AbstractBatchServiceEntity
implements BatchEntity, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected ByteArrayRef
protected String
protected String
protected String
protected Date
protected Date
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
Fields inherited from interface org.flowable.batch.api.Batch
CASE_MIGRATION_TYPE, HISTORIC_CASE_DELETE_TYPE, HISTORIC_PROCESS_DELETE_TYPE, PROCESS_MIGRATION_TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBatchDocumentJson
(String engineType) Returns a representation of the object, as would be stored in the database.void
setBatchDocRefId
(ByteArrayRef batchDocRefId) void
setBatchDocumentJson
(String batchDocumentJson, String engineType) void
setBatchSearchKey
(String batchSearchKey) void
setBatchSearchKey2
(String batchSearchKey2) void
setBatchType
(String batchType) protected static ByteArrayRef
setByteArrayRef
(ByteArrayRef byteArrayRef, String name, String value, String engineType) void
setCompleteTime
(Date completeTime) void
setCreateTime
(Date time) void
void
setTenantId
(String tenantId) 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_DOCUMENT_JSON_LABEL
- See Also:
-
batchType
-
createTime
-
completeTime
-
batchSearchKey
-
batchSearchKey2
-
status
-
batchDocRefId
-
tenantId
-
-
Constructor Details
-
BatchEntityImpl
public BatchEntityImpl()
-
-
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
-
getBatchType
- Specified by:
getBatchType
in interfaceBatch
-
setBatchType
- Specified by:
setBatchType
in interfaceBatchEntity
-
getCreateTime
- Specified by:
getCreateTime
in interfaceBatch
-
setCreateTime
- Specified by:
setCreateTime
in interfaceBatchEntity
-
getCompleteTime
- Specified by:
getCompleteTime
in interfaceBatch
-
setCompleteTime
- Specified by:
setCompleteTime
in interfaceBatchEntity
-
getBatchSearchKey
- Specified by:
getBatchSearchKey
in interfaceBatch
-
setBatchSearchKey
- Specified by:
setBatchSearchKey
in interfaceBatchEntity
-
getBatchSearchKey2
- Specified by:
getBatchSearchKey2
in interfaceBatch
-
setBatchSearchKey2
- Specified by:
setBatchSearchKey2
in interfaceBatchEntity
-
getStatus
-
setStatus
- Specified by:
setStatus
in interfaceBatchEntity
-
getBatchDocRefId
- Specified by:
getBatchDocRefId
in interfaceBatchEntity
-
setBatchDocRefId
-
getBatchDocumentJson
- Specified by:
getBatchDocumentJson
in interfaceBatch
-
setBatchDocumentJson
- Specified by:
setBatchDocumentJson
in interfaceBatchEntity
-
getTenantId
- Specified by:
getTenantId
in interfaceBatch
-
setTenantId
- Specified by:
setTenantId
in interfaceBatchEntity
-
setByteArrayRef
protected static ByteArrayRef setByteArrayRef(ByteArrayRef byteArrayRef, String name, String value, String engineType)
-