Ontimize Document Management 0.035EN

com.ontimize.dms.jcr
Class MapAlias

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by com.ontimize.dms.jcr.MapAlias
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class MapAlias
extends java.util.Hashtable

See Also:
Serialized Form

Constructor Summary
MapAlias()
           
MapAlias(java.util.Map alias)
           
 
Method Summary
 java.util.List convert(java.util.List list)
           
 java.util.Map convert(java.util.Map source)
           
 java.lang.Object get(java.lang.Object key)
           
 void load(java.lang.String resource)
           
 java.util.Map reverse()
           
 void updateKeys(java.util.Map source)
          Change the keys of the current map with the given as parameter.
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapAlias

public MapAlias()

MapAlias

public MapAlias(java.util.Map alias)
Method Detail

load

public void load(java.lang.String resource)

get

public java.lang.Object get(java.lang.Object key)
Specified by:
get in interface java.util.Map
Overrides:
get in class java.util.Hashtable

convert

public java.util.List convert(java.util.List list)

convert

public java.util.Map convert(java.util.Map source)

updateKeys

public void updateKeys(java.util.Map source)
Change the keys of the current map with the given as parameter.

Parameters:
source - map with the conversion keys.

reverse

public java.util.Map reverse()

Ontimize Document Management