Package org.flowable.batch.api
Interface Batch
public interface Batch
-
Field Details
-
PROCESS_MIGRATION_TYPE
- See Also:
-
CASE_MIGRATION_TYPE
- See Also:
-
HISTORIC_PROCESS_DELETE_TYPE
- See Also:
-
HISTORIC_CASE_DELETE_TYPE
- See Also:
-
-
Method Details
-
getId
String getId() -
getBatchType
String getBatchType() -
getCreateTime
Date getCreateTime() -
getCompleteTime
Date getCompleteTime() -
getBatchSearchKey
String getBatchSearchKey() -
getBatchSearchKey2
String getBatchSearchKey2() -
getStatus
String getStatus() -
getBatchDocumentJson
-
getTenantId
String getTenantId()
-