Uses of Interface
org.teiid.core.id.ObjectID

Packages that use ObjectID
org.teiid.core.id   
 

Uses of ObjectID in org.teiid.core.id
 

Classes in org.teiid.core.id that implement ObjectID
 class IntegerID
           
 class LongID
           
 class StringID
           
 class UUID
          This class represents a universally unique identifier, consisting of two long integral values.
 

Methods in org.teiid.core.id that return ObjectID
 ObjectID IntegerIDFactory.create()
          Create a new ObjectID instance using this protocol.
 ObjectID ObjectIDFactory.create()
          Create a new GlobalUID instance using this protocol.
 ObjectID UUIDFactory.create()
          Create a new ObjectID instance using this protocol.
 ObjectID IDGenerator.create()
          Create a new ObjectID using the default factory
 ObjectID LongIDFactory.create()
          Create a new ObjectID instance using this protocol.
 ObjectID StringIDFactory.create()
          Create a new ObjectID instance using this protocol.
 ObjectID IDGenerator.create(java.lang.String protocol)
          Create a new ObjectID for the type specified by the protocol
 ObjectID IntegerIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID ObjectIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID UUIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID IDGenerator.stringToObject(java.lang.String id)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID LongIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID StringIDFactory.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
static ObjectID UUID.stringToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID IDGenerator.stringToObject(java.lang.String id, char delim)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID IDGenerator.stringToObject(java.lang.String id, java.lang.String protocol)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID IntegerIDFactory.stringWithoutProtocolToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID ObjectIDFactory.stringWithoutProtocolToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID UUIDFactory.stringWithoutProtocolToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID LongIDFactory.stringWithoutProtocolToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 ObjectID StringIDFactory.stringWithoutProtocolToObject(java.lang.String value)
          Attempt to convert the specified string to the appropriate ObjectID instance.
 

Methods in org.teiid.core.id with parameters of type ObjectID
static long UUID.getPart1(ObjectID id)
          Return the first part of the UUID as a long.
static long UUID.getPart2(ObjectID id)
          Return the first part of the UUID as a long.
static int UUID.getVariant(ObjectID id)
           
static int UUID.getVersion(ObjectID id)
           
 java.lang.String IDGenerator.toString(ObjectID id)
          Convenience method for obtaining the stringified form of an ObjectID.
 java.lang.String IDGenerator.toString(ObjectID id, char delim)
          Convenience method for obtaining the stringified form of an ObjectID.
 boolean IntegerIDFactory.validate(ObjectID id)
          Return whether the specified ObjectID instance is valid.
 boolean LongIDFactory.validate(ObjectID id)
          Return whether the specified ObjectID instance is valid.
 boolean StringIDFactory.validate(ObjectID id)
          Return whether the specified ObjectID instance is valid.
 



Copyright © 2010. All Rights Reserved.