Package org.flowable.batch.api
Interface BatchBuilder
public interface BatchBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbatchDocumentJson
(String batchDocumentJson) create()
searchKey2
(String searchKey2)
-
Method Details
-
batchType
-
searchKey
-
searchKey2
-
status
-
batchDocumentJson
-
tenantId
-
create
Batch create() -
getBatchType
String getBatchType() -
getSearchKey
String getSearchKey() -
getSearchKey2
String getSearchKey2() -
getStatus
String getStatus() -
getBatchDocumentJson
String getBatchDocumentJson() -
getTenantId
String getTenantId()
-