|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectID | |
---|---|
com.metamatrix.common.tree.basic | |
com.metamatrix.core.event | |
com.metamatrix.core.id | |
com.metamatrix.platform.admin.api | |
com.metamatrix.platform.admin.apiimpl |
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 |
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 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 |
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. |
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 |