|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UUID | |
|---|---|
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
| org.apache.jackrabbit.core.persistence.bundle | |
| org.apache.jackrabbit.core.persistence.bundle.util | |
| org.apache.jackrabbit.core.state | |
| org.apache.jackrabbit.core.util | |
| org.apache.jackrabbit.core.value | |
| org.apache.jackrabbit.core.version | The versioning framework in jackrabbit consists of 3 layers. |
| org.apache.jackrabbit.uuid | |
| Uses of UUID in org.apache.jackrabbit.core |
|---|
| Methods in org.apache.jackrabbit.core that return UUID | |
|---|---|
UUID |
NodeId.getUUID()
Returns the UUID of the identified node. |
UUID |
NodeImpl.internalGetUUID()
Returns the (internal) uuid of this node. |
| Methods in org.apache.jackrabbit.core with parameters of type UUID | |
|---|---|
NodeImpl |
NodeImpl.addNode(QName nodeName,
QName nodeTypeName,
UUID uuid)
Same as except that
this method takes QName arguments instead of
Strings and has an additional uuid argument. |
Node |
SessionImpl.getNodeByUUID(UUID uuid)
Retrieves the referenceable node with the given UUID. |
| Constructors in org.apache.jackrabbit.core with parameters of type UUID | |
|---|---|
NodeId(UUID uuid)
Creates a node identifier instance for the identified node. |
|
| Uses of UUID in org.apache.jackrabbit.core.persistence.bundle |
|---|
| Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type UUID | |
|---|---|
protected int |
BundleDbPersistenceManager.setKey(PreparedStatement stmt,
UUID uuid,
int pos)
Sets the key parameters to the prepared statement, starting at pos and returns the number of key parameters + pos. |
| Uses of UUID in org.apache.jackrabbit.core.persistence.bundle.util |
|---|
| Methods in org.apache.jackrabbit.core.persistence.bundle.util that return UUID | |
|---|---|
UUID |
ItemStateBinding.readUUID(DataInputStream in)
Deserializes a UUID |
| Methods in org.apache.jackrabbit.core.persistence.bundle.util with parameters of type UUID | |
|---|---|
void |
ItemStateBinding.writeUUID(DataOutputStream out,
UUID uuid)
Serializes a UUID |
| Uses of UUID in org.apache.jackrabbit.core.state |
|---|
| Constructors in org.apache.jackrabbit.core.state with parameters of type UUID | |
|---|---|
NodeReferencesId(UUID uuid)
Creates a new instance of this class. |
|
| Uses of UUID in org.apache.jackrabbit.core.util |
|---|
| Methods in org.apache.jackrabbit.core.util that return UUID | |
|---|---|
UUID |
ReferenceChangeTracker.getMappedUUID(UUID oldUUID)
Returns the new UUID to which oldUUID has been mapped
or null if no such mapping exists. |
| Methods in org.apache.jackrabbit.core.util with parameters of type UUID | |
|---|---|
UUID |
ReferenceChangeTracker.getMappedUUID(UUID oldUUID)
Returns the new UUID to which oldUUID has been mapped
or null if no such mapping exists. |
void |
ReferenceChangeTracker.mappedUUID(UUID oldUUID,
UUID newUUID)
Store the given uuid mapping for later lookup using . |
| Uses of UUID in org.apache.jackrabbit.core.value |
|---|
| Methods in org.apache.jackrabbit.core.value with parameters of type UUID | |
|---|---|
static InternalValue |
InternalValue.create(UUID value)
|
| Uses of UUID in org.apache.jackrabbit.core.version |
|---|
| Methods in org.apache.jackrabbit.core.version that return UUID | |
|---|---|
UUID |
InternalFrozenNode.getFrozenUUID()
Returns the frozen UUID. |
UUID |
InternalVersionHistory.getVersionableUUID()
Returns the UUID of the versionable node that this history belongs to. |
| Methods in org.apache.jackrabbit.core.version with parameters of type UUID | |
|---|---|
boolean |
InternalFrozenNode.hasFrozenHistory(UUID uuid)
Checks if this frozen node has the frozen version history |
| Uses of UUID in org.apache.jackrabbit.uuid |
|---|
| Methods in org.apache.jackrabbit.uuid that return UUID | |
|---|---|
static UUID |
UUID.fromString(String uuidString)
Parses a string for a UUID. |
static UUID |
UUID.randomUUID()
Returns a new version 4 UUID, based upon Random bits. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||