Interface AgentInvocationDataManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<AgentInvocationEntity>
- All Known Implementing Classes:
MybatisAgentInvocationDataManager
public interface AgentInvocationDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<AgentInvocationEntity>
-
Method Summary
Modifier and TypeMethodDescriptionlongcountByCriteria(AgentInvocationQueryImpl agentInvocationQuery) voiddeleteByAgentInstanceId(String agentInstanceId) voiddeleteByAgentInstanceIds(Collection<String> agentInstanceIds) findByCriteria(AgentInvocationQueryImpl agentInvocationQuery) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
create, delete, delete, findById, insert, update
-
Method Details
-
deleteByAgentInstanceId
-
deleteByAgentInstanceIds
-
countByCriteria
-
findByCriteria
-