Uses of Class
org.apache.jackrabbit.spi.commons.conversion.IllegalNameException
-
Packages that use IllegalNameException Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.core.query.lucene.join org.apache.jackrabbit.core.session org.apache.jackrabbit.spi.commons.conversion org.apache.jackrabbit.spi2dav -
-
Uses of IllegalNameException in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that throw IllegalNameException Modifier and Type Method Description NameSessionImpl. getQName(String name)PathSessionImpl. getQPath(String path)PathSessionImpl. getQPath(String path, boolean normalizeIdentifier) -
Uses of IllegalNameException in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene that throw IllegalNameException Modifier and Type Method Description StringAbstractNamespaceMappings. translateName(Name qName)Translates a name from a session local namespace mapping into a search index private namespace mapping.StringNamespaceMappings. translateName(Name name)Translates a name from a session local namespace mapping into a search index private namespace mapping.StringAbstractNamespaceMappings. translatePath(Path path)Translates a path into a search index private namespace mapping.StringNamespaceMappings. translatePath(Path path)Translates a path into a search index private namespace mapping. -
Uses of IllegalNameException in org.apache.jackrabbit.core.query.lucene.join
Constructors in org.apache.jackrabbit.core.query.lucene.join that throw IllegalNameException Constructor Description EquiJoin(MultiColumnQueryHits inner, int innerScoreNodeIndex, NamespaceMappings nsMappings, IndexReader reader, Name innerProperty, Name outerProperty)Creates a new equi join condition. -
Uses of IllegalNameException in org.apache.jackrabbit.core.session
Methods in org.apache.jackrabbit.core.session that throw IllegalNameException Modifier and Type Method Description NameSessionContext. getQName(String name)PathSessionContext. getQPath(String path)PathSessionContext. getQPath(String path, boolean normalizeIdentifier) -
Uses of IllegalNameException in org.apache.jackrabbit.spi.commons.conversion
Methods in org.apache.jackrabbit.spi.commons.conversion that throw IllegalNameException Modifier and Type Method Description static voidNameParser. checkFormat(String jcrName)Check the format of the jcr name.NameCachingNameResolver. getQName(String jcrName)Returns aNamefor the given prefixed JCR name.NameDefaultNamePathResolver. getQName(String name)NameNameResolver. getQName(String name)Returns theNamefor the given JCR name String.NameParsingNameResolver. getQName(String jcrName)Parses the given JCR name and returns the resolvedNameobject.PathCachingPathResolver. getQPath(String path)Returns thePathobject for the given JCR path String.PathCachingPathResolver. getQPath(String path, boolean normalizeIdentifier)PathDefaultNamePathResolver. getQPath(String path)PathDefaultNamePathResolver. getQPath(String path, boolean normalizeIdentifier)PathParsingPathResolver. getQPath(String jcrPath)Parses the given JCR path into aPathobject.PathParsingPathResolver. getQPath(String jcrPath, boolean normalizeIdentifier)CallsPathParser.parse(String, NameResolver, IdentifierResolver, org.apache.jackrabbit.spi.PathFactory)from the givenjcrPath.PathPathResolver. getQPath(String path)Returns the path object for the given JCR path string.PathPathResolver. getQPath(String path, boolean normalizeIdentifier)Returns the path object for the given JCR path string.static NameNameParser. parse(String jcrName, NamespaceResolver resolver, NameFactory factory)Parses thejcrName(either qualified or expanded) and returns a newName.static PathPathParser. parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)ParsesjcrPathinto aPathobject usingresolverto convert prefixes into namespace URIs.static PathPathParser. parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory, boolean normalizeIdentifier)ParsesjcrPathinto aPathobject usingresolverto convert prefixes into namespace URIs.static PathPathParser. parse(String jcrPath, NameResolver resolver, PathFactory factory)ParsesjcrPathinto aPathobject usingresolverto convert prefixes into namespace URIs.static PathPathParser. parse(Path parent, String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)Parses the givenjcrPathand returns aPath.static PathPathParser. parse(Path parent, String jcrPath, NameResolver resolver, PathFactory factory)Parses the givenjcrPathand returns aPath. -
Uses of IllegalNameException in org.apache.jackrabbit.spi2dav
Constructors in org.apache.jackrabbit.spi2dav that throw IllegalNameException Constructor Description EventImpl(ItemId eventId, Path eventPath, NodeId parentId, int eventType, String userId, Element eventElement, NamePathResolver resolver, QValueFactory qvFactory)
-