Interface AgentInvocationExchangeDataManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<AgentInvocationExchangeEntity>
- All Known Implementing Classes:
MybatisAgentInvocationExchangeDataManager
public interface AgentInvocationExchangeDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<AgentInvocationExchangeEntity>
-
Method Summary
Modifier and TypeMethodDescriptionlongvoiddeleteByAgentInstanceId(String agentInstanceId) voiddeleteByAgentInstanceIds(Collection<String> agentInstanceIds) 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
-