exercises/java/encryption-context-start/src/main/java/sfw/example/esdkworkshop/datamodel/PointerItem.java [46:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static Map<String, Condition> filterFor() {
    Map<String, Condition> result = new HashMap<>(1);
    result.put(
        sortKeyName(),
        new Condition()
            .withAttributeValueList(ATTR_TARGET)
            .withComparisonOperator(ComparisonOperator.EQ));
    return result;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



exercises/java/multi-cmk-start/src/main/java/sfw/example/esdkworkshop/datamodel/PointerItem.java [46:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static Map<String, Condition> filterFor() {
    Map<String, Condition> result = new HashMap<>(1);
    result.put(
        sortKeyName(),
        new Condition()
            .withAttributeValueList(ATTR_TARGET)
            .withComparisonOperator(ComparisonOperator.EQ));
    return result;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



exercises/java/encryption-context-complete/src/main/java/sfw/example/esdkworkshop/datamodel/PointerItem.java [46:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static Map<String, Condition> filterFor() {
    Map<String, Condition> result = new HashMap<>(1);
    result.put(
        sortKeyName(),
        new Condition()
            .withAttributeValueList(ATTR_TARGET)
            .withComparisonOperator(ComparisonOperator.EQ));
    return result;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



exercises/java/add-esdk-start/src/main/java/sfw/example/esdkworkshop/datamodel/PointerItem.java [46:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static Map<String, Condition> filterFor() {
    Map<String, Condition> result = new HashMap<>(1);
    result.put(
        sortKeyName(),
        new Condition()
            .withAttributeValueList(ATTR_TARGET)
            .withComparisonOperator(ComparisonOperator.EQ));
    return result;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



exercises/java/multi-cmk-complete/src/main/java/sfw/example/esdkworkshop/datamodel/PointerItem.java [46:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static Map<String, Condition> filterFor() {
    Map<String, Condition> result = new HashMap<>(1);
    result.put(
        sortKeyName(),
        new Condition()
            .withAttributeValueList(ATTR_TARGET)
            .withComparisonOperator(ComparisonOperator.EQ));
    return result;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



exercises/java/add-esdk-complete/src/main/java/sfw/example/esdkworkshop/datamodel/PointerItem.java [46:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static Map<String, Condition> filterFor() {
    Map<String, Condition> result = new HashMap<>(1);
    result.put(
        sortKeyName(),
        new Condition()
            .withAttributeValueList(ATTR_TARGET)
            .withComparisonOperator(ComparisonOperator.EQ));
    return result;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



