Serialized Form
-
Package org.flowable.batch.service.impl
-
Class org.flowable.batch.service.impl.BatchPartQueryImpl
-
Serialized Fields
-
batchId
String batchId
-
batchSearchKey
String batchSearchKey
-
batchSearchKey2
String batchSearchKey2
-
batchServiceConfiguration
BatchServiceConfiguration batchServiceConfiguration
-
batchType
String batchType
-
completed
boolean completed
-
id
String id
-
scopeId
String scopeId
-
scopeType
String scopeType
-
searchKey
String searchKey
-
searchKey2
String searchKey2
-
status
String status
-
subScopeId
String subScopeId
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
type
String type
-
withoutTenantId
boolean withoutTenantId
-
-
-
Class org.flowable.batch.service.impl.BatchPartQueryProperty
class BatchPartQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.flowable.batch.service.impl.BatchQueryImpl
- serialVersionUID:
- 1L
-
Serialized Fields
-
batchServiceConfiguration
BatchServiceConfiguration batchServiceConfiguration
-
batchType
String batchType
-
batchTypes
Collection<String> batchTypes
-
completeTimeHigherThan
Date completeTimeHigherThan
-
completeTimeLowerThan
Date completeTimeLowerThan
-
createTimeHigherThan
Date createTimeHigherThan
-
createTimeLowerThan
Date createTimeLowerThan
-
id
String id
-
searchKey
String searchKey
-
searchKey2
String searchKey2
-
status
String status
-
tenantId
String tenantId
-
tenantIdLike
String tenantIdLike
-
withoutTenantId
boolean withoutTenantId
-
-
Class org.flowable.batch.service.impl.BatchQueryProperty
class BatchQueryProperty extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package org.flowable.batch.service.impl.persistence.entity
-
Class org.flowable.batch.service.impl.persistence.entity.BatchEntityImpl
class BatchEntityImpl extends AbstractBatchServiceEntity implements Serializable- serialVersionUID:
- 1L
-
Class org.flowable.batch.service.impl.persistence.entity.BatchPartEntityImpl
class BatchPartEntityImpl extends AbstractBatchServiceEntity implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
batchId
String batchId
-
batchSearchKey
String batchSearchKey
-
batchSearchKey2
String batchSearchKey2
-
batchType
String batchType
-
completeTime
Date completeTime
-
createTime
Date createTime
-
resultDocRefId
ByteArrayRef resultDocRefId
-
scopeId
String scopeId
-
scopeType
String scopeType
-
searchKey
String searchKey
-
searchKey2
String searchKey2
-
status
String status
-
subScopeId
String subScopeId
-
tenantId
String tenantId
-
type
String type
-
-