Uses of Interface
com.flowable.serviceregistry.api.repository.NestedOutputMapping
-
Packages that use NestedOutputMapping Package Description com.flowable.serviceregistry.api.repository com.flowable.serviceregistry.engine.impl.cmd com.flowable.serviceregistry.engine.impl.repository -
-
Uses of NestedOutputMapping in com.flowable.serviceregistry.api.repository
Methods in com.flowable.serviceregistry.api.repository that return NestedOutputMapping Modifier and Type Method Description NestedOutputMapping
ServiceOutputParameter. getNestedOutputMapping()
Certain output parameters have a 'nested' definition (e.g. -
Uses of NestedOutputMapping in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type NestedOutputMapping Modifier and Type Method Description protected Collection<ServiceOutputParameter>
InvokeServiceCmd. getNestedMappingOutputParameters(NestedOutputMapping nestedOutputMapping, ServiceRegistryEngineConfiguration engineConfiguration, ServiceInvocationContextImpl context)
-
Uses of NestedOutputMapping in com.flowable.serviceregistry.engine.impl.repository
Classes in com.flowable.serviceregistry.engine.impl.repository that implement NestedOutputMapping Modifier and Type Class Description class
BaseNestedOutputMapping
Fields in com.flowable.serviceregistry.engine.impl.repository declared as NestedOutputMapping Modifier and Type Field Description protected NestedOutputMapping
BaseServiceOutputParameter. nestedOutputMapping
Methods in com.flowable.serviceregistry.engine.impl.repository that return NestedOutputMapping Modifier and Type Method Description NestedOutputMapping
BaseServiceOutputParameter. getNestedOutputMapping()
Methods in com.flowable.serviceregistry.engine.impl.repository with parameters of type NestedOutputMapping Modifier and Type Method Description void
BaseServiceOutputParameter. setNestedOutputMapping(NestedOutputMapping nestedOutputMapping)
-