Uses of Interface
javax.jcr.NamespaceRegistry

Packages that use NamespaceRegistry
com.jeceira.config   
com.jeceira.nodetype.constraints   
com.jeceira.persistence   
com.jeceira.persistence.hsqldb   
com.jeceira.repository   
com.jeceira.session   
com.jeceira.syntax   
com.jeceira.value   
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology (JCR). 
 

Uses of NamespaceRegistry in com.jeceira.config
 

Classes in com.jeceira.config that implement NamespaceRegistry
 class DefaultConfigManager
          Responsible for retrieval and management of repository configurations.
 

Constructors in com.jeceira.config with parameters of type NamespaceRegistry
NodeTypeReader(NamespaceRegistry namespaceRegistry)
          Creates a reader for user-defined node types.
 

Uses of NamespaceRegistry in com.jeceira.nodetype.constraints
 

Methods in com.jeceira.nodetype.constraints with parameters of type NamespaceRegistry
static ValueConstraints ValueConstraints.newNameConstraints(NamespaceRegistry namespaceRegistry, java.lang.String[] constraints)
          Constructs an instance of ValueConstraints, where the given string array will be interpreted as a set of name constraints.
static ValueConstraints ValueConstraints.newPathConstraints(NamespaceRegistry namespaceRegistry, java.lang.String[] constraints)
          Constructs an instance of ValueConstraints, where the given string array will be interpreted as a set of path constraints.
static ValueConstraints ValueConstraints.newReferenceConstraints(NamespaceRegistry namespaceRegistry, java.lang.String[] constraints)
          Constructs an instance of ValueConstraints, where the given string array will be interpreted as a set of reference constraints.
static ValueConstraints ValueConstraints.newValueConstraints(NamespaceRegistry namespaceRegistry, java.lang.String[] constraints, int propertyType)
          Constructs an instance of ValueConstraints, where the given string array will be interpreted according to the given PropertyType
 

Constructors in com.jeceira.nodetype.constraints with parameters of type NamespaceRegistry
NameConstraint(NamespaceRegistry namespaceRegistry, java.lang.String name)
          Constructs an instance of NameConstraint using the given string representing an item name
ReferenceConstraint(NamespaceRegistry namespaceRegistry, java.lang.String nodeTypeName)
          Constructs an instance of the ReferenceConstraint using the given node type name.
PathConstraint(NamespaceRegistry namespaceRegistry, java.lang.String path)
          Constructs an instance of PathConstraint using the given string representing a path.
 

Uses of NamespaceRegistry in com.jeceira.persistence
 

Methods in com.jeceira.persistence that return NamespaceRegistry
abstract  NamespaceRegistry PersistenceFactory.getNamespaceRegistry()
          Returns an implementation of the NamespaceRegistry interface.
 

Uses of NamespaceRegistry in com.jeceira.persistence.hsqldb
 

Classes in com.jeceira.persistence.hsqldb that implement NamespaceRegistry
 class HsqldbNamespaceRegistry
          Provides database access to namespace mappings.
 

Methods in com.jeceira.persistence.hsqldb that return NamespaceRegistry
 NamespaceRegistry HsqldbFactory.getNamespaceRegistry()
           
 

Uses of NamespaceRegistry in com.jeceira.repository
 

Methods in com.jeceira.repository that return NamespaceRegistry
 NamespaceRegistry RepositoryContext.getNamespaceRegistry()
          Returns the namespace registry of this context.
 

Methods in com.jeceira.repository with parameters of type NamespaceRegistry
 void RepositoryContext.setNamespaceRegistry(NamespaceRegistry namespaceRegistry)
          Sets the namespace registry of this context.
 

Uses of NamespaceRegistry in com.jeceira.session
 

Classes in com.jeceira.session that implement NamespaceRegistry
 class SessionNamespaceRegistry
           
 

Methods in com.jeceira.session that return NamespaceRegistry
 NamespaceRegistry TransientWorkspace.getNamespaceRegistry()
           
 

Constructors in com.jeceira.session with parameters of type NamespaceRegistry
SessionNamespaceRegistry(NamespaceRegistry repositoryRegistry)
          Creates a session namespace registry with the specified repository namespace registry.
 

Uses of NamespaceRegistry in com.jeceira.syntax
 

Methods in com.jeceira.syntax with parameters of type NamespaceRegistry
static NodeTypeName NodeTypeName.parseMappedForm(NamespaceRegistry registry, java.lang.String name)
          Converts the specified name string into an ItemName object.
 java.lang.String NodeTypeName.getMappedForm(NamespaceRegistry registry)
           
static Path Path.parseAbsolutePath(NamespaceRegistry namespaceRegistry, java.lang.String absPath)
          Returns a Path object representing the absolute path specified by the absPath argument.
static Path Path.parseMappedForm(NamespaceRegistry namespaceRegistry, java.lang.String path)
          Returns a Path object representing the specified (either relative or absolute) path.
static Path Path.parseRelativePath(NamespaceRegistry registry, java.lang.String relPath)
          Returns a Path object representing the relative path specified by the relPath argument.
 java.lang.String Path.getMappedForm(NamespaceRegistry registry)
           
static ItemName ItemName.parseMappedForm(NamespaceRegistry registry, java.lang.String name)
          Converts the specified name string into an ItemName object.
 java.lang.String ItemName.getMappedForm(NamespaceRegistry registry)
           
 java.lang.String Mappable.getMappedForm(NamespaceRegistry registry)
          Returns this string with URIs mapped onto corresponding prefixes using the specified namespace registry.
static IndexedName IndexedName.parseMappedForm(NamespaceRegistry registry, java.lang.String name)
          Converts the specified name string into an IndexedName object.
 java.lang.String IndexedName.getMappedForm(NamespaceRegistry registry)
           
static DefName DefName.parseMappedForm(NamespaceRegistry registry, java.lang.String name)
          Converts the specified name string into a DefName object.
 java.lang.String DefName.getMappedForm(NamespaceRegistry registry)
           
static Name Name.parseMappedForm(NamespaceRegistry registry, java.lang.String name)
          Converts the specified name string into a Name object.
 java.lang.String Name.getMappedForm(NamespaceRegistry registry)
           
 

Uses of NamespaceRegistry in com.jeceira.value
 

Methods in com.jeceira.value with parameters of type NamespaceRegistry
static Name ValueConverter.toNameValue(java.lang.String s, NamespaceRegistry namespaceRegistry)
          Converts a string into a name value using the specified namespace registry.
static Path ValueConverter.toPathValue(java.lang.String s, NamespaceRegistry namespaceRegistry)
          Converts a string into a path value using the specified namespace registry.
static java.lang.String ValueConverter.toStringValue(Name n, NamespaceRegistry namespaceRegistry)
          Converts a name into string value using the specified namespace registry.
static java.lang.String ValueConverter.toStringValue(Path p, NamespaceRegistry namespaceRegistry)
          Converts a path into a string value using the specified namespace registry.
 

Uses of NamespaceRegistry in javax.jcr
 

Methods in javax.jcr that return NamespaceRegistry
 NamespaceRegistry Workspace.getNamespaceRegistry()
          Returns the NamespaceRegistry object, which is used to access information and (in level 2) set the mapping between namespace prefixes and URIs.
 



Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.