|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.instance.orient.internal.ONamespaceMap
public abstract class ONamespaceMap
Temporary static namespace map for storing OInstance
s/OGroup
s
in a temporary database or using them inside this JVM.
Constructor Summary | |
---|---|
ONamespaceMap()
|
Method Summary | |
---|---|
static QName |
decode(String name)
Decode a name based on the runtime namespace map. |
static String |
encode(QName org)
Encode a QName for runtime use with OrientDB. |
static QName |
map(QName org)
Map the namespace of the given qualified name to a short identifier and return the adapted name. |
static QName |
unmap(QName mapped)
Determine the original namespace of the given qualified name with a namespace previously mapped with map(QName) and return the
original name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ONamespaceMap()
Method Detail |
---|
public static QName map(QName org)
org
- the original qualified name
public static String encode(QName org)
QName
for runtime use with OrientDB.
org
- the qualified name
public static QName unmap(QName mapped)
map(QName)
and return the
original name.
mapped
- the adapted qualified name
public static QName decode(String name) throws org.apache.commons.codec.DecoderException
name
- the encoded name
org.apache.commons.codec.DecoderException
- of decoding the local part of the name fails
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |