Uses of Class
org.apache.jackrabbit.uuid.UUID

Packages that use UUID
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
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 NodeImpl.internalGetUUID()
          Returns the (internal) uuid of this node.
 UUID NodeId.getUUID()
          Returns the UUID of the identified node.
 

Methods in org.apache.jackrabbit.core with parameters of type UUID
 NodeImpl NodeImpl.addNode(QName nodeName, QName nodeTypeName, UUID uuid)
          Same as Node.addNode(String, String) 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.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
 void ReferenceChangeTracker.mappedUUID(UUID oldUUID, UUID newUUID)
          Store the given uuid mapping for later lookup using ReferenceChangeTracker.getMappedUUID(UUID).
 UUID ReferenceChangeTracker.getMappedUUID(UUID oldUUID)
          Returns the new UUID to which oldUUID has been mapped or null if no such mapping exists.
 

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 uud)
          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.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.