Package | Description |
---|---|
com.flowable.action.api.history | |
com.flowable.action.engine.impl.history | |
com.flowable.action.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
HistoricActionLinkQuery |
HistoricActionLinkQuery.actionDefinitionId(String actionDefinitionId) |
HistoricActionLinkQuery |
HistoricActionLinkQuery.actionInstanceId(String actionInstanceId) |
HistoricActionLinkQuery |
HistoricActionLinkQuery.createdAfter(Date afterTime) |
HistoricActionLinkQuery |
HistoricActionLinkQuery.createdBefore(Date beforeTime) |
HistoricActionLinkQuery |
ActionHistoryService.createHistoricActionLinkQuery()
Query historic action links
|
HistoricActionLinkQuery |
HistoricActionLinkQuery.id(String id) |
HistoricActionLinkQuery |
HistoricActionLinkQuery.ids(Set<String> ids) |
HistoricActionLinkQuery |
HistoricActionLinkQuery.scopeId(String scopeId) |
HistoricActionLinkQuery |
HistoricActionLinkQuery.scopeType(String scopeType) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricActionLinkQueryImpl |
Modifier and Type | Method and Description |
---|---|
HistoricActionLinkQuery |
HistoricActionLinkQueryImpl.actionInstanceId(String actionInstanceId) |
HistoricActionLinkQuery |
HistoricActionLinkQueryImpl.createdAfter(Date afterTime) |
HistoricActionLinkQuery |
HistoricActionLinkQueryImpl.createdBefore(Date beforeTime) |
HistoricActionLinkQuery |
ActionHistoryServiceImpl.createHistoricActionLinkQuery() |
Modifier and Type | Method and Description |
---|---|
HistoricActionLinkQuery |
HistoricActionLinkEntityManagerImpl.createHistoricActionLinkQuery() |
HistoricActionLinkQuery |
HistoricActionLinkEntityManager.createHistoricActionLinkQuery() |