Uses of Interface
com.flowable.serviceregistry.api.repository.ColumnMapping
-
-
Uses of ColumnMapping in com.flowable.serviceregistry.api.repository
Methods in com.flowable.serviceregistry.api.repository that return types with arguments of type ColumnMapping Modifier and Type Method Description List<ColumnMapping>
ServiceDefinitionModel. getColumnMappings()
-
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 ColumnMapping Modifier and Type Method Description protected Map<String,ColumnMapping>
ServiceResourceConverterImpl. columnMappingsByName(ServiceDefinitionModel model)
Method parameters in com.flowable.serviceregistry.engine.impl.deployer with type arguments of type ColumnMapping Modifier and Type Method Description protected 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 ColumnMapping Modifier and Type Method Description protected ColumnMapping
DbServiceInvoker. findColumnMapping(String columnMapping, ServiceDefinitionModel model)
Methods in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type ColumnMapping Modifier and Type Method Description protected 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 ColumnMapping Modifier and Type Method Description protected List<JoinTableConfig>
DbServiceInvoker. createJoinTableConfigs(ServiceDefinitionModel model, ServiceRegistryDataObjectModel dataObjectModel, BiPredicate<String,ColumnMapping> shouldUseMappingRelation, String tenantId)
Map<String,Object>
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 ColumnMapping Constructor Description JoinTableConfig(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 ColumnMapping Modifier and Type Class Description class
BaseColumnMapping
Fields in com.flowable.serviceregistry.engine.impl.repository with type parameters of type ColumnMapping Modifier and Type Field Description protected List<ColumnMapping>
BaseServiceDefinitionModel. columnMappings
Methods in com.flowable.serviceregistry.engine.impl.repository that return types with arguments of type ColumnMapping Modifier and Type Method Description List<ColumnMapping>
BaseServiceDefinitionModel. getColumnMappings()
Method parameters in com.flowable.serviceregistry.engine.impl.repository with type arguments of type ColumnMapping Modifier and Type Method Description void
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 ColumnMapping Modifier and Type Method Description protected static ServiceInputParameter
ServiceParameterUtil. columnMappingToInputParameter(ColumnMapping mapping)
protected static ServiceOutputParameter
ServiceParameterUtil. columnMappingToOutputParameter(ColumnMapping mapping, Supplier<ServiceRegistryDataObjectModel> currentModelSupplier, Function<String,ServiceRegistryDataObjectModel> dataObjectModelProvider)
-