Class CmmnHistoricVariableInstanceQueryImpl

java.lang.Object
org.flowable.cmmn.engine.impl.history.CmmnHistoricVariableInstanceQueryImpl
All Implemented Interfaces:
HistoricVariableInstanceQuery, Query<HistoricVariableInstanceQuery,HistoricVariableInstance>

public class CmmnHistoricVariableInstanceQueryImpl extends Object implements HistoricVariableInstanceQuery
Wrapper class around the HistoricVariableInstanceQueryImpl from the variable service, specialized for usage in CMMN.
Author:
Joram Barrez