public class IdFactoryLogger extends AbstractLogger implements org.apache.jackrabbit.spi.IdFactory
IdFactory.AbstractLogger.Callable, AbstractLogger.SafeCallablewriter| Constructor and Description |
|---|
IdFactoryLogger(org.apache.jackrabbit.spi.IdFactory idFactory,
LogWriter writer)
Create a new instance for the given
idFactory which uses
writer for persisting log messages. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.spi.NodeId |
createNodeId(org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Path path) |
org.apache.jackrabbit.spi.NodeId |
createNodeId(String uniqueID) |
org.apache.jackrabbit.spi.NodeId |
createNodeId(String uniqueID,
org.apache.jackrabbit.spi.Path path) |
org.apache.jackrabbit.spi.PropertyId |
createPropertyId(org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Name propertyName) |
org.apache.jackrabbit.spi.NodeId |
fromJcrIdentifier(String jcrIdentifier) |
org.apache.jackrabbit.spi.IdFactory |
getIdFactory() |
String |
toJcrIdentifier(org.apache.jackrabbit.spi.NodeId nodeId) |
execute, executepublic IdFactoryLogger(org.apache.jackrabbit.spi.IdFactory idFactory,
LogWriter writer)
idFactory which uses
writer for persisting log messages.idFactory - writer - public org.apache.jackrabbit.spi.IdFactory getIdFactory()
public org.apache.jackrabbit.spi.PropertyId createPropertyId(org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Name propertyName)
createPropertyId in interface org.apache.jackrabbit.spi.IdFactorypublic org.apache.jackrabbit.spi.NodeId createNodeId(org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Path path)
createNodeId in interface org.apache.jackrabbit.spi.IdFactorypublic org.apache.jackrabbit.spi.NodeId createNodeId(String uniqueID, org.apache.jackrabbit.spi.Path path)
createNodeId in interface org.apache.jackrabbit.spi.IdFactorypublic org.apache.jackrabbit.spi.NodeId createNodeId(String uniqueID)
createNodeId in interface org.apache.jackrabbit.spi.IdFactorypublic String toJcrIdentifier(org.apache.jackrabbit.spi.NodeId nodeId)
toJcrIdentifier in interface org.apache.jackrabbit.spi.IdFactorypublic org.apache.jackrabbit.spi.NodeId fromJcrIdentifier(String jcrIdentifier)
fromJcrIdentifier in interface org.apache.jackrabbit.spi.IdFactoryCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.