|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.identifier.AbstractIdFactory
public abstract class AbstractIdFactory
AbstractIdFactory...
| Constructor Summary | |
|---|---|
AbstractIdFactory()
|
|
| Method Summary | |
|---|---|
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)
|
protected abstract org.apache.jackrabbit.spi.PathFactory |
getPathFactory()
Subclassed need to define a PathFactory used to create IDs |
String |
toJcrIdentifier(org.apache.jackrabbit.spi.NodeId nodeId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractIdFactory()
| Method Detail |
|---|
public 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.IdFactoryIdFactory.createNodeId(NodeId, Path)
public org.apache.jackrabbit.spi.NodeId createNodeId(String uniqueID,
org.apache.jackrabbit.spi.Path path)
createNodeId in interface org.apache.jackrabbit.spi.IdFactoryIdFactory.createNodeId(String, Path)public org.apache.jackrabbit.spi.NodeId createNodeId(String uniqueID)
createNodeId in interface org.apache.jackrabbit.spi.IdFactoryIdFactory.createNodeId(String)
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.IdFactoryIdFactory.createPropertyId(NodeId,Name)public String toJcrIdentifier(org.apache.jackrabbit.spi.NodeId nodeId)
toJcrIdentifier in interface org.apache.jackrabbit.spi.IdFactoryIdFactory.toJcrIdentifier(NodeId)public org.apache.jackrabbit.spi.NodeId fromJcrIdentifier(String jcrIdentifier)
fromJcrIdentifier in interface org.apache.jackrabbit.spi.IdFactoryIdFactory.fromJcrIdentifier(String)protected abstract org.apache.jackrabbit.spi.PathFactory getPathFactory()
PathFactory.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||