Class HistoricVariableInstanceManager

All Implemented Interfaces:
Session

public class HistoricVariableInstanceManager extends AbstractHistoricManager
Author:
Christian Lipphardt (camunda)
  • Constructor Details

    • HistoricVariableInstanceManager

      public HistoricVariableInstanceManager()
  • Method Details

    • deleteHistoricVariableInstanceByVariableInstanceId

      public void deleteHistoricVariableInstanceByVariableInstanceId(String historicVariableInstanceId)
    • deleteHistoricVariableInstanceByProcessInstanceIds

      public void deleteHistoricVariableInstanceByProcessInstanceIds(List<String> historicProcessInstanceIds)
    • deleteHistoricVariableInstancesByTaskProcessInstanceIds

      public void deleteHistoricVariableInstancesByTaskProcessInstanceIds(List<String> historicProcessInstanceIds)
    • deleteHistoricVariableInstanceByCaseInstanceId

      public void deleteHistoricVariableInstanceByCaseInstanceId(String historicCaseInstanceId)
    • deleteHistoricVariableInstancesByCaseInstanceIds

      public void deleteHistoricVariableInstancesByCaseInstanceIds(List<String> historicCaseInstanceIds)
    • deleteHistoricVariableInstances

      protected void deleteHistoricVariableInstances(Map<String,Object> parameters)
    • deleteHistoricVariableInstancesByProcessCaseInstanceId

      protected void deleteHistoricVariableInstancesByProcessCaseInstanceId(String historicProcessInstanceId, String historicCaseInstanceId)
    • findHistoricVariableInstancesByProcessInstanceId

      public List<HistoricVariableInstance> findHistoricVariableInstancesByProcessInstanceId(String processInstanceId)
    • findHistoricVariableInstancesByCaseInstanceId

      public List<HistoricVariableInstance> findHistoricVariableInstancesByCaseInstanceId(String caseInstanceId)
    • findHistoricVariableInstanceCountByQueryCriteria

      public long findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
    • findHistoricVariableInstancesByQueryCriteria

      public List<HistoricVariableInstance> findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
    • findHistoricVariableInstanceByVariableInstanceId

      public HistoricVariableInstanceEntity findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId)
    • deleteHistoricVariableInstancesByTaskId

      public void deleteHistoricVariableInstancesByTaskId(String taskId)
    • addRemovalTimeToVariableInstancesByRootProcessInstanceId

      public DbOperation addRemovalTimeToVariableInstancesByRootProcessInstanceId(String rootProcessInstanceId, Date removalTime, Integer batchSize)
    • addRemovalTimeToVariableInstancesByProcessInstanceId

      public DbOperation addRemovalTimeToVariableInstancesByProcessInstanceId(String processInstanceId, Date removalTime, Integer batchSize)
    • findHistoricVariableInstancesByNativeQuery

      public List<HistoricVariableInstance> findHistoricVariableInstancesByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
    • findHistoricVariableInstanceCountByNativeQuery

      public long findHistoricVariableInstanceCountByNativeQuery(Map<String,Object> parameterMap)
    • configureQuery

      protected void configureQuery(HistoricVariableInstanceQueryImpl query)
    • deleteHistoricVariableInstancesByRemovalTime

      public DbOperation deleteHistoricVariableInstancesByRemovalTime(Date removalTime, int minuteFrom, int minuteTo, int batchSize)