ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.api.nodetype.NodeTypeManager

Packages that use NodeTypeManager
org.modeshape.jcr.api This package provides a set of interfaces that extend the JCR 2.0 API interfaces with additional functionality, as well as defining the Repositories interface as a generic abstraction to any container of multiple JCR Repository instances. 
org.modeshape.jcr.api.sequencer Many repositories are used (at least in part) to manage files and other artifacts, including service definitions, policy files, images, media, documents, presentations, application components, reusable libraries, configuration files, application installations, databases schemas, management scripts, and so on. 
org.modeshape.sequencer.classfile The classes that provide the ability to sequence Java class files into metadata and then write that metadata to a graph in a customizable way. 
org.modeshape.sequencer.cnd   
org.modeshape.sequencer.ddl The classes that make up the DDL sequencer, which is capable of parsing the more important DDL statements from SQL-92, Oracle, Derby, and PostgreSQL, and constructing a graph structure containing a structured representation of these statements. 
org.modeshape.sequencer.image The classes that make up the image sequencer. 
org.modeshape.sequencer.javafile The classes that make up the Java source file sequencer. 
org.modeshape.sequencer.mp3 The classes that make up the MP3 file sequencer. 
org.modeshape.sequencer.msoffice The classes that make up the sequencer of Microsoft Office files. 
org.modeshape.sequencer.sramp The classes that make up the S-RAMP library. 
org.modeshape.sequencer.teiid The classes that make up the Teiid VDB sequencer. 
org.modeshape.sequencer.teiid.model The classes that make up the Teiid model sequencer. 
org.modeshape.sequencer.text The classes that provide the ability to sequence fixed-width and delimited text files. 
org.modeshape.sequencer.wsdl The classes that make up the Web Service Definition Lanaguage (WSDL) 1.1 sequencer. 
org.modeshape.sequencer.xml The classes that make up the XML sequencer. 
org.modeshape.sequencer.xsd The classes that make up the XML Schema Document sequencer. 
org.modeshape.sequencer.zip The classes that make up the ZIP file sequencer. 
 

Uses of NodeTypeManager in org.modeshape.jcr.api
 

Methods in org.modeshape.jcr.api that return NodeTypeManager
 NodeTypeManager Workspace.getNodeTypeManager()
           This method returns the ModeShape-specific specialization of the standard NodeTypeManager interface.
 

Uses of NodeTypeManager in org.modeshape.jcr.api.sequencer
 

Methods in org.modeshape.jcr.api.sequencer with parameters of type NodeTypeManager
 void Sequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
          Initialize the sequencer.
protected  void Sequencer.registerNodeTypes(InputStream cndStream, NodeTypeManager nodeTypeManager, boolean allowUpdate)
          See Sequencer.registerNodeTypes(String, org.modeshape.jcr.api.nodetype.NodeTypeManager, boolean)
protected  void Sequencer.registerNodeTypes(String cndFile, NodeTypeManager nodeTypeManager, boolean allowUpdate)
          Registers node types from a CND file, using the given NodeTypeManager.
 

Uses of NodeTypeManager in org.modeshape.sequencer.classfile
 

Methods in org.modeshape.sequencer.classfile with parameters of type NodeTypeManager
 void ClassFileSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.cnd
 

Methods in org.modeshape.sequencer.cnd with parameters of type NodeTypeManager
 void CndSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.ddl
 

Methods in org.modeshape.sequencer.ddl with parameters of type NodeTypeManager
 void DdlSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.image
 

Methods in org.modeshape.sequencer.image with parameters of type NodeTypeManager
 void ImageMetadataSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.javafile
 

Methods in org.modeshape.sequencer.javafile with parameters of type NodeTypeManager
 void JavaFileSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.mp3
 

Methods in org.modeshape.sequencer.mp3 with parameters of type NodeTypeManager
 void Mp3MetadataSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.msoffice
 

Methods in org.modeshape.sequencer.msoffice with parameters of type NodeTypeManager
 void MSOfficeMetadataSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.sramp
 

Methods in org.modeshape.sequencer.sramp with parameters of type NodeTypeManager
 void AbstractSrampSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.teiid
 

Methods in org.modeshape.sequencer.teiid with parameters of type NodeTypeManager
 void VdbSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.teiid.model
 

Methods in org.modeshape.sequencer.teiid.model with parameters of type NodeTypeManager
 void ModelSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.text
 

Methods in org.modeshape.sequencer.text with parameters of type NodeTypeManager
 void AbstractTextSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.wsdl
 

Methods in org.modeshape.sequencer.wsdl with parameters of type NodeTypeManager
 void WsdlSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.xml
 

Methods in org.modeshape.sequencer.xml with parameters of type NodeTypeManager
 void XmlSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.xsd
 

Methods in org.modeshape.sequencer.xsd with parameters of type NodeTypeManager
 void XsdSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 

Uses of NodeTypeManager in org.modeshape.sequencer.zip
 

Methods in org.modeshape.sequencer.zip with parameters of type NodeTypeManager
 void ZipSequencer.initialize(NamespaceRegistry registry, NodeTypeManager nodeTypeManager)
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.