Uses of Class
com.flowable.agent.api.repository.AgentDefinitionModel.AgentInputParameter
Packages that use AgentDefinitionModel.AgentInputParameter
Package
Description
-
Uses of AgentDefinitionModel.AgentInputParameter in com.flowable.agent.api.repository
Fields in com.flowable.agent.api.repository with type parameters of type AgentDefinitionModel.AgentInputParameterModifier and TypeFieldDescriptionprotected List<AgentDefinitionModel.AgentInputParameter> AgentDefinitionModel.AgentInput.inputParametersMethods in com.flowable.agent.api.repository that return types with arguments of type AgentDefinitionModel.AgentInputParameterMethod parameters in com.flowable.agent.api.repository with type arguments of type AgentDefinitionModel.AgentInputParameterModifier and TypeMethodDescriptionvoidAgentDefinitionModel.AgentInput.setInputParameters(List<AgentDefinitionModel.AgentInputParameter> inputParameters) -
Uses of AgentDefinitionModel.AgentInputParameter in com.flowable.agent.engine.impl.runtime.invocation
Methods in com.flowable.agent.engine.impl.runtime.invocation that return types with arguments of type AgentDefinitionModel.AgentInputParameterModifier and TypeMethodDescriptionAgentParameterUtil.extractAgentInputParameters(AgentDefinitionModel.AgentOperation operation) Methods in com.flowable.agent.engine.impl.runtime.invocation with parameters of type AgentDefinitionModel.AgentInputParameterModifier and TypeMethodDescriptionprotected voidAgentInvocationContextBuilderImpl.processAndValidateInputParameter(AgentDefinition serviceDefinition, AgentDefinitionModel agentDefinitionModel, AgentDefinitionModel.AgentOperation operation, AgentDefinitionModel.AgentInputParameter inputParameter, Map<String, Object> serviceInvocationInputData, tools.jackson.databind.ObjectMapper objectMapper) Internal method to process a single input parameter by looking at its definition and checking its value.