public interface HistoricTaskLogEntryEntityManager extends EntityManager<HistoricTaskLogEntryEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) |
void |
deleteHistoricTaskLogEntriesForProcessDefinition(String processDefinitionId) |
void |
deleteHistoricTaskLogEntriesForScopeDefinition(String scopeType,
String scopeDefinitionId) |
void |
deleteHistoricTaskLogEntriesForTaskId(String taskId) |
void |
deleteHistoricTaskLogEntry(long logNr) |
List<HistoricTaskLogEntry> |
findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery) |
List<HistoricTaskLogEntry> |
findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) |
long |
findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery) |
long |
findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) |
void deleteHistoricTaskLogEntry(long logNr)
void createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder)
List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
long findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
void deleteHistoricTaskLogEntriesForProcessDefinition(String processDefinitionId)
void deleteHistoricTaskLogEntriesForScopeDefinition(String scopeType, String scopeDefinitionId)
void deleteHistoricTaskLogEntriesForTaskId(String taskId)
Copyright © 2019 Flowable. All rights reserved.