org.openanzo.common.ldap.container
Interface ValueTransform
- All Known Implementing Classes:
- BasicUriBinding, BlankNodeExtension, BlankNodeTransform, FixedValueTransform, LiteralTransform.PlainLiteralValueBinding, LiteralTransform.TypedLiteralBinding, ValueMapTransform
public interface ValueTransform
Converts a LDAP value to an RDF Statement's object.
- Author:
- Joe Betz
|
Method Summary |
RDFTerm |
toObject(java.lang.String dn,
java.lang.String attribute,
java.lang.String value)
transform the attribute value to an RDFTerm. |
toObject
RDFTerm toObject(java.lang.String dn,
java.lang.String attribute,
java.lang.String value)
- transform the attribute value to an RDFTerm.
- Parameters:
value - Value of an LDAP entry's attribute.
- Returns:
- An RDFTerm.
Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.