|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectID in com.metamatrix.common.id |
---|
Classes in com.metamatrix.common.id that implement ObjectID | |
---|---|
class |
TransactionID
|
Methods in com.metamatrix.common.id that return ObjectID | |
---|---|
ObjectID |
TransactionIDFactory.create()
Create a new ObjectID instance using this protocol. |
ObjectID |
TransactionIDFactory.stringToObject(java.lang.String value)
Attempt to convert the specified string to the appropriate ObjectID instance. |
Methods in com.metamatrix.common.id with parameters of type ObjectID | |
---|---|
boolean |
TransactionIDFactory.validate(ObjectID id)
Return whether the specified ObjectID instance is valid. |
Uses of ObjectID in com.metamatrix.common.tree.basic |
---|
Methods in com.metamatrix.common.tree.basic that return ObjectID | |
---|---|
ObjectID |
BasicTreeNode.getGlobalUID()
|
Methods in com.metamatrix.common.tree.basic with parameters of type ObjectID | |
---|---|
protected TreeNode |
BasicTreeNode.find(ObjectID globalUID)
|
protected void |
BasicTreeNode.setGlobalUID(ObjectID newID)
Use this with extreme care!!!! |
Constructors in com.metamatrix.common.tree.basic with parameters of type ObjectID | |
---|---|
BasicTreeNode(BasicTreeNode parent,
java.lang.String name,
ObjectDefinition defn,
ObjectID guid)
Construct a new instance by specifying the parent that owns this entity, the name of the instance, the type of the instance and the global UID for the instance. |
Uses of ObjectID in com.metamatrix.core.event |
---|
Methods in com.metamatrix.core.event that return ObjectID | |
---|---|
ObjectID |
TargetableEvent.getEventID()
Return the identifier associted with this event. |
Constructors in com.metamatrix.core.event with parameters of type ObjectID | |
---|---|
TargetableEvent(java.lang.Object source,
java.lang.Object target,
ObjectID eventID)
|
Uses of ObjectID in com.metamatrix.core.id |
---|
Classes in com.metamatrix.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 com.metamatrix.core.id that return ObjectID | |
---|---|
ObjectID |
UUIDFactory.create()
Create a new ObjectID instance using this protocol. |
ObjectID |
StringIDFactory.create()
Create a new ObjectID instance using this protocol. |
ObjectID |
ObjectIDFactory.create()
Create a new GlobalUID instance using this protocol. |
ObjectID |
LongIDFactory.create()
Create a new ObjectID instance using this protocol. |
ObjectID |
IntegerIDFactory.create()
Create a new ObjectID instance using this protocol. |
ObjectID |
IDGenerator.create()
Create a new ObjectID using the default factory |
ObjectID |
IDGenerator.create(java.lang.String protocol)
Create a new ObjectID for the type specified by the protocol |
ObjectID |
UUIDFactory.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 |
StringIDFactory.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 |
LongIDFactory.stringToObject(java.lang.String value)
Attempt to convert the specified string to the appropriate ObjectID instance. |
ObjectID |
IntegerIDFactory.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 |
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 |
UUIDFactory.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. |
ObjectID |
ObjectIDFactory.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 |
IntegerIDFactory.stringWithoutProtocolToObject(java.lang.String value)
Attempt to convert the specified string to the appropriate ObjectID instance. |
Methods in com.metamatrix.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 |
StringIDFactory.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 |
IntegerIDFactory.validate(ObjectID id)
Return whether the specified ObjectID instance is valid. |
Uses of ObjectID in com.metamatrix.modeler.core.types |
---|
Fields in com.metamatrix.modeler.core.types declared as ObjectID | |
---|---|
static ObjectID |
DatatypeConstants.BUILTIN_DATATYPES_MODEL_UUID
UUID of the built-in datatype model |
static ObjectID |
DatatypeConstants.XML_MAGIC_SCHEMA_UUID_1999
|
static ObjectID |
DatatypeConstants.XML_MAGIC_SCHEMA_UUID_2000_10
|
static ObjectID |
DatatypeConstants.XML_MAGIC_SCHEMA_UUID_2001
|
static ObjectID |
DatatypeConstants.XML_SCHEMA_INSTANCE_UUID_1999
|
static ObjectID |
DatatypeConstants.XML_SCHEMA_INSTANCE_UUID_2000_10
|
static ObjectID |
DatatypeConstants.XML_SCHEMA_INSTANCE_UUID_2001
|
static ObjectID |
DatatypeConstants.XML_SCHEMA_UUID_1999
UUIDs of the XMLSchema.xsd, MagicXMLSchema.xsd, and xml.xsd http://www.w3.org/1999/XMLSchema" . |
static ObjectID |
DatatypeConstants.XML_SCHEMA_UUID_2000_10
UUIDs of the XMLSchema.xsd, MagicXMLSchema.xsd, and xml.xsd "http://www.w3.org/2000/10/XMLSchema" schema. |
static ObjectID |
DatatypeConstants.XML_SCHEMA_UUID_2001
UUIDs of the XMLSchema.xsd, MagicXMLSchema.xsd, and XMLSchema-instance.xsd "http://www.w3.org/2001/XMLSchema" schema. |
Uses of ObjectID in com.metamatrix.platform.admin.api |
---|
Methods in com.metamatrix.platform.admin.api that return ObjectID | |
---|---|
ObjectID |
PermissionNode.getUUID()
The node's unique ID. |
Uses of ObjectID in com.metamatrix.platform.admin.apiimpl |
---|
Methods in com.metamatrix.platform.admin.apiimpl that return ObjectID | |
---|---|
ObjectID |
PermissionDataNodeImpl.getUUID()
The node's unique ID. |
Constructors in com.metamatrix.platform.admin.apiimpl with parameters of type ObjectID | |
---|---|
PermissionDataNodeImpl(BasicTreeNode parent,
AuthorizationActions allowedActions,
PermissionDataNodeDefinition nodeDefinition,
boolean nodeIsPhysical,
ObjectID guid)
Construct a new instance by specifying the parent that owns this entity, the name of the instance, the type of the instance and the global UID for the instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |