Uses of Class
com.flowable.agent.api.repository.AgentDefinitionModel.AgentOutput
Packages that use AgentDefinitionModel.AgentOutput
-
Uses of AgentDefinitionModel.AgentOutput in com.flowable.agent.api.repository
Fields in com.flowable.agent.api.repository declared as AgentDefinitionModel.AgentOutputModifier and TypeFieldDescriptionprotected AgentDefinitionModel.AgentOutputAgentDefinitionModel.AgentOperation.outputMethods in com.flowable.agent.api.repository that return AgentDefinitionModel.AgentOutputMethods in com.flowable.agent.api.repository with parameters of type AgentDefinitionModel.AgentOutputModifier and TypeMethodDescriptionvoidAgentDefinitionModel.AgentOperation.setOutput(AgentDefinitionModel.AgentOutput output) -
Uses of AgentDefinitionModel.AgentOutput in com.flowable.agent.engine.impl.cmd
Methods in com.flowable.agent.engine.impl.cmd with parameters of type AgentDefinitionModel.AgentOutputModifier and TypeMethodDescriptionstatic StringAgentOperationSchemaUtil.generateOutputSchema(com.fasterxml.jackson.databind.ObjectMapper objectMapper, AgentDefinitionModel.AgentOutput agentOutput)