Class HistoricVariableInstanceManager

  • All Implemented Interfaces:
    Session

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

      • HistoricVariableInstanceManager

        public HistoricVariableInstanceManager()
    • Method Detail

      • 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)
      • findHistoricVariableInstanceCountByQueryCriteria

        public long findHistoricVariableInstanceCountByQueryCriteria​(HistoricVariableInstanceQueryImpl historicProcessVariableQuery)
      • deleteHistoricVariableInstancesByTaskId

        public void deleteHistoricVariableInstancesByTaskId​(String taskId)
      • addRemovalTimeToVariableInstancesByRootProcessInstanceId

        public void addRemovalTimeToVariableInstancesByRootProcessInstanceId​(String rootProcessInstanceId,
                                                                             Date removalTime)
      • addRemovalTimeToVariableInstancesByProcessInstanceId

        public void addRemovalTimeToVariableInstancesByProcessInstanceId​(String processInstanceId,
                                                                         Date removalTime)
      • findHistoricVariableInstanceCountByNativeQuery

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

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