Uses of Class
com.calumma.backend.web.repository.core.symbol.SearchOperation
-
Packages that use SearchOperation Package Description com.calumma.backend.model.request com.calumma.backend.web.repository.core.symbol -
-
Uses of SearchOperation in com.calumma.backend.model.request
Methods in com.calumma.backend.model.request that return SearchOperation Modifier and Type Method Description SearchOperationClientSearchCriteria. getOperation()Methods in com.calumma.backend.model.request that return types with arguments of type SearchOperation Modifier and Type Method Description List<SearchOperation>RequestQueryConfig. getAllowedOperations()Methods in com.calumma.backend.model.request with parameters of type SearchOperation Modifier and Type Method Description ClientSearchCriteriaClientSearchCriteria. setOperation(SearchOperation operation)Method parameters in com.calumma.backend.model.request with type arguments of type SearchOperation Modifier and Type Method Description voidRequestQueryConfig. setAllowedOperations(List<SearchOperation> allowedOperations)RequestQueryConfigBuilderRequestQueryConfigBuilder. with(String fieldName, String projection, List<SearchOperation> allowedOperations)Constructor parameters in com.calumma.backend.model.request with type arguments of type SearchOperation Constructor Description RequestQueryConfig(String fieldName, String projection, List<SearchOperation> allowedOperations) -
Uses of SearchOperation in com.calumma.backend.web.repository.core.symbol
Methods in com.calumma.backend.web.repository.core.symbol that return SearchOperation Modifier and Type Method Description SearchOperationSearchCriteria. getOperation()static SearchOperationSearchOperation. getSimpleOperation(String input)static SearchOperationSearchOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchOperation[]SearchOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.calumma.backend.web.repository.core.symbol with parameters of type SearchOperation Modifier and Type Method Description voidSearchCriteria. setOperation(SearchOperation operation)Constructors in com.calumma.backend.web.repository.core.symbol with parameters of type SearchOperation Constructor Description SearchCriteria(ProjectionField key, String value, SearchOperation operation)SearchCriteria(String key, T value, SearchOperation operation)
-