Interface ActionHistoryService

All Known Implementing Classes:
ActionHistoryServiceImpl

public interface ActionHistoryService
  • Method Details

    • 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