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 Name
SessionImpl. getQName(String name)
Path
SessionImpl. getQPath(String path)
Path
SessionImpl. 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 String
AbstractNamespaceMappings. translateName(Name qName)
Translates a name from a session local namespace mapping into a search index private namespace mapping.String
NamespaceMappings. translateName(Name name)
Translates a name from a session local namespace mapping into a search index private namespace mapping.String
AbstractNamespaceMappings. translatePath(Path path)
Translates a path into a search index private namespace mapping.String
NamespaceMappings. 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 Name
SessionContext. getQName(String name)
Path
SessionContext. getQPath(String path)
Path
SessionContext. 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 void
NameParser. checkFormat(String jcrName)
Check the format of the jcr name.Name
CachingNameResolver. getQName(String jcrName)
Returns aName
for the given prefixed JCR name.Name
DefaultNamePathResolver. getQName(String name)
Name
NameResolver. getQName(String name)
Returns theName
for the given JCR name String.Name
ParsingNameResolver. getQName(String jcrName)
Parses the given JCR name and returns the resolvedName
object.Path
CachingPathResolver. getQPath(String path)
Returns thePath
object for the given JCR path String.Path
CachingPathResolver. getQPath(String path, boolean normalizeIdentifier)
Path
DefaultNamePathResolver. getQPath(String path)
Path
DefaultNamePathResolver. getQPath(String path, boolean normalizeIdentifier)
Path
ParsingPathResolver. getQPath(String jcrPath)
Parses the given JCR path into aPath
object.Path
ParsingPathResolver. getQPath(String jcrPath, boolean normalizeIdentifier)
CallsPathParser.parse(String, NameResolver, IdentifierResolver, org.apache.jackrabbit.spi.PathFactory)
from the givenjcrPath
.Path
PathResolver. getQPath(String path)
Returns the path object for the given JCR path string.Path
PathResolver. getQPath(String path, boolean normalizeIdentifier)
Returns the path object for the given JCR path string.static Name
NameParser. parse(String jcrName, NamespaceResolver resolver, NameFactory factory)
Parses thejcrName
(either qualified or expanded) and returns a newName
.static Path
PathParser. parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)
ParsesjcrPath
into aPath
object usingresolver
to convert prefixes into namespace URIs.static Path
PathParser. parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory, boolean normalizeIdentifier)
ParsesjcrPath
into aPath
object usingresolver
to convert prefixes into namespace URIs.static Path
PathParser. parse(String jcrPath, NameResolver resolver, PathFactory factory)
ParsesjcrPath
into aPath
object usingresolver
to convert prefixes into namespace URIs.static Path
PathParser. parse(Path parent, String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)
Parses the givenjcrPath
and returns aPath
.static Path
PathParser. parse(Path parent, String jcrPath, NameResolver resolver, PathFactory factory)
Parses the givenjcrPath
and 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)
-