Package com.flowable.agent.api.history
Interface AgentHistoryService
- All Known Implementing Classes:
AgentHistoryServiceImpl
public interface AgentHistoryService
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteHistoricAgentInstancesByScopeIdAndScopeType(String scopeId, String scopeType) voidbulkDeleteHistoricAgentInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType)
-
Method Details
-
createHistoricAgentInstanceQuery
HistoricAgentInstanceQuery createHistoricAgentInstanceQuery() -
createAgentInvocationQuery
AgentInvocationQuery createAgentInvocationQuery() -
createAgentInvocationExchangeQuery
AgentInvocationExchangeQuery createAgentInvocationExchangeQuery() -
createAgentInvocationExchangePartQuery
AgentInvocationExchangePartQuery createAgentInvocationExchangePartQuery() -
createHistoricAgentInstanceKnowledgeBaseLinkQuery
HistoricAgentInstanceKnowledgeBaseLinkQuery createHistoricAgentInstanceKnowledgeBaseLinkQuery() -
bulkDeleteHistoricAgentInstancesByScopeIdAndScopeType
-
bulkDeleteHistoricAgentInstancesByScopeIdsAndScopeType
void bulkDeleteHistoricAgentInstancesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType)
-