Uses of Class
com.flowable.platform.service.form.invocation.AgentInvocationResultResponseResponse
Packages that use AgentInvocationResultResponseResponse
Package
Description
-
Uses of AgentInvocationResultResponseResponse in com.flowable.platform.service.casepage
Methods in com.flowable.platform.service.casepage that return AgentInvocationResultResponseResponse -
Uses of AgentInvocationResultResponseResponse in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze that return AgentInvocationResultResponseResponseModifier and TypeMethodDescriptionPlatformCaseInstanceService.invokeFormFieldAgent(String caseInstanceId, String fieldId, Map<String, Object> agentInvocationInput) PlatformCaseInstanceService.invokeFormFieldAgentForStartForm(String caseInstanceId, String fieldId, Map<String, Object> agentInvocationInput) -
Uses of AgentInvocationResultResponseResponse in com.flowable.platform.service.form.invocation
Methods in com.flowable.platform.service.form.invocation that return AgentInvocationResultResponseResponseModifier and TypeMethodDescriptionAgentInvocationResultResponseResponse.create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, AgentInvocationResult invocationResult) FormAgentInvoker.invoke(org.flowable.form.api.FormInfo formInfo, String fieldId, Map<String, Object> agentInvocationInput, SecurityScope securityScope) FormAgentInvokerImpl.invoke(org.flowable.form.api.FormInfo formInfo, String fieldId, Map<String, Object> agentInvocationInput, SecurityScope securityScope) protected AgentInvocationResultResponseResponseFormAgentInvokerImpl.performInvokeAgent(String agentKey, String operationKey, Map<String, Object> agentInvocationInput, SecurityScope securityScope) -
Uses of AgentInvocationResultResponseResponse in com.flowable.platform.service.page
Methods in com.flowable.platform.service.page that return AgentInvocationResultResponseResponse -
Uses of AgentInvocationResultResponseResponse in com.flowable.platform.service.process
Methods in com.flowable.platform.service.process that return AgentInvocationResultResponseResponseModifier and TypeMethodDescriptionPlatformProcessInstanceService.invokeFormFieldAgent(String instanceId, String fieldId, Map<String, Object> agentInvocationInput) PlatformProcessInstanceService.invokeFormFieldAgentForStartForm(String instanceId, String fieldId, Map<String, Object> agentInvocationInput) -
Uses of AgentInvocationResultResponseResponse in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task that return AgentInvocationResultResponseResponse