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