public class BundlingHandler extends Object
| Constructor and Description |
|---|
BundlingHandler(BundledTypesRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
BundlingHandler |
childAdded(String name,
org.apache.jackrabbit.oak.spi.state.NodeState state) |
BundlingHandler |
childChanged(String name,
org.apache.jackrabbit.oak.spi.state.NodeState before,
org.apache.jackrabbit.oak.spi.state.NodeState after) |
BundlingHandler |
childDeleted(String name,
org.apache.jackrabbit.oak.spi.state.NodeState state) |
Set<org.apache.jackrabbit.oak.api.PropertyState> |
getMetaProps() |
String |
getNodeFullPath()
Returns absolute path of the current node
|
org.apache.jackrabbit.oak.spi.state.NodeState |
getNodeState() |
String |
getPropertyPath(String propertyName)
Returns property path.
|
Set<String> |
getRemovedProps()
Returns name of properties which needs to be removed or marked as deleted
|
String |
getRootBundlePath() |
boolean |
isBundledNode()
Returns true if and only if current node is bundled in another node
|
boolean |
isBundlingRoot() |
String |
toString() |
public BundlingHandler(BundledTypesRegistry registry)
public String getPropertyPath(String propertyName)
public boolean isBundledNode()
public String getNodeFullPath()
public org.apache.jackrabbit.oak.spi.state.NodeState getNodeState()
public Set<org.apache.jackrabbit.oak.api.PropertyState> getMetaProps()
public Set<String> getRemovedProps()
public String getRootBundlePath()
public BundlingHandler childAdded(String name, org.apache.jackrabbit.oak.spi.state.NodeState state)
public BundlingHandler childDeleted(String name, org.apache.jackrabbit.oak.spi.state.NodeState state)
public BundlingHandler childChanged(String name, org.apache.jackrabbit.oak.spi.state.NodeState before, org.apache.jackrabbit.oak.spi.state.NodeState after)
public boolean isBundlingRoot()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.