Class HistoricActionLinkQueryImpl

java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<HistoricActionLinkQuery,HistoricActionLink>
com.flowable.action.engine.impl.history.HistoricActionLinkQueryImpl
All Implemented Interfaces:
HistoricActionLinkQuery, Serializable, org.flowable.common.engine.api.query.CacheAwareQuery<HistoricActionLinkEntity>, org.flowable.common.engine.api.query.Query<HistoricActionLinkQuery,HistoricActionLink>, org.flowable.common.engine.impl.interceptor.Command<Object>

public class HistoricActionLinkQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<HistoricActionLinkQuery,HistoricActionLink> implements HistoricActionLinkQuery, org.flowable.common.engine.api.query.CacheAwareQuery<HistoricActionLinkEntity>, Serializable
Author:
Joram Barrez
See Also: