Uses of Interface
com.flowable.serviceregistry.api.repository.ColumnMapping
Packages that use ColumnMapping
Package
Description
-
Uses of ColumnMapping in com.flowable.serviceregistry.api.repository
Methods in com.flowable.serviceregistry.api.repository that return ColumnMappingMethods in com.flowable.serviceregistry.api.repository that return types with arguments of type ColumnMapping -
Uses of ColumnMapping in com.flowable.serviceregistry.engine.impl.deployer
Methods in com.flowable.serviceregistry.engine.impl.deployer that return types with arguments of type ColumnMappingModifier and TypeMethodDescriptionprotected Map<String,
ColumnMapping> ServiceResourceConverterImpl.columnMappingsByName
(ServiceDefinitionModel model) Method parameters in com.flowable.serviceregistry.engine.impl.deployer with type arguments of type ColumnMappingModifier and TypeMethodDescriptionprotected void
ServiceResourceConverterImpl.processInputParameters
(List<ServiceInputParameter> inputParameters, Map<String, ColumnMapping> columnMappingsByName) protected void
ServiceResourceConverterImpl.processOutputParameters
(List<ServiceOutputParameter> outputParameters, Map<String, ColumnMapping> columnMappingsByName) -
Uses of ColumnMapping in com.flowable.serviceregistry.engine.impl.invoker.db
Methods in com.flowable.serviceregistry.engine.impl.invoker.db that return ColumnMappingModifier and TypeMethodDescriptionprotected ColumnMapping
DbServiceInvoker.findColumnMapping
(String columnMapping, ServiceDefinitionModel model) protected ColumnMapping
DbServiceInvoker.findColumnMappingMandatory
(String columnMapping, ServiceDefinitionModel model) Methods in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type ColumnMappingModifier and TypeMethodDescriptionprotected DbColumnMapping
DbServiceInvoker.asDbColumnMapping
(ColumnMapping columnMapping) protected JoinTableConfig
DbServiceInvoker.createJoinTableConfig
(ColumnMapping columnMapping, String tenantId, String owningTableName, ServiceDefinitionModel model, ServiceRegistryDataObjectModel dataObjectModel, long id) protected org.apache.commons.lang3.tuple.Pair<ServiceDefinitionModel,
ServiceRegistryDataObjectModel> DbServiceInvoker.findReferenceServiceDefinitionModel
(ColumnMapping columnMapping, String tenantId, ServiceRegistryDataObjectModel dataObjectModel) static JoinTableConfig.RelationType
JoinTableConfig.RelationType.fromColumnMapping
(ColumnMapping columnMapping) Method parameters in com.flowable.serviceregistry.engine.impl.invoker.db with type arguments of type ColumnMappingModifier and TypeMethodDescriptionprotected List<JoinTableConfig>
DbServiceInvoker.createJoinTableConfigs
(ServiceDefinitionModel model, ServiceRegistryDataObjectModel dataObjectModel, BiPredicate<String, ColumnMapping> shouldUseMappingRelation, String tenantId) DatabaseSchemaDataObjectJdbcTemplate.insert
(ServiceInvocationVariablesContainer variableContainer, ServiceDefinitionModel serviceDefinitionModel, Map<String, List<DbColumnMapping>> insertColumnsByName, BiFunction<String, ServiceDefinitionModel, ColumnMapping> columnMappingProvider) int
DatabaseSchemaDataObjectJdbcTemplate.update
(ServiceInvocationVariablesContainer variablesContainer, DatabaseGenericInstanceQuery query, Map<String, List<DbColumnMapping>> updateColumnsByName, Function<String, ColumnMapping> columnMappingProvider) Constructors in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type ColumnMappingModifierConstructorDescriptionJoinTableConfig
(ColumnMapping columnMapping, ServiceDefinitionModel referenceModel, ServiceRegistryDataObjectModel referenceDataObjectModel, long id) -
Uses of ColumnMapping in com.flowable.serviceregistry.engine.impl.repository
Classes in com.flowable.serviceregistry.engine.impl.repository that implement ColumnMappingFields in com.flowable.serviceregistry.engine.impl.repository with type parameters of type ColumnMappingModifier and TypeFieldDescriptionprotected List<ColumnMapping>
BaseServiceDefinitionModel.columnMappings
protected Map<String,
ColumnMapping> BaseServiceDefinitionModel.columnMappingsMap
Methods in com.flowable.serviceregistry.engine.impl.repository that return ColumnMappingMethods in com.flowable.serviceregistry.engine.impl.repository that return types with arguments of type ColumnMappingMethod parameters in com.flowable.serviceregistry.engine.impl.repository with type arguments of type ColumnMappingModifier and TypeMethodDescriptionvoid
BaseServiceDefinitionModel.setColumnMappings
(List<ColumnMapping> columnMappings) -
Uses of ColumnMapping in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util with parameters of type ColumnMappingModifier and TypeMethodDescriptionprotected static ServiceInputParameter
ServiceParameterUtil.columnMappingToInputParameter
(ColumnMapping mapping) protected static ServiceOutputParameter
ServiceParameterUtil.columnMappingToOutputParameter
(ColumnMapping mapping, Supplier<ServiceRegistryDataObjectModel> currentModelSupplier, Function<String, ServiceRegistryDataObjectModel> dataObjectModelProvider)