Interface HistoricTaskLogEntryEntityManager

All Superinterfaces:
EntityManager<HistoricTaskLogEntryEntity>
All Known Implementing Classes:
HistoricTaskLogEntryEntityManagerImpl

public interface HistoricTaskLogEntryEntityManager extends EntityManager<HistoricTaskLogEntryEntity>
Author:
martin.grofcik
  • Method Details

    • deleteHistoricTaskLogEntry

      void deleteHistoricTaskLogEntry(long logNr)
    • createHistoricTaskLogEntry

      void createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder)
    • findHistoricTaskLogEntriesByQueryCriteria

      List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
    • findHistoricTaskLogEntriesCountByQueryCriteria

      long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
    • findHistoricTaskLogEntriesByNativeQueryCriteria

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

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

      void deleteHistoricTaskLogEntriesForProcessDefinition(String processDefinitionId)
    • deleteHistoricTaskLogEntriesForScopeDefinition

      void deleteHistoricTaskLogEntriesForScopeDefinition(String scopeType, String scopeDefinitionId)
    • deleteHistoricTaskLogEntriesForTaskId

      void deleteHistoricTaskLogEntriesForTaskId(String taskId)
    • bulkDeleteHistoricTaskLogEntriesForTaskIds

      void bulkDeleteHistoricTaskLogEntriesForTaskIds(Collection<String> taskIds)
    • deleteHistoricTaskLogEntriesForNonExistingProcessInstances

      void deleteHistoricTaskLogEntriesForNonExistingProcessInstances()
    • deleteHistoricTaskLogEntriesForNonExistingCaseInstances

      void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()