Uses of Interface
com.metamatrix.core.id.ObjectIDFactory

Packages that use ObjectIDFactory
com.metamatrix.common.id   
com.metamatrix.common.tree.basic   
com.metamatrix.core.id   
com.metamatrix.metadata.runtime   
 

Uses of ObjectIDFactory in com.metamatrix.common.id
 

Classes in com.metamatrix.common.id that implement ObjectIDFactory
 class TransactionIDFactory
           
 

Uses of ObjectIDFactory in com.metamatrix.common.tree.basic
 

Methods in com.metamatrix.common.tree.basic that return ObjectIDFactory
 ObjectIDFactory BasicTreeNodeSource.getObjectIDFactory()
          Return the ObjectIDFactory instance for this TreeNodeSource
 

Constructors in com.metamatrix.common.tree.basic with parameters of type ObjectIDFactory
BasicTreeNodeEditor(ObjectIDFactory idFactory)
          Create an empty property definition object with all defaults.
BasicTreeNodeEditor(ObjectIDFactory idFactory, PropertyAccessPolicy policy)
           
BasicTreeNodeEditor(ObjectIDFactory idFactory, PropertyAccessPolicy policy, UserTransactionFactory txnFactory)
           
BasicTreeNodeEditor(ObjectIDFactory idFactory, UserTransactionFactory txnFactory)
           
BasicTreeNodeSource(ObjectIDFactory idFactory)
           
BasicTreeNodeSource(ObjectIDFactory idFactory, PropertyAccessPolicy policy, UserTransactionFactory txnFactory)
           
BasicTreeNodeSource(ObjectIDFactory idFactory, UserTransactionFactory txnFactory)
           
 

Uses of ObjectIDFactory in com.metamatrix.core.id
 

Classes in com.metamatrix.core.id that implement ObjectIDFactory
 class IntegerIDFactory
           
 class LongIDFactory
           
 class StringIDFactory
           
 class UUIDFactory
          This class is a factory for generating universally unique identifiers (UUID's).
 

Methods in com.metamatrix.core.id that return ObjectIDFactory
 ObjectIDFactory IDGenerator.getDefaultFactory()
          Get the factory that is used by default for the IDGenerator.create() method is invoked.
 ObjectIDFactory IDGenerator.getFactory(java.lang.String protocol)
          Method to obtain the collection of ObjectIDFactory instances that each describe one of the types of ObjectIDs that are available to this generator.
 

Methods in com.metamatrix.core.id with parameters of type ObjectIDFactory
 void IDGenerator.addFactory(ObjectIDFactory factory)
          Supply to this generator a new factory for a type of ObjectID.
 void IDGenerator.setDefaultFactory(ObjectIDFactory factory)
          Set the factory that should be used by default for the IDGenerator.create() method is invoked.
 

Uses of ObjectIDFactory in com.metamatrix.metadata.runtime
 

Methods in com.metamatrix.metadata.runtime with parameters of type ObjectIDFactory
static void VDBTreeUtility.buildDataNodeTree(BasicTreeNode fakeRoot, ObjectIDFactory idFactory, VirtualDatabaseMetadata vDBMetadata)
          Builds a tree of Models, Groups, Elements and Proceedures from given VirtualDatabaseMetadata.
 



Copyright © 2009. All Rights Reserved.