Interface AgentInvocationExchangeEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<AgentInvocationExchangeEntity>
- All Known Implementing Classes:
AgentInvocationExchangeEntityManagerImpl
public interface AgentInvocationExchangeEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<AgentInvocationExchangeEntity>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlongvoiddeleteByAgentInstanceId(String agentInstanceId) voiddeleteByAgentInstanceIds(Collection<String> agentInstanceIds) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
findByCriteria
-
countByCriteria
-
deleteByAgentInstanceId
-
deleteByAgentInstanceIds
-