public static interface ItemInfoBuilder.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
createChildInfos(org.apache.jackrabbit.spi.NodeId id,
Iterator<org.apache.jackrabbit.spi.ChildInfo> childInfos)
Notification that new
ChildInfos have been built. |
void |
createNodeInfo(org.apache.jackrabbit.spi.NodeInfo nodeInfo)
Notification that a new
NodeInfo has been built. |
void |
createPropertyInfo(org.apache.jackrabbit.spi.PropertyInfo propertyInfo)
Notification that a new
PropertyInfo has been built. |
void createNodeInfo(org.apache.jackrabbit.spi.NodeInfo nodeInfo)
NodeInfo has been built.nodeInfo - void createChildInfos(org.apache.jackrabbit.spi.NodeId id,
Iterator<org.apache.jackrabbit.spi.ChildInfo> childInfos)
ChildInfos have been built.id - Id of the parent to which the childInfos belongchildInfos - void createPropertyInfo(org.apache.jackrabbit.spi.PropertyInfo propertyInfo)
PropertyInfo has been built.propertyInfo - Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.