Class AgentRuntimeServiceImpl
java.lang.Object
org.flowable.common.engine.impl.service.CommonServiceImpl<AgentEngineConfiguration>
org.flowable.common.engine.impl.service.CommonEngineServiceImpl<AgentEngineConfiguration>
com.flowable.agent.engine.impl.runtime.AgentRuntimeServiceImpl
- All Implemented Interfaces:
AgentRuntimeService
public class AgentRuntimeServiceImpl
extends org.flowable.common.engine.impl.service.CommonEngineServiceImpl<AgentEngineConfiguration>
implements AgentRuntimeService
-
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 TypeMethodDescriptionaiEvaluationBuilder(String agentInstanceId) aiEvaluationBuilder(String referenceId, String referenceType) continueAgentInstanceExchange(ContinueAgentInstanceExchangeBuilderImpl agentInstanceExchangeBuilder) org.flowable.eventsubscription.api.EventSubscriptionQueryvoiddeleteAgentInstance(String agentInstanceId) 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
-
AgentRuntimeServiceImpl
-
-
Method Details
-
createAgentInstanceBuilder
- Specified by:
createAgentInstanceBuilderin interfaceAgentRuntimeService
-
createAgentInstanceExchangeBuilder
- Specified by:
createAgentInstanceExchangeBuilderin interfaceAgentRuntimeService
-
createAgentInstanceQuery
- Specified by:
createAgentInstanceQueryin interfaceAgentRuntimeService
-
createKnowledgeBaseItemQuery
- Specified by:
createKnowledgeBaseItemQueryin interfaceAgentRuntimeService
-
createKnowledgeBaseItemSectionQuery
- Specified by:
createKnowledgeBaseItemSectionQueryin interfaceAgentRuntimeService
-
deleteAgentInstance
- Specified by:
deleteAgentInstancein interfaceAgentRuntimeService
-
continueAgentInstanceExchange
public AgentInstance continueAgentInstanceExchange(ContinueAgentInstanceExchangeBuilderImpl agentInstanceExchangeBuilder) -
aiEvaluationBuilder
- Specified by:
aiEvaluationBuilderin interfaceAgentRuntimeService
-
aiEvaluationBuilder
- Specified by:
aiEvaluationBuilderin interfaceAgentRuntimeService
-
createEventSubscriptionQuery
public org.flowable.eventsubscription.api.EventSubscriptionQuery createEventSubscriptionQuery()- Specified by:
createEventSubscriptionQueryin interfaceAgentRuntimeService
-