Class WhereProperty.NegatableValuesMap

java.lang.Object
java.util.AbstractMap<Boolean,Collection<String>>
java.util.HashMap<Boolean,Collection<String>>
org.alfresco.rest.framework.resource.parameters.where.WhereProperty.NegatableValuesMap
All Implemented Interfaces:
Serializable, Cloneable, Map<Boolean,Collection<String>>
Enclosing class:
WhereProperty

public static class WhereProperty.NegatableValuesMap extends HashMap<Boolean,Collection<String>>
See Also:
  • Constructor Details

    • NegatableValuesMap

      public NegatableValuesMap()
  • Method Details