Uses of Class
com.flowable.agent.api.repository.AgentDefinitionModel.AgentBehavior
Packages that use AgentDefinitionModel.AgentBehavior
Package
Description
-
Uses of AgentDefinitionModel.AgentBehavior in com.flowable.agent.api.repository
Fields in com.flowable.agent.api.repository declared as AgentDefinitionModel.AgentBehaviorModifier and TypeFieldDescriptionprotected AgentDefinitionModel.AgentBehaviorAgentDefinitionModel.AgentOperation.behaviorprotected AgentDefinitionModel.AgentBehaviorAgentDefinitionModel.DocumentClassification.behaviorMethods in com.flowable.agent.api.repository that return AgentDefinitionModel.AgentBehaviorModifier and TypeMethodDescriptionAgentDefinitionModel.AgentOperation.getBehavior()AgentDefinitionModel.DocumentClassification.getBehavior()Methods in com.flowable.agent.api.repository with parameters of type AgentDefinitionModel.AgentBehaviorModifier and TypeMethodDescriptionvoidAgentDefinitionModel.AgentOperation.setBehavior(AgentDefinitionModel.AgentBehavior behavior) voidAgentDefinitionModel.DocumentClassification.setBehavior(AgentDefinitionModel.AgentBehavior behavior) -
Uses of AgentDefinitionModel.AgentBehavior in com.flowable.agent.engine.impl.defaultoperation
Methods in com.flowable.agent.engine.impl.defaultoperation with parameters of type AgentDefinitionModel.AgentBehaviorModifier and TypeMethodDescriptionprotected AgentDefinitionModel.AgentOperationDefaultAgentOperationPromptBuilderImpl.createNewOperation(String name, String key, AgentDefinitionModel.AgentBehavior behavior) protected booleanDefaultAgentOperationPromptBuilderImpl.isDefaultBehavior(AgentDefinitionModel.AgentBehavior behavior) -
Uses of AgentDefinitionModel.AgentBehavior in com.flowable.agent.engine.impl.util
Methods in com.flowable.agent.engine.impl.util with parameters of type AgentDefinitionModel.AgentBehaviorModifier and TypeMethodDescriptionprotected static StringAgentUtil.getPromptMessage(AgentEngineConfiguration agentEngineConfiguration, AgentDefinitionModel.AgentBehavior behavior, String getParentDeploymentId, org.flowable.common.engine.api.variable.VariableContainer variableContainer, Function<AgentDefinitionModel.AgentBehavior, String> messageStringSupplier, Function<AgentDefinitionModel.AgentBehavior, AgentDefinitionModel.TemplateReference> messageTemplateSupplier) Method parameters in com.flowable.agent.engine.impl.util with type arguments of type AgentDefinitionModel.AgentBehaviorModifier and TypeMethodDescriptionprotected static StringAgentUtil.getPromptMessage(AgentEngineConfiguration agentEngineConfiguration, AgentDefinitionModel.AgentBehavior behavior, String getParentDeploymentId, org.flowable.common.engine.api.variable.VariableContainer variableContainer, Function<AgentDefinitionModel.AgentBehavior, String> messageStringSupplier, Function<AgentDefinitionModel.AgentBehavior, AgentDefinitionModel.TemplateReference> messageTemplateSupplier)