|
||||||||||
| 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)
|
NodeId |
fromJcrIdentifier(String jcrIdentifier)
|
protected abstract PathFactory |
getPathFactory()
Subclassed need to define a PathFactory used to create IDs |
String |
toJcrIdentifier(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 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)public String toJcrIdentifier(NodeId nodeId)
toJcrIdentifier in interface IdFactoryIdFactory.toJcrIdentifier(NodeId)public NodeId fromJcrIdentifier(String jcrIdentifier)
fromJcrIdentifier in interface IdFactoryIdFactory.fromJcrIdentifier(String)protected abstract PathFactory getPathFactory()
PathFactory.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||