Searched defs:propertyPaths (Results 1 – 4 of 4) sorted by relevance
112 List<String> propertyPaths = mTypePropertyPaths.getStringArrayList(schema); in getProjections() local198 @NonNull String schemaType, @NonNull Collection<String> propertyPaths) { in addProjection()229 @NonNull String schemaType, @NonNull Collection<PropertyPath> propertyPaths) { in addProjectionPaths()
609 Set<String> propertyPaths = propertyPathBundle.keySet(); in getPropertyWeights() local637 Set<String> propertyPaths = propertyPathBundle.keySet(); in getPropertyWeightPaths() local947 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addFilterProperties()974 @NonNull String schema, @NonNull Collection<PropertyPath> propertyPaths) { in addFilterPropertyPaths()1542 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addProjection()1622 @NonNull String schema, @NonNull Collection<PropertyPath> propertyPaths) { in addProjectionPaths()
373 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addFilterProperties()406 @NonNull String schema, @NonNull Collection<PropertyPath> propertyPaths) { in addFilterPropertyPaths()
54 public SearchNode(@NonNull Node childNode, @NonNull List<PropertyPath> propertyPaths) { in SearchNode()