Class AgentHistoryServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<AgentEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<AgentEngineConfiguration>
com.flowable.agent.engine.impl.history.AgentHistoryServiceImpl
- All Implemented Interfaces:
AgentHistoryService
public class AgentHistoryServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<AgentEngineConfiguration>
implements AgentHistoryService
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
commandExecutorFields inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteHistoricAgentInstancesByScopeIdAndScopeType(String scopeId, String scopeType) voidbulkDeleteHistoricAgentInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) Methods inherited from class org.flowable.common.engine.impl.service.CommonEngineServiceImpl
getCommandExecutor, setCommandExecutorMethods inherited from class org.flowable.common.engine.impl.service.CommonServiceImpl
getConfiguration
-
Constructor Details
-
AgentHistoryServiceImpl
-
-
Method Details
-
createHistoricAgentInstanceQuery
- Specified by:
createHistoricAgentInstanceQueryin interfaceAgentHistoryService
-
createAgentInvocationQuery
- Specified by:
createAgentInvocationQueryin interfaceAgentHistoryService
-
createAgentInvocationExchangeQuery
- Specified by:
createAgentInvocationExchangeQueryin interfaceAgentHistoryService
-
createAgentInvocationExchangePartQuery
- Specified by:
createAgentInvocationExchangePartQueryin interfaceAgentHistoryService
-
createHistoricAgentInstanceKnowledgeBaseLinkQuery
public HistoricAgentInstanceKnowledgeBaseLinkQuery createHistoricAgentInstanceKnowledgeBaseLinkQuery()- Specified by:
createHistoricAgentInstanceKnowledgeBaseLinkQueryin interfaceAgentHistoryService
-
bulkDeleteHistoricAgentInstancesByScopeIdAndScopeType
- Specified by:
bulkDeleteHistoricAgentInstancesByScopeIdAndScopeTypein interfaceAgentHistoryService
-
bulkDeleteHistoricAgentInstancesByScopeIdsAndScopeType
public void bulkDeleteHistoricAgentInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) - Specified by:
bulkDeleteHistoricAgentInstancesByScopeIdsAndScopeTypein interfaceAgentHistoryService
-