org.openanzo.common.ldap.container.map
Class BlankNodeTransform

java.lang.Object
  extended by org.openanzo.common.ldap.container.map.BlankNodeTransform
All Implemented Interfaces:
ValueTransform

public class BlankNodeTransform
extends java.lang.Object
implements ValueTransform

Transform the value to a blank node and keep track of it.

Author:
Joe Betz

Constructor Summary
BlankNodeTransform(BlankNodeIndex blankNodeIndex, java.net.URI predicate, java.lang.String valueMatch)
           
 
Method Summary
 RDFTerm toObject(java.lang.String dn, java.lang.String attribute, java.lang.String value)
          transform the attribute value to an RDFTerm.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlankNodeTransform

public BlankNodeTransform(BlankNodeIndex blankNodeIndex,
                          java.net.URI predicate,
                          java.lang.String valueMatch)
Method Detail

toObject

public RDFTerm toObject(java.lang.String dn,
                        java.lang.String attribute,
                        java.lang.String value)
Description copied from interface: ValueTransform
transform the attribute value to an RDFTerm.

Specified by:
toObject in interface ValueTransform
value - Value of an LDAP entry's attribute.
Returns:
An RDFTerm.


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.