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 Stringprotected ByteArrayRefprotected Stringprotected Stringprotected Stringprotected Dateprotected Dateprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revisionFields 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.voidsetBatchDocRefId(ByteArrayRef batchDocRefId) voidsetBatchDocumentJson(String batchDocumentJson, String engineType) voidsetBatchSearchKey(String batchSearchKey) voidsetBatchSearchKey2(String batchSearchKey2) voidsetBatchType(String batchType) protected static ByteArrayRefsetByteArrayRef(ByteArrayRef byteArrayRef, String name, String value, String engineType) voidsetCompleteTime(Date completeTime) voidsetCreateTime(Date time) voidvoidsetTenantId(String tenantId) Methods 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_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: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
-
getBatchType
- Specified by:
getBatchTypein interfaceBatch
-
setBatchType
- Specified by:
setBatchTypein interfaceBatchEntity
-
getCreateTime
- Specified by:
getCreateTimein interfaceBatch
-
setCreateTime
- Specified by:
setCreateTimein interfaceBatchEntity
-
getCompleteTime
- Specified by:
getCompleteTimein interfaceBatch
-
setCompleteTime
- Specified by:
setCompleteTimein interfaceBatchEntity
-
getBatchSearchKey
- Specified by:
getBatchSearchKeyin interfaceBatch
-
setBatchSearchKey
- Specified by:
setBatchSearchKeyin interfaceBatchEntity
-
getBatchSearchKey2
- Specified by:
getBatchSearchKey2in interfaceBatch
-
setBatchSearchKey2
- Specified by:
setBatchSearchKey2in interfaceBatchEntity
-
getStatus
-
setStatus
- Specified by:
setStatusin interfaceBatchEntity
-
getBatchDocRefId
- Specified by:
getBatchDocRefIdin interfaceBatchEntity
-
setBatchDocRefId
-
getBatchDocumentJson
- Specified by:
getBatchDocumentJsonin interfaceBatch
-
setBatchDocumentJson
- Specified by:
setBatchDocumentJsonin interfaceBatchEntity
-
getTenantId
- Specified by:
getTenantIdin interfaceBatch
-
setTenantId
- Specified by:
setTenantIdin interfaceBatchEntity
-
setByteArrayRef
protected static ByteArrayRef setByteArrayRef(ByteArrayRef byteArrayRef, String name, String value, String engineType)
-