org.openanzo.atom
Class AtomRDFTransformer

java.lang.Object
  extended by org.openanzo.atom.AtomRDFTransformer

public class AtomRDFTransformer
extends java.lang.Object


Constructor Summary
AtomRDFTransformer()
           
 
Method Summary
static void getAuthorsFromAtom(org.apache.abdera.model.Entry srcAtomEntry, Entry destQuesoEntry)
           
static void getCategoriesFromAtom(org.apache.abdera.model.Entry srcAtomEntry, Entry destQuesoEntry)
           
static void getContributorsFromAtom(org.apache.abdera.model.Entry srcAtomEntry, Entry destQuesoEntry)
           
static void getExtensionsFromAtom(org.apache.abdera.model.Entry entry, Entry jEntry)
           
static void getLinksFromAtom(org.apache.abdera.model.Entry srcAtomEntry, Entry destQuesoEntry)
           
static java.lang.String getRelationType(RelationType reltype)
           
static RelationType getRelationType(java.lang.String reltype, INamedGraph graph)
           
static java.lang.String getText(TextContent textContent)
           
static void putAuthorsInAtom(Entry srcQuesoEntry, org.apache.abdera.model.Entry destAtomEntry)
           
static void putCategoriesInAtom(Entry srcQuesoEntry, org.apache.abdera.model.Entry destAtomEntry)
           
static void putContributorsInAtom(Entry srcQuesoEntry, org.apache.abdera.model.Entry destAtomEntry)
           
static void putExtensionsInAtom(Entry jEntry, org.apache.abdera.model.Entry entry)
           
static void putLinksInAtom(Entry srcQuesoEntry, org.apache.abdera.model.Entry destAtomEntry)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomRDFTransformer

public AtomRDFTransformer()
Method Detail

putCategoriesInAtom

public static void putCategoriesInAtom(Entry srcQuesoEntry,
                                       org.apache.abdera.model.Entry destAtomEntry)
                                throws JastorException,
                                       org.apache.abdera.util.iri.IRISyntaxException
Throws:
JastorException
org.apache.abdera.util.iri.IRISyntaxException

putLinksInAtom

public static void putLinksInAtom(Entry srcQuesoEntry,
                                  org.apache.abdera.model.Entry destAtomEntry)
                           throws org.apache.abdera.util.iri.IRISyntaxException,
                                  JastorException,
                                  javax.activation.MimeTypeParseException
Throws:
org.apache.abdera.util.iri.IRISyntaxException
JastorException
javax.activation.MimeTypeParseException

putAuthorsInAtom

public static void putAuthorsInAtom(Entry srcQuesoEntry,
                                    org.apache.abdera.model.Entry destAtomEntry)
                             throws org.apache.abdera.util.iri.IRISyntaxException
Throws:
org.apache.abdera.util.iri.IRISyntaxException

putContributorsInAtom

public static void putContributorsInAtom(Entry srcQuesoEntry,
                                         org.apache.abdera.model.Entry destAtomEntry)
                                  throws org.apache.abdera.util.iri.IRISyntaxException
Throws:
org.apache.abdera.util.iri.IRISyntaxException

getCategoriesFromAtom

public static void getCategoriesFromAtom(org.apache.abdera.model.Entry srcAtomEntry,
                                         Entry destQuesoEntry)
                                  throws JastorException,
                                         org.apache.abdera.util.iri.IRISyntaxException
Throws:
JastorException
org.apache.abdera.util.iri.IRISyntaxException

getAuthorsFromAtom

public static void getAuthorsFromAtom(org.apache.abdera.model.Entry srcAtomEntry,
                                      Entry destQuesoEntry)
                               throws org.apache.abdera.util.iri.IRISyntaxException
Throws:
org.apache.abdera.util.iri.IRISyntaxException

getContributorsFromAtom

public static void getContributorsFromAtom(org.apache.abdera.model.Entry srcAtomEntry,
                                           Entry destQuesoEntry)
                                    throws org.apache.abdera.util.iri.IRISyntaxException
Throws:
org.apache.abdera.util.iri.IRISyntaxException

getLinksFromAtom

public static void getLinksFromAtom(org.apache.abdera.model.Entry srcAtomEntry,
                                    Entry destQuesoEntry)
                             throws JastorException,
                                    org.apache.abdera.util.iri.IRISyntaxException,
                                    javax.activation.MimeTypeParseException
Throws:
JastorException
org.apache.abdera.util.iri.IRISyntaxException
javax.activation.MimeTypeParseException

putExtensionsInAtom

public static void putExtensionsInAtom(Entry jEntry,
                                       org.apache.abdera.model.Entry entry)

getExtensionsFromAtom

public static void getExtensionsFromAtom(org.apache.abdera.model.Entry entry,
                                         Entry jEntry)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

getText

public static java.lang.String getText(TextContent textContent)

getRelationType

public static RelationType getRelationType(java.lang.String reltype,
                                           INamedGraph graph)

getRelationType

public static java.lang.String getRelationType(RelationType reltype)


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