Class AgentInvocationExchangeEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<AgentInvocationExchangeEntity,AgentInvocationExchangeDataManager>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<AgentEngineConfiguration,AgentInvocationExchangeEntity,AgentInvocationExchangeDataManager>
com.flowable.agent.engine.impl.persistence.entity.AgentInvocationExchangeEntityManagerImpl
- All Implemented Interfaces:
AgentInvocationExchangeEntityManager,org.flowable.common.engine.impl.persistence.entity.EntityManager<AgentInvocationExchangeEntity>
public class AgentInvocationExchangeEntityManagerImpl
extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<AgentEngineConfiguration,AgentInvocationExchangeEntity,AgentInvocationExchangeDataManager>
implements AgentInvocationExchangeEntityManager
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
engineConfigurationFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
dataManager, engineType -
Constructor Summary
ConstructorsConstructorDescriptionAgentInvocationExchangeEntityManagerImpl(AgentEngineConfiguration engineConfiguration, AgentInvocationExchangeDataManager dataManager) -
Method Summary
Modifier and TypeMethodDescriptionlongvoiddeleteByAgentInstanceId(String agentInstanceId) voiddeleteByAgentInstanceIds(Collection<String> agentInstanceIds) Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatcherMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
create, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Constructor Details
-
AgentInvocationExchangeEntityManagerImpl
public AgentInvocationExchangeEntityManagerImpl(AgentEngineConfiguration engineConfiguration, AgentInvocationExchangeDataManager dataManager)
-
-
Method Details
-
countByCriteria
- Specified by:
countByCriteriain interfaceAgentInvocationExchangeEntityManager
-
findByCriteria
- Specified by:
findByCriteriain interfaceAgentInvocationExchangeEntityManager
-
deleteByAgentInstanceId
- Specified by:
deleteByAgentInstanceIdin interfaceAgentInvocationExchangeEntityManager
-
deleteByAgentInstanceIds
- Specified by:
deleteByAgentInstanceIdsin interfaceAgentInvocationExchangeEntityManager
-