Uses of Class
com.flowable.serviceregistry.engine.impl.invoker.db.QueryColumnMapping
-
Packages that use QueryColumnMapping Package Description com.flowable.serviceregistry.engine.impl.invoker.db -
-
Uses of QueryColumnMapping in com.flowable.serviceregistry.engine.impl.invoker.db
Fields in com.flowable.serviceregistry.engine.impl.invoker.db with type parameters of type QueryColumnMapping Modifier and Type Field Description protected Collection<QueryColumnMapping>
DBServiceOperationConfig. queryColumns
Methods in com.flowable.serviceregistry.engine.impl.invoker.db that return types with arguments of type QueryColumnMapping Modifier and Type Method Description Collection<QueryColumnMapping>
DBServiceOperationConfig. getQueryColumns()
Methods in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type QueryColumnMapping Modifier and Type Method Description protected QueryParameter
DbServiceInvoker. asQueryParameter(QueryColumnMapping queryColumn, ServiceDefinitionModel model, ServiceRegistryDataObjectModel dataObjectModel, String tenantId, Object value)
Method parameters in com.flowable.serviceregistry.engine.impl.invoker.db with type arguments of type QueryColumnMapping Modifier and Type Method Description void
DBServiceOperationConfig. setQueryColumns(Collection<QueryColumnMapping> queryColumns)
-