Uses of Interface
com.funnelback.publicui.search.model.collection.paramtransform.operation.Operation
-
Packages that use Operation Package Description com.funnelback.publicui.search.model.collection.paramtransform com.funnelback.publicui.search.model.collection.paramtransform.operation -
-
Uses of Operation in com.funnelback.publicui.search.model.collection.paramtransform
Fields in com.funnelback.publicui.search.model.collection.paramtransform with type parameters of type Operation Modifier and Type Field Description private java.util.List<Operation>
TransformRule. operations
List of operations to applyMethods in com.funnelback.publicui.search.model.collection.paramtransform that return types with arguments of type Operation Modifier and Type Method Description private static java.util.List<Operation>
ParamTransformRuleFactory. buildOperations(boolean remove, java.lang.String paramString)
Builds a list of operationsjava.util.List<Operation>
TransformRule. getOperations()
List of operations to applyConstructor parameters in com.funnelback.publicui.search.model.collection.paramtransform with type arguments of type Operation Constructor Description TransformRule(Criteria criteria, java.util.List<Operation> operations)
-
Uses of Operation in com.funnelback.publicui.search.model.collection.paramtransform.operation
Classes in com.funnelback.publicui.search.model.collection.paramtransform.operation that implement Operation Modifier and Type Class Description class
AddParameterOperation
AnOperation
that adds a parameter and its value to the map.class
RemoveAllValuesOperation
AnOperation
that removes all the value of a given parameter name from the map.class
RemoveSpecificValuesOperation
AnOperation
that removes specific values of a parameter from the map.
-