Uses of Class
com.smeup.kokos.sdk.entity.model.query.ProjectionModel
Packages that use ProjectionModel
-
Uses of ProjectionModel in com.smeup.kokos.sdk.entity.model.query
Methods in com.smeup.kokos.sdk.entity.model.query that return types with arguments of type ProjectionModelModifier and TypeMethodDescriptionstatic List<ProjectionModel> ProjectionModel.fromFun(com.smeup.kokos.sdk.fun.Fun f) Parses the input string from the FUN and returns a list of ProjectionModel.static List<ProjectionModel> ProjectionModel.fromLegacyString(String string) static List<ProjectionModel> ProjectionModel.fromString(String string) Method parameters in com.smeup.kokos.sdk.entity.model.query with type arguments of type ProjectionModelModifier and TypeMethodDescriptionProjectionModel.getExcludedOavsSet(List<ProjectionModel> projectionList) ProjectionModel.getIncludedOavsSet(List<ProjectionModel> projectionList) static booleanProjectionModel.shouldIncludeOav(List<ProjectionModel> projections, String oavId) Returns whether the given OAV should be emitted based on the provided projection list. -
Uses of ProjectionModel in com.smeup.kokos.sdk.entity.repository
Methods in com.smeup.kokos.sdk.entity.repository that return types with arguments of type ProjectionModelMethod parameters in com.smeup.kokos.sdk.entity.repository with type arguments of type ProjectionModelModifier and TypeMethodDescriptionEntityRepositoryContext.Builder.projections(List<ProjectionModel> projections) voidEntityRepositoryContext.setProjections(List<ProjectionModel> projections) Constructor parameters in com.smeup.kokos.sdk.entity.repository with type arguments of type ProjectionModelModifierConstructorDescriptionEntityRepositoryContext(String entityClass, com.smeup.kokos.sdk.model.ExecutionContext executionContext, List<ProjectionModel> projections, PaginationModel pagination, List<FilterModel> filters, List<OrderByModel> orderByConditions) EntityRepositoryContext(String entityClass, com.smeup.kokos.sdk.model.ExecutionContext executionContext, List<ProjectionModel> projections, PaginationModel pagination, List<FilterModel> filters, List<OrderByModel> orderByConditions, UpdateStrategy updateStrategy, Set<String> updatedOavs)