Uses of Class
com.flowable.platform.service.form.invocation.ServiceInvocationResultResponseResponse
Packages that use ServiceInvocationResultResponseResponse
Package
Description
-
Uses of ServiceInvocationResultResponseResponse in com.flowable.platform.service.casepage
Methods in com.flowable.platform.service.casepage that return ServiceInvocationResultResponseResponseModifier and TypeMethodDescriptionPlatformCasePageService.invokeFormFieldService
(String instanceId, String fieldId, String operationType, Map<String, Object> serviceInvocationInput) PlatformCasePageService.invokeFormFieldService
(String instanceId, String fieldId, Map<String, Object> serviceInvocationInput) -
Uses of ServiceInvocationResultResponseResponse in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze that return ServiceInvocationResultResponseResponseModifier and TypeMethodDescriptionPlatformCaseInstanceService.invokeFormFieldService
(String caseInstanceId, String fieldId, String operationType, Map<String, Object> serviceInvocationInput) PlatformCaseInstanceService.invokeFormFieldService
(String caseInstanceId, String fieldId, Map<String, Object> serviceInvocationInput) -
Uses of ServiceInvocationResultResponseResponse in com.flowable.platform.service.form.invocation
Methods in com.flowable.platform.service.form.invocation that return ServiceInvocationResultResponseResponseModifier and TypeMethodDescriptionServiceInvocationResultResponseResponse.create
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ServiceInvocationResultResponse invocationResult) FormServiceInvoker.invoke
(FormInfo formInfo, String fieldId, String operationType, VariableContainer variableContainer, Map<String, Object> serviceInvocationInput, SecurityScope securityScope) FormServiceInvokerImpl.invoke
(FormInfo formInfo, String fieldId, String operationType, VariableContainer variableContainer, Map<String, Object> serviceInvocationInput, SecurityScope securityScope) protected ServiceInvocationResultResponseResponse
FormServiceInvokerImpl.performInvokeServiceDefinition
(String serviceKey, String operationKey, VariableContainer variableContainer, Map<String, Object> serviceInvocationInput, SecurityScope securityScope) -
Uses of ServiceInvocationResultResponseResponse in com.flowable.platform.service.page
Methods in com.flowable.platform.service.page that return ServiceInvocationResultResponseResponse -
Uses of ServiceInvocationResultResponseResponse in com.flowable.platform.service.process
Methods in com.flowable.platform.service.process that return ServiceInvocationResultResponseResponseModifier and TypeMethodDescriptionPlatformProcessInstanceService.invokeFormFieldService
(String instanceId, String fieldId, String operationType, Map<String, Object> serviceInvocationInput) PlatformProcessInstanceService.invokeFormFieldService
(String instanceId, String fieldId, Map<String, Object> serviceInvocationInput) -
Uses of ServiceInvocationResultResponseResponse in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task that return ServiceInvocationResultResponseResponse