Interface HistoricTaskLogEntryDataManager

All Superinterfaces:
DataManager<HistoricTaskLogEntryEntity>
All Known Implementing Classes:
MyBatisHistoricTaskLogEntryDataManager

public interface HistoricTaskLogEntryDataManager extends DataManager<HistoricTaskLogEntryEntity>
author martin.grofcik
  • Method Details

    • deleteHistoricTaskLogEntry

      void deleteHistoricTaskLogEntry(long logEntryNumber)
    • findHistoricTaskLogEntriesCountByQueryCriteria

      long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
    • findHistoricTaskLogEntriesByQueryCriteria

      List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
    • findHistoricTaskLogEntriesCountByNativeQueryCriteria

      long findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
    • findHistoricTaskLogEntriesByNativeQueryCriteria

      List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
    • deleteHistoricTaskLogEntriesByProcessDefinitionId

      void deleteHistoricTaskLogEntriesByProcessDefinitionId(String processDefinitionId)
    • deleteHistoricTaskLogEntriesByScopeDefinitionId

      void deleteHistoricTaskLogEntriesByScopeDefinitionId(String scopeType, String scopeDefinitionId)
    • deleteHistoricTaskLogEntriesByTaskId

      void deleteHistoricTaskLogEntriesByTaskId(String taskId)
    • bulkDeleteHistoricTaskLogEntriesForTaskIds

      void bulkDeleteHistoricTaskLogEntriesForTaskIds(Collection<String> taskIds)
    • deleteHistoricTaskLogEntriesForNonExistingProcessInstances

      void deleteHistoricTaskLogEntriesForNonExistingProcessInstances()
    • deleteHistoricTaskLogEntriesForNonExistingCaseInstances

      void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()