Class ExtendedRdfAssembler
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.individual.ExtendedRdfAssembler
-
@Deprecated public class ExtendedRdfAssembler extends Object
Deprecated.TODO Keep this around until release 1.7, in case anyone is relying on it.
-
-
Constructor Summary
Constructors Constructor Description ExtendedRdfAssembler(VitroRequest vreq, Individual individual, ContentType rdfFormat)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResponseValuesassembleRdf()Deprecated.static booleanincludeInLinkedData(org.apache.jena.rdf.model.Resource object, org.apache.jena.rdf.model.Model contextModel)Deprecated.
-
-
-
Constructor Detail
-
ExtendedRdfAssembler
public ExtendedRdfAssembler(VitroRequest vreq, Individual individual, ContentType rdfFormat)
Deprecated.
-
-
Method Detail
-
assembleRdf
public ResponseValues assembleRdf()
Deprecated.
-
includeInLinkedData
public static boolean includeInLinkedData(org.apache.jena.rdf.model.Resource object, org.apache.jena.rdf.model.Model contextModel)Deprecated.
-
-