Uses of Class
com.flowable.agent.api.repository.AgentDefinitionModel.AgentBehavior
Packages that use AgentDefinitionModel.AgentBehavior
-
Uses of AgentDefinitionModel.AgentBehavior in com.flowable.agent.api.repository
Fields in com.flowable.agent.api.repository declared as AgentDefinitionModel.AgentBehaviorModifier and TypeFieldDescriptionprotected AgentDefinitionModel.AgentBehavior
AgentDefinitionModel.AgentOperation.behavior
protected AgentDefinitionModel.AgentBehavior
AgentDefinitionModel.DocumentClassification.behavior
Methods 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 TypeMethodDescriptionvoid
AgentDefinitionModel.AgentOperation.setBehavior
(AgentDefinitionModel.AgentBehavior behavior) void
AgentDefinitionModel.DocumentClassification.setBehavior
(AgentDefinitionModel.AgentBehavior behavior)