Class AgentInvocationEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<AgentInvocationEntity,AgentInvocationDataManager>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<AgentEngineConfiguration,AgentInvocationEntity,AgentInvocationDataManager>
com.flowable.agent.engine.impl.persistence.entity.AgentInvocationEntityManagerImpl
- All Implemented Interfaces:
AgentInvocationEntityManager,org.flowable.common.engine.impl.persistence.entity.EntityManager<AgentInvocationEntity>
public class AgentInvocationEntityManagerImpl
extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<AgentEngineConfiguration,AgentInvocationEntity,AgentInvocationDataManager>
implements AgentInvocationEntityManager
-
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
ConstructorsConstructorDescriptionAgentInvocationEntityManagerImpl(AgentEngineConfiguration engineConfiguration, AgentInvocationDataManager dataManager) -
Method Summary
Modifier and TypeMethodDescriptionlongcountByCriteria(AgentInvocationQuery agentInvocationQuery) Returns a builder for building the context of an agent invocation.voiddeleteByAgentInstanceId(String agentInstanceId) voiddeleteByAgentInstanceIds(Collection<String> agentInstanceIds) findByCriteria(AgentInvocationQuery agentInvocationQuery) 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
-
AgentInvocationEntityManagerImpl
public AgentInvocationEntityManagerImpl(AgentEngineConfiguration engineConfiguration, AgentInvocationDataManager dataManager)
-
-
Method Details
-
createAgentInvocationContextBuilder
Description copied from interface:AgentInvocationEntityManagerReturns a builder for building the context of an agent invocation. A newAgentInvocationEntitywill also be created while doing so and the invocationId will be added to this context.- Specified by:
createAgentInvocationContextBuilderin interfaceAgentInvocationEntityManager
-
findByCriteria
- Specified by:
findByCriteriain interfaceAgentInvocationEntityManager
-
countByCriteria
- Specified by:
countByCriteriain interfaceAgentInvocationEntityManager
-
deleteByAgentInstanceId
- Specified by:
deleteByAgentInstanceIdin interfaceAgentInvocationEntityManager
-
deleteByAgentInstanceIds
- Specified by:
deleteByAgentInstanceIdsin interfaceAgentInvocationEntityManager
-