Uses of Interface
com.metamatrix.common.object.ObjectDefinition

Packages that use ObjectDefinition
com.metamatrix.common.config.api   
com.metamatrix.common.object   
com.metamatrix.common.tree   
com.metamatrix.common.tree.basic   
com.metamatrix.common.tree.directory   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
 

Uses of ObjectDefinition in com.metamatrix.common.config.api
 

Classes in com.metamatrix.common.config.api that implement ObjectDefinition
 class ComponentTypePropDefn
          ComponentTypePropDefn is an unmodifiable wrapper for the PropertyDefinition.
 

Uses of ObjectDefinition in com.metamatrix.common.object
 

Subinterfaces of ObjectDefinition in com.metamatrix.common.object
 interface PropertyDefinition
          Defines the type of property that will be placed in a detail panel or table
 

Classes in com.metamatrix.common.object that implement ObjectDefinition
 class ObjectDefinitionImpl
          This class captures the definition of a generic property, and can be used to determine appropriate user-interface representations to present and capture property values.
 class PropertyDefinitionGroup
          PropertyDefinitionGroup is a nestable list of PropertyDefinitions that are defined to be used together.
 class PropertyDefinitionImpl
          Prototype implementation of PropertyDefinition
 

Methods in com.metamatrix.common.object that return ObjectDefinition
 ObjectDefinition ObjectDefinitionFactory.create()
          Create a new ObjectDefinition instance.
 ObjectDefinition PropertyDefinitionImplFactory.create()
          Create a new ObjectDefinition instance.
 ObjectDefinition ObjectDefinitionImplFactory.create()
          Create a new ObjectDefinition instance.
 ObjectDefinition ObjectDefinitionFactory.create(java.lang.String name)
          Create a definition object with the specified name.
 ObjectDefinition PropertyDefinitionImplFactory.create(java.lang.String name)
          Create a definition object with the specified name.
 ObjectDefinition ObjectDefinitionImplFactory.create(java.lang.String name)
          Create a definition object with the specified name.
 ObjectDefinition ObjectDefinitionFactory.create(java.lang.String name, java.lang.String displayName)
          Create a definition object with the specified set of attributes.
 ObjectDefinition PropertyDefinitionImplFactory.create(java.lang.String name, java.lang.String displayName)
          Create a definition object with the specified set of attributes.
 ObjectDefinition ObjectDefinitionImplFactory.create(java.lang.String name, java.lang.String displayName)
          Create a definition object with the specified set of attributes.
 

Constructors in com.metamatrix.common.object with parameters of type ObjectDefinition
ObjectDefinitionImpl(ObjectDefinition defn)
          Create a property definition object that is a copy of the specified instance.
 

Uses of ObjectDefinition in com.metamatrix.common.tree
 

Methods in com.metamatrix.common.tree that return ObjectDefinition
 ObjectDefinition TreeNode.getType()
          Get this type for this tree node.
 

Methods in com.metamatrix.common.tree with parameters of type ObjectDefinition
 TreeNode TreeNodeEditor.create(TreeNode parent, ObjectDefinition type)
          Create a new instance of a TreeNode under the specified parent and with the specified type.
 TreeNode TreeNodeEditor.create(TreeNode parent, java.lang.String name, ObjectDefinition type)
          Create a new instance of a TreeNode under the specified parent, with the specified type and with the specified name
 

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

Methods in com.metamatrix.common.tree.basic that return ObjectDefinition
 ObjectDefinition BasicTreeNode.getType()
          Get this type for this entity.
 

Methods in com.metamatrix.common.tree.basic with parameters of type ObjectDefinition
protected  void BasicTreeNode.addChild(BasicTreeNode child, ObjectDefinition childType, int index)
           
 TreeNode BasicTreeNodeEditor.create(TreeNode parent, ObjectDefinition type)
          Create a new instance of a TreeNode under the specified parent and with the specified type.
 TreeNode BasicTreeNodeEditor.create(TreeNode parent, java.lang.String name, ObjectDefinition type)
          Create a new instance of a TreeNode under the specified parent, with the specified type and with the specified name
 TreeNode BasicTreeNode.getChild(java.lang.String name, ObjectDefinition defn, boolean ignoreCase)
          Return the immediate child of this object that has the specified name.
 

Constructors in com.metamatrix.common.tree.basic with parameters of type ObjectDefinition
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 ObjectDefinition in com.metamatrix.common.tree.directory
 

Subinterfaces of ObjectDefinition in com.metamatrix.common.tree.directory
 interface FileDefinition
           
 interface FolderDefinition
           
 

Classes in com.metamatrix.common.tree.directory that implement ObjectDefinition
 class FileDefinitionImpl
           
 class FolderDefinitionImpl
           
 

Methods in com.metamatrix.common.tree.directory that return ObjectDefinition
 ObjectDefinition FileSystemEntry.getType()
          Determine the ObjectDefinition type of this DirectoryEntry.
 

Methods in com.metamatrix.common.tree.directory with parameters of type ObjectDefinition
 TreeNode FileSystemEntryEditor.create(TreeNode parent, ObjectDefinition type)
          Create a new instance of a TreeNode under the specified parent and with the specified type.
 TreeNode FileSystemEntryEditor.create(TreeNode parent, java.lang.String name, ObjectDefinition type)
          Create a new instance of a TreeNode under the specified parent, with the specified type and with the specified name
protected  FileSystemEntry FileSystemView.getFileSystemEntry(java.io.File f, ObjectDefinition type)
           
 

Constructors in com.metamatrix.common.tree.directory with parameters of type ObjectDefinition
FileSystemEntry(java.io.File file, ObjectDefinition type)
           
 

Uses of ObjectDefinition in com.metamatrix.platform.admin.api
 

Subinterfaces of ObjectDefinition in com.metamatrix.platform.admin.api
 interface PermissionDataNodeDefinition
          This interface specifies an ObjectDefinition for the PermissionDataNode.
 

Uses of ObjectDefinition in com.metamatrix.platform.admin.apiimpl
 

Classes in com.metamatrix.platform.admin.apiimpl that implement ObjectDefinition
 class PermissionDataNodeDefinitionImpl
           
 



Copyright © 2009. All Rights Reserved.