Uses of Class
ml.calumma.rest.repository.core.symbol.SearchOperation
-
Packages that use SearchOperation Package Description ml.calumma.model.request ml.calumma.rest.repository.core.symbol -
-
Uses of SearchOperation in ml.calumma.model.request
Methods in ml.calumma.model.request that return SearchOperation Modifier and Type Method Description SearchOperationClientSearchCriteria. getOperation()Methods in ml.calumma.model.request that return types with arguments of type SearchOperation Modifier and Type Method Description List<SearchOperation>RequestQueryConfig. getAllowedOperations()Methods in ml.calumma.model.request with parameters of type SearchOperation Modifier and Type Method Description ClientSearchCriteriaClientSearchCriteria. setOperation(SearchOperation operation)Method parameters in ml.calumma.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 ml.calumma.model.request with type arguments of type SearchOperation Constructor Description RequestQueryConfig(String fieldName, String projection, List<SearchOperation> allowedOperations) -
Uses of SearchOperation in ml.calumma.rest.repository.core.symbol
Methods in ml.calumma.rest.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 ml.calumma.rest.repository.core.symbol with parameters of type SearchOperation Modifier and Type Method Description voidSearchCriteria. setOperation(SearchOperation operation)Constructors in ml.calumma.rest.repository.core.symbol with parameters of type SearchOperation Constructor Description SearchCriteria(String key, T value, SearchOperation operation)SearchCriteria(ProjectionField key, String value, SearchOperation operation)
-