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 voidServiceResourceConverterImpl. processInputParameters(List<ServiceInputParameter> inputParameters, Map<String,ColumnMapping> columnMappingsByName)protected voidServiceResourceConverterImpl. 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 ColumnMappingDbServiceInvoker. 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 DbColumnMappingDbServiceInvoker. asDbColumnMapping(ColumnMapping columnMapping)protected JoinTableConfigDbServiceInvoker. 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.RelationTypeJoinTableConfig.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)intDatabaseSchemaDataObjectJdbcTemplate. 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 classBaseColumnMappingFields in com.flowable.serviceregistry.engine.impl.repository with type parameters of type ColumnMapping Modifier and Type Field Description protected List<ColumnMapping>BaseServiceDefinitionModel. columnMappingsMethods 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 voidBaseServiceDefinitionModel. 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 ServiceInputParameterServiceParameterUtil. columnMappingToInputParameter(ColumnMapping mapping)protected static ServiceOutputParameterServiceParameterUtil. columnMappingToOutputParameter(ColumnMapping mapping, Supplier<ServiceRegistryDataObjectModel> currentModelSupplier, Function<String,ServiceRegistryDataObjectModel> dataObjectModelProvider)
-