Ontimize Document Management 0.032EN

com.ontimize.dms.transform
Class BasicTransform

java.lang.Object
  extended by com.ontimize.dms.transform.BasicTransform
All Implemented Interfaces:
IODMSTransform

public class BasicTransform
extends java.lang.Object
implements IODMSTransform

Basic transform class to change between entity or form keys and plain path.

Warning: Keys are sorted before create the path.

Since:
14/04/2010

Field Summary
static java.lang.String DELIMITED
           
 
Fields inherited from interface com.ontimize.dms.transform.IODMSTransform
DEFAULT_FIELDS_SEPARATOR, DEFAULT_KEYS_SEPARATOR
 
Constructor Summary
BasicTransform()
           
 
Method Summary
protected  java.util.List getSortKeyNames(java.util.Hashtable kv)
           
 java.lang.String keys2Path(java.util.Hashtable kv)
           
 java.util.Hashtable path2Keys(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIMITED

public static java.lang.String DELIMITED
Constructor Detail

BasicTransform

public BasicTransform()
Method Detail

keys2Path

public java.lang.String keys2Path(java.util.Hashtable kv)
Specified by:
keys2Path in interface IODMSTransform

path2Keys

public java.util.Hashtable path2Keys(java.lang.String path)
Specified by:
path2Keys in interface IODMSTransform

getSortKeyNames

protected java.util.List getSortKeyNames(java.util.Hashtable kv)

Ontimize Document Management