Uses of Class
com.flowable.serviceregistry.engine.impl.invoker.db.QueryParameter
-
Packages that use QueryParameter Package Description com.flowable.serviceregistry.engine.impl.invoker.db -
-
Uses of QueryParameter in com.flowable.serviceregistry.engine.impl.invoker.db
Fields in com.flowable.serviceregistry.engine.impl.invoker.db with type parameters of type QueryParameter Modifier and Type Field Description protected Collection<QueryParameter>DatabaseGenericInstanceQuery. queryParametersprotected Collection<QueryParameter>QueryParameter.InValue. queryParametersMethods in com.flowable.serviceregistry.engine.impl.invoker.db that return QueryParameter Modifier and Type Method Description protected QueryParameterDbServiceInvoker. asQueryParameter(QueryColumnMapping queryColumn, ServiceDefinitionModel model, ServiceRegistryDataObjectModel dataObjectModel, String tenantId, Object value)QueryParameterQueryColumnMapping. asQueryParameter(Object value)static QueryParameterQueryParameter. equals(String columnName, Object value)protected QueryParameterDbServiceInvoker. extractLookupIdQueryParameter(ServiceDefinitionModel serviceDefinitionModel, ServiceOperation serviceOperation, Object lookupIdValue)static QueryParameterQueryParameter. in(String columnName, List<?> values)static QueryParameterQueryParameter. in(List<JoinTableConfig> joinTables, QueryParameter queryParameter)Methods in com.flowable.serviceregistry.engine.impl.invoker.db that return types with arguments of type QueryParameter Modifier and Type Method Description protected Collection<QueryParameter>DbServiceInvoker. extractQueryParameters(ServiceInvocationVariablesContainer variableContainer, ServiceDefinitionModel model, ServiceRegistryDataObjectModel dataObjectModel, DBServiceOperationConfig operationConfig)Collection<QueryParameter>DatabaseGenericInstanceQuery. getQueryParameters()Collection<QueryParameter>QueryParameter.InValue. getQueryParameters()Methods in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type QueryParameter Modifier and Type Method Description static QueryParameterQueryParameter. in(List<JoinTableConfig> joinTables, QueryParameter queryParameter)Method parameters in com.flowable.serviceregistry.engine.impl.invoker.db with type arguments of type QueryParameter Modifier and Type Method Description voidDatabaseGenericInstanceQuery. setQueryParameters(Collection<QueryParameter> queryParameters)Constructors in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type QueryParameter Constructor Description InValue(List<JoinTableConfig> joinTables, QueryParameter queryParameter)
-