com.wewebu.ow.server.field
Class OwSearchNode.OwSearchMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by com.wewebu.ow.server.field.OwSearchNode.OwSearchMap
All Implemented Interfaces:
Serializable, Cloneable, Map
Enclosing class:
OwSearchNode

Deprecated. since 4.0.0.0 don't use this class anymore

@Deprecated
public class OwSearchNode.OwSearchMap
extends HashMap

A search map which maps the criteria among their unique name

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
OwSearchNode.OwSearchMap(OwSearchNode search_p, int iFilter_p)
          Deprecated. constructs a list form the given OwSearchNode tree
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

OwSearchNode.OwSearchMap

public OwSearchNode.OwSearchMap(OwSearchNode search_p,
                                int iFilter_p)
Deprecated. 
constructs a list form the given OwSearchNode tree

Parameters:
iFilter_p - int any combination of OwSearchNode.FILTER_...
search_p - the OwSearchNode to iterate


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.