Uses of Interface
com.flowable.agent.api.runtime.AgentRuntimeService
Packages that use AgentRuntimeService
Package
Description
-
Uses of AgentRuntimeService in com.flowable.agent.api
Methods in com.flowable.agent.api that return AgentRuntimeService -
Uses of AgentRuntimeService in com.flowable.agent.engine
Fields in com.flowable.agent.engine declared as AgentRuntimeServiceModifier and TypeFieldDescriptionprotected AgentRuntimeServiceAgentEngineConfiguration.agentRuntimeServiceMethods in com.flowable.agent.engine that return AgentRuntimeServiceModifier and TypeMethodDescriptionAgentEngine.getAgentRuntimeService()AgentEngineConfiguration.getAgentRuntimeService()Methods in com.flowable.agent.engine with parameters of type AgentRuntimeServiceModifier and TypeMethodDescriptionvoidAgentEngineConfiguration.setAgentRuntimeService(AgentRuntimeService agentRuntimeService) -
Uses of AgentRuntimeService in com.flowable.agent.engine.impl
Fields in com.flowable.agent.engine.impl declared as AgentRuntimeServiceModifier and TypeFieldDescriptionprotected AgentRuntimeServiceAgentEngineImpl.agentRuntimeServiceMethods in com.flowable.agent.engine.impl that return AgentRuntimeService -
Uses of AgentRuntimeService in com.flowable.agent.engine.impl.action
Fields in com.flowable.agent.engine.impl.action declared as AgentRuntimeServiceModifier and TypeFieldDescriptionprotected AgentRuntimeServiceAgentScopedObjectProvider.agentRuntimeServiceConstructors in com.flowable.agent.engine.impl.action with parameters of type AgentRuntimeServiceModifierConstructorDescriptionAgentScopedObjectProvider(org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService, AgentRuntimeService agentRuntimeService, AgentHistoryService agentHistoryService) -
Uses of AgentRuntimeService in com.flowable.agent.engine.impl.contentitem
Fields in com.flowable.agent.engine.impl.contentitem declared as AgentRuntimeServiceModifier and TypeFieldDescriptionprotected AgentRuntimeServiceCaseContentItemSavedListener.agentRuntimeServiceConstructors in com.flowable.agent.engine.impl.contentitem with parameters of type AgentRuntimeServiceModifierConstructorDescriptionCaseContentItemSavedListener(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.flowable.engine.ProcessEngineConfiguration processEngineConfiguration, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, AgentRuntimeService agentRuntimeService, AgentRepositoryService agentRepositoryService, DocumentRepositoryService documentRepositoryService, MetadataService metadataService) -
Uses of AgentRuntimeService in com.flowable.agent.engine.impl.model.tool
Fields in com.flowable.agent.engine.impl.model.tool declared as AgentRuntimeServiceModifier and TypeFieldDescriptionprotected final AgentRuntimeServiceAgentInstanceToolCallback.agentRuntimeServiceConstructors in com.flowable.agent.engine.impl.model.tool with parameters of type AgentRuntimeServiceModifierConstructorDescriptionAgentInstanceToolCallback(org.springframework.ai.tool.definition.ToolDefinition toolDefinition, com.fasterxml.jackson.databind.ObjectMapper objectMapper, AgentDefinitionModel.Tool tool, AgentRuntimeService agentRuntimeService, String tenantId, String parentDeploymentId) -
Uses of AgentRuntimeService in com.flowable.agent.engine.impl.runtime
Classes in com.flowable.agent.engine.impl.runtime that implement AgentRuntimeService -
Uses of AgentRuntimeService in com.flowable.agent.engine.impl.util
Methods in com.flowable.agent.engine.impl.util that return AgentRuntimeServiceModifier and TypeMethodDescriptionstatic AgentRuntimeServiceCommandContextUtil.getAgentRuntimeService()static AgentRuntimeServiceCommandContextUtil.getAgentRuntimeService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of AgentRuntimeService in com.flowable.platform.service.agent
Fields in com.flowable.platform.service.agent declared as AgentRuntimeServiceModifier and TypeFieldDescriptionprotected AgentRuntimeServiceCmmnAgentStartPlanItemInstanceBot.agentRuntimeServiceprotected final AgentRuntimeServicePlatformAgentService.agentRuntimeServiceConstructors in com.flowable.platform.service.agent with parameters of type AgentRuntimeServiceModifierConstructorDescriptionCmmnAgentStartPlanItemInstanceBot(AgentRuntimeService agentRuntimeService, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService, org.flowable.form.api.FormRepositoryService formRepositoryService, org.flowable.form.api.FormService formService, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration) PlatformAgentService(AgentRuntimeService agentRuntimeService, AgentHistoryService agentHistoryService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ActionRuntimeService actionRuntimeService, Supplier<org.flowable.common.engine.impl.interceptor.CommandExecutor> commandExecutorSupplier) -
Uses of AgentRuntimeService in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as AgentRuntimeServiceModifier and TypeFieldDescriptionprotected AgentRuntimeServicePlatformCaseInstanceService.agentRuntimeService -
Uses of AgentRuntimeService in com.flowable.platform.service.form.invocation
Fields in com.flowable.platform.service.form.invocation declared as AgentRuntimeServiceModifier and TypeFieldDescriptionprotected final AgentRuntimeServiceFormAgentInvokerImpl.agentRuntimeServiceConstructors in com.flowable.platform.service.form.invocation with parameters of type AgentRuntimeServiceModifierConstructorDescriptionFormAgentInvokerImpl(AgentRuntimeService agentRuntimeService, AgentRepositoryService agentRepositoryService, SecurityHelper securityHelper, com.fasterxml.jackson.databind.ObjectMapper objectMapper)