public interface BatchPart
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchId()
The id of the batch that this batch part is linked to
|
String |
getBatchSearchKey()
The search key of the batch that this batch part is linked to
|
String |
getBatchSearchKey2()
The second search key of the batch that this batch part is linked to
|
String |
getBatchType()
The type of the batch that this batch part is linked to
|
Date |
getCompleteTime()
The time the batch part was completed
|
Date |
getCreateTime()
The time the batch part was created
|
String |
getId()
The technical id of the batch part
|
String |
getResultDocumentJson(String engineType)
The result document of the batch part
|
String |
getScopeId()
The scope id of the batch part
|
String |
getScopeType()
The scope type of the batch part
|
String |
getSearchKey()
The search key of the batch part
|
String |
getSearchKey2()
The second search key of the batch part
|
String |
getStatus()
The status of the batch part
|
String |
getSubScopeId()
The sub scope id of the batch part
|
String |
getTenantId()
The tenant id of the batch part
|
String |
getType()
The type of the batch part
|
boolean |
isCompleted()
Whether the batch part is completed
|
String getId()
String getType()
String getBatchType()
String getBatchId()
Date getCreateTime()
Date getCompleteTime()
boolean isCompleted()
String getSearchKey()
String getSearchKey2()
String getBatchSearchKey()
String getBatchSearchKey2()
String getStatus()
String getScopeId()
String getScopeType()
String getSubScopeId()
String getResultDocumentJson(String engineType)
String getTenantId()
Copyright © 2022 Flowable. All rights reserved.