Uses of Interface
com.flowable.agent.engine.impl.runtime.invocation.AgentInvocationContextBuilder
Packages that use AgentInvocationContextBuilder
Package
Description
-
Uses of AgentInvocationContextBuilder in com.flowable.agent.engine.impl.persistence.entity
Methods in com.flowable.agent.engine.impl.persistence.entity that return AgentInvocationContextBuilderModifier and TypeMethodDescriptionAgentInvocationEntityManager.createAgentInvocationContextBuilder()Returns a builder for building the context of an agent invocation.AgentInvocationEntityManagerImpl.createAgentInvocationContextBuilder() -
Uses of AgentInvocationContextBuilder in com.flowable.agent.engine.impl.runtime.invocation
Classes in com.flowable.agent.engine.impl.runtime.invocation that implement AgentInvocationContextBuilderMethods in com.flowable.agent.engine.impl.runtime.invocation that return AgentInvocationContextBuilderModifier and TypeMethodDescriptionAgentInvocationContextBuilder.agentDefinition(AgentDefinition agentDefinition) The agent definition to be used.AgentInvocationContextBuilderImpl.agentDefinition(AgentDefinition agentDefinition) AgentInvocationContextBuilder.agentDefinitionModel(AgentDefinitionModel agentDefinitionModel) The agent definition model to be used.AgentInvocationContextBuilderImpl.agentDefinitionModel(AgentDefinitionModel agentDefinitionModel) AgentInvocationContextBuilder.agentInstance(AgentInstance agentInstance) AgentInvocationContextBuilderImpl.agentInstance(AgentInstance agentInstance) AgentInvocationContextBuilder.agentInvocationId(String agentInvocationId) AgentInvocationContextBuilderImpl.agentInvocationId(String agentInvocationId) AgentInvocationContextBuilder.operationKey(String operationKey) AgentInvocationContextBuilderImpl.operationKey(String operationKey) Add a parameter for expression evaluation.AgentInvocationContextBuilder.parameters(Map<String, Object> parameters) Add parameters for expression evaluation.AgentInvocationContextBuilderImpl.parameters(Map<String, Object> parameters) AgentInvocationContextBuilder.userExchangePartType(String userExchangePartType) AgentInvocationContextBuilderImpl.userExchangePartType(String userExchangePartType) AgentInvocationContextBuilder.userGroupKeys(Collection<String> userGroupKeys) AgentInvocationContextBuilderImpl.userGroupKeys(Collection<String> userGroupKeys)