public abstract class ItemInfoImpl extends Object implements org.apache.jackrabbit.spi.ItemInfo, Serializable
ItemInfoImpl is a base class for ItemInfo
implementations.| Constructor and Description |
|---|
ItemInfoImpl(org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Name name,
org.apache.jackrabbit.spi.Path path,
boolean isNode)
Deprecated.
Use
ItemInfoImpl(Path, boolean) instead. The
parentId is not used any more and the corresponding getter has been
removed. |
ItemInfoImpl(org.apache.jackrabbit.spi.Path path,
boolean isNode)
Creates a new item info from the given name, path and boolean flag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
denotesNode() |
org.apache.jackrabbit.spi.Path |
getPath() |
public ItemInfoImpl(org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Name name,
org.apache.jackrabbit.spi.Path path,
boolean isNode)
ItemInfoImpl(Path, boolean) instead. The
parentId is not used any more and the corresponding getter has been
removed.parentId - the parent id.name - the name of this item.path - the path to this item.isNode - if this item is a node.public ItemInfoImpl(org.apache.jackrabbit.spi.Path path,
boolean isNode)
path - the path to this item.isNode - if this item is a node.Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.