Uses of Interface
com.flowable.action.api.history.HistoricActionLink
-
Uses of HistoricActionLink in com.flowable.action.engine.impl.history
Methods in com.flowable.action.engine.impl.history that return types with arguments of type HistoricActionLink Modifier and Type Method Description java.util.List<HistoricActionLink>
HistoricActionLinkQueryImpl. executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of HistoricActionLink in com.flowable.action.engine.impl.persistence.entity
Subinterfaces of HistoricActionLink in com.flowable.action.engine.impl.persistence.entity Modifier and Type Interface Description interface
HistoricActionLinkEntity
Classes in com.flowable.action.engine.impl.persistence.entity that implement HistoricActionLink Modifier and Type Class Description class
HistoricActionLinkEntityImpl
Methods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type HistoricActionLink Modifier and Type Method Description java.util.List<HistoricActionLink>
HistoricActionLinkEntityManager. findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
java.util.List<HistoricActionLink>
HistoricActionLinkEntityManagerImpl. findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
-
Uses of HistoricActionLink in com.flowable.action.engine.impl.persistence.entity.data
Methods in com.flowable.action.engine.impl.persistence.entity.data that return types with arguments of type HistoricActionLink Modifier and Type Method Description java.util.List<HistoricActionLink>
HistoricActionLinkDataManager. findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
-
Uses of HistoricActionLink in com.flowable.action.engine.impl.persistence.entity.data.impl
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type HistoricActionLink Modifier and Type Method Description java.util.List<HistoricActionLink>
MybatisHistoricActionLinkDataManager. findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)