Uses of Interface
com.flowable.serviceregistry.api.repository.ServiceOutputParameter
-
-
Uses of ServiceOutputParameter in com.flowable.serviceregistry.api.repository
Methods in com.flowable.serviceregistry.api.repository that return types with arguments of type ServiceOutputParameter Modifier and Type Method Description List<ServiceOutputParameter>
NestedOutputMapping. getOutputParameters()
List<ServiceOutputParameter>
ServiceDefinitionModel. getOutputParameters()
List<ServiceOutputParameter>
ServiceOperation. getOutputParameters()
-
Uses of ServiceOutputParameter in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd that return types with arguments of type ServiceOutputParameter Modifier and Type Method Description protected Collection<ServiceOutputParameter>
InvokeServiceCmd. getNestedMappingOutputParameters(NestedOutputMapping nestedOutputMapping, ServiceRegistryEngineConfiguration engineConfiguration, ServiceInvocationContextImpl context)
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceOutputParameter Modifier and Type Method Description protected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd. extractValue(com.fasterxml.jackson.databind.node.ObjectNode objectNode, ServiceOutputParameter outputParameter)
protected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd. extractValue(Object responseDataObject, ServiceOutputParameter outputParameter, ServiceInvocationResponse response, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd. extractValue(Map<String,Object> responseMap, ServiceOutputParameter outputParameter)
protected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd. extractValue(VariableContainer container, ServiceOutputParameter outputParameter)
protected Object
InvokeServiceCmd. getDefaultValue(ServiceOutputParameter outputParameter, String defaultValue, ServiceInvocationContext context, ExpressionManager expressionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected boolean
InvokeServiceCmd. hasNestedOutputMapping(ServiceOutputParameter outputParameter)
Method parameters in com.flowable.serviceregistry.engine.impl.cmd with type arguments of type ServiceOutputParameter Modifier and Type Method Description protected Map<String,Object>
InvokeServiceCmd. handleOutputParametersValues(Object responseData, ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, ServiceInvocationContextImpl context, ServiceRegistryEngineConfiguration serviceEngineConfiguration, Collection<ServiceOutputParameter> outputParameters, ServiceInvocationResponse invocationResponse)
-
Uses of ServiceOutputParameter in com.flowable.serviceregistry.engine.impl.deployer
Method parameters in com.flowable.serviceregistry.engine.impl.deployer with type arguments of type ServiceOutputParameter Modifier and Type Method Description protected void
ServiceResourceConverterImpl. processOutputParameters(List<ServiceOutputParameter> outputParameters, Map<String,ColumnMapping> columnMappingsByName)
-
Uses of ServiceOutputParameter in com.flowable.serviceregistry.engine.impl.repository
Classes in com.flowable.serviceregistry.engine.impl.repository that implement ServiceOutputParameter Modifier and Type Class Description class
BaseServiceOutputParameter
Fields in com.flowable.serviceregistry.engine.impl.repository with type parameters of type ServiceOutputParameter Modifier and Type Field Description protected List<ServiceOutputParameter>
BaseNestedOutputMapping. outputParameters
protected List<ServiceOutputParameter>
BaseServiceDefinitionModel. outputParameters
protected List<ServiceOutputParameter>
BaseServiceOperation. outputParameters
Methods in com.flowable.serviceregistry.engine.impl.repository that return types with arguments of type ServiceOutputParameter Modifier and Type Method Description List<ServiceOutputParameter>
BaseNestedOutputMapping. getOutputParameters()
List<ServiceOutputParameter>
BaseServiceDefinitionModel. getOutputParameters()
List<ServiceOutputParameter>
BaseServiceOperation. getOutputParameters()
Method parameters in com.flowable.serviceregistry.engine.impl.repository with type arguments of type ServiceOutputParameter Modifier and Type Method Description void
BaseNestedOutputMapping. setOutputParameters(List<ServiceOutputParameter> outputParameters)
void
BaseServiceDefinitionModel. setOutputParameters(List<ServiceOutputParameter> outputParameters)
void
BaseServiceOperation. setOutputParameters(List<ServiceOutputParameter> outputParameters)
-
Uses of ServiceOutputParameter in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util that return ServiceOutputParameter Modifier and Type Method Description protected static ServiceOutputParameter
ServiceParameterUtil. columnMappingToOutputParameter(ColumnMapping mapping, Supplier<ServiceRegistryDataObjectModel> currentModelSupplier, Function<String,ServiceRegistryDataObjectModel> dataObjectModelProvider)
Methods in com.flowable.serviceregistry.engine.impl.util that return types with arguments of type ServiceOutputParameter Modifier and Type Method Description static Collection<ServiceOutputParameter>
ServiceParameterUtil. extractServiceOutputParameters(ServiceDefinitionModel model, ServiceOperation operation, ServiceInvocationContextImpl context)
static Collection<ServiceOutputParameter>
ServiceParameterUtil. extractServiceOutputParameters(ServiceDefinitionModel model, ServiceInvocationContextImpl context)
static Collection<ServiceOutputParameter>
ServiceParameterUtil. extractServiceOutputParameters(ServiceDefinitionModel model, Supplier<ServiceRegistryDataObjectModel> currentModelSupplier, Function<String,ServiceRegistryDataObjectModel> dataObjectModelProvider)
-