Package com.flowable.action.api.history
Interface ActionHistoryService
-
- All Known Implementing Classes:
ActionHistoryServiceImpl
public interface ActionHistoryService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bulkDeleteHistoricActionInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType)
bulk delete historic action instances by scope ids and scope typeHistoricActionInstanceQuery
createHistoricActionInstanceQuery()
Query historic action instancesHistoricActionLinkQuery
createHistoricActionLinkQuery()
Query historic action linksvoid
deleteHistoricActionInstance(String actionInstanceId)
delete a historic action instance by id
-
-
-
Method Detail
-
createHistoricActionInstanceQuery
HistoricActionInstanceQuery createHistoricActionInstanceQuery()
Query historic action instances
-
createHistoricActionLinkQuery
HistoricActionLinkQuery createHistoricActionLinkQuery()
Query historic action links
-
deleteHistoricActionInstance
void deleteHistoricActionInstance(String actionInstanceId)
delete a historic action instance by id
-
bulkDeleteHistoricActionInstancesByScopeIdsAndScopeType
void bulkDeleteHistoricActionInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType)
bulk delete historic action instances by scope ids and scope type
-
-