Uses of Class
org.apache.jackrabbit.spi.commons.conversion.MalformedPathException
-
Packages that use MalformedPathException Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.session org.apache.jackrabbit.spi.commons.conversion org.apache.jackrabbit.spi.commons.name -
-
Uses of MalformedPathException in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that throw MalformedPathException Modifier and Type Method Description void
SessionImpl. checkFormat(String identifier)
Path
SessionImpl. getPath(String identifier)
Path
SessionImpl. getQPath(String path)
Path
SessionImpl. getQPath(String path, boolean normalizeIdentifier)
protected void
CachingHierarchyManager. pathResolved(ItemId id, PathBuilder builder)
protected void
HierarchyManagerImpl. pathResolved(ItemId id, PathBuilder builder)
protected ItemId
HierarchyManagerImpl. resolvePath(Path.Element[] elements, int next, ItemId id, int typesAllowed)
Internal implementation that iteratively resolves a path into an item. -
Uses of MalformedPathException in org.apache.jackrabbit.core.session
Methods in org.apache.jackrabbit.core.session that throw MalformedPathException Modifier and Type Method Description Path
SessionContext. getQPath(String path)
Path
SessionContext. getQPath(String path, boolean normalizeIdentifier)
-
Uses of MalformedPathException in org.apache.jackrabbit.spi.commons.conversion
Methods in org.apache.jackrabbit.spi.commons.conversion that throw MalformedPathException Modifier and Type Method Description void
IdentifierResolver. checkFormat(String identifier)
static void
PathParser. checkFormat(String jcrPath)
Check the format of the given jcr path.Path
IdentifierResolver. getPath(String identifier)
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 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 MalformedPathException in org.apache.jackrabbit.spi.commons.name
Methods in org.apache.jackrabbit.spi.commons.name that throw MalformedPathException Modifier and Type Method Description Path
PathBuilder. getPath()
Assembles the built path and returns a newPath
.Path
PathMap.Element. getPath()
Return the path of this element.
-