| Constructor and Description |
|---|
NodeTypeRdfContext(Iterable<javax.jcr.nodetype.NodeType> nodeTypeIterator)
Convert a NodeType iterator into an RDF stream
|
NodeTypeRdfContext(javax.jcr.nodetype.NodeType nodeType)
Convert a NodeType into an RDF stream by capturing the supertypes, node
definitions, and property definitions of the type as RDFS triples.
|
NodeTypeRdfContext(javax.jcr.nodetype.NodeTypeManager nodeTypeManager)
Convert the NodeTypeManager to an RDF stream, including both primary and
mixin node types.
|
public NodeTypeRdfContext(javax.jcr.nodetype.NodeTypeManager nodeTypeManager)
throws javax.jcr.RepositoryException
nodeTypeManager - javax.jcr.RepositoryExceptionpublic NodeTypeRdfContext(Iterable<javax.jcr.nodetype.NodeType> nodeTypeIterator) throws javax.jcr.RepositoryException
nodeTypeIterator - javax.jcr.RepositoryExceptionpublic NodeTypeRdfContext(javax.jcr.nodetype.NodeType nodeType)
throws javax.jcr.RepositoryException
nodeType - javax.jcr.RepositoryExceptionCopyright © 2013–2014 DuraSpace, Inc.. All rights reserved.