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

Packages that use PropertiedObject
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
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 PropertiedObject in com.metamatrix.common.config.api
 

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

Uses of PropertiedObject in com.metamatrix.common.config.model
 

Classes in com.metamatrix.common.config.model that implement PropertiedObject
 class BasicAuthenticationProvider
           
 class BasicComponentDefn
           
 class BasicComponentObject
           
 class BasicConfiguration
          Configuration represents a single named set of deployable components (e.g., service and system components), a deployed set of components, global properties, and additional information.
 class BasicConnectorBinding
           
 class BasicDeployedComponent
          DeployedComponent represents a Component that is declared deployed to a specified machine.
 class BasicExtensionModule
           
 class BasicHost
           
 class BasicResourceDescriptor
           
 class BasicServiceComponentDefn
           
 class BasicSharedResource
           
 class BasicVMComponentDefn
           
 

Uses of PropertiedObject in com.metamatrix.common.object
 

Subinterfaces of PropertiedObject in com.metamatrix.common.object
 interface ObjectDefinition
           
 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 PropertiedObject
 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 PropertiedObjectImpl
          This class provides an implementation of a PropertiedObject, including basic management of properties and property definitions.
 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 with parameters of type PropertiedObject
protected  PropertiedObjectImpl PropertiedObjectEditorImpl.assertPropertiedObject(PropertiedObject obj)
           
 java.util.List PropertiedObjectEditor.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
          Get the allowed values for the property on the specified object.
 java.util.List PropertiedObjectEditorImpl.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
          Get the allowed values for the property on the specified object.
 java.util.List PropertiedObjectEditor.getPropertyDefinitions(PropertiedObject obj)
          Obtain the list of PropertyDefinitions that apply to the specified object's type.
 java.util.List PropertiedObjectEditorImpl.getPropertyDefinitions(PropertiedObject obj)
          Obtain the list of PropertyDefinitions that apply to the specified object's type.
 java.lang.Object PropertiedObjectEditor.getValue(PropertiedObject obj, PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
 java.lang.Object PropertiedObjectEditorImpl.getValue(PropertiedObject obj, PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
 boolean DefaultPropertyAccessPolicy.isReadOnly(PropertiedObject obj)
           
 boolean PropertyAccessPolicyImpl.isReadOnly(PropertiedObject obj)
           
 boolean PropertyAccessPolicy.isReadOnly(PropertiedObject obj)
           
 boolean PropertiedObjectEditor.isReadOnly(PropertiedObject obj)
          Return whether this editor may be used to set property values on the specified PropertiedObject.
 boolean PropertiedObjectEditorImpl.isReadOnly(PropertiedObject obj)
           
 boolean DefaultPropertyAccessPolicy.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean PropertyAccessPolicyImpl.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean PropertyAccessPolicy.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean PropertiedObjectEditorImpl.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean PropertiedObjectEditor.isValidValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 boolean PropertiedObjectEditorImpl.isValidValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 void DefaultPropertyAccessPolicy.reset(PropertiedObject obj)
           
 void PropertyAccessPolicyImpl.reset(PropertiedObject obj)
           
 void PropertyAccessPolicy.reset(PropertiedObject obj)
           
 void PropertiedObjectEditorImpl.reset(PropertiedObject obj)
           
 void DefaultPropertyAccessPolicy.setReadOnly(PropertiedObject obj, boolean readOnly)
           
 void PropertyAccessPolicyImpl.setReadOnly(PropertiedObject obj, boolean readOnly)
           
 void PropertyAccessPolicy.setReadOnly(PropertiedObject obj, boolean readOnly)
           
 void PropertiedObjectEditorImpl.setReadOnly(PropertiedObject obj, boolean readOnly)
           
 void DefaultPropertyAccessPolicy.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void PropertyAccessPolicyImpl.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void PropertyAccessPolicy.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void PropertiedObjectEditorImpl.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void PropertiedObjectEditor.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 void PropertiedObjectEditorImpl.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 

Uses of PropertiedObject in com.metamatrix.common.tree
 

Subinterfaces of PropertiedObject in com.metamatrix.common.tree
 interface TreeNode
          This interface represents a single entry on a hierarchical system.
 

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

Classes in com.metamatrix.common.tree.basic that implement PropertiedObject
 class BasicTreeNode
           
 

Methods in com.metamatrix.common.tree.basic with parameters of type PropertiedObject
protected  BasicTreeNode BasicTreeNodeEditor.assertBasicTreeNode(PropertiedObject obj)
           
 java.util.List BasicTreeNodeEditor.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
          Get the allowed values for the property on the specified object.
 java.util.List BasicTreeNodeEditor.getPropertyDefinitions(PropertiedObject obj)
          Obtain the list of PropertyDefinitions that apply to the specified object's type.
 java.lang.Object BasicTreeNodeEditor.getValue(PropertiedObject obj, PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
 boolean BasicTreeNodeEditor.isReadOnly(PropertiedObject obj)
           
 boolean BasicTreeNodeEditor.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean BasicTreeNodeEditor.isValidValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 void BasicTreeNodeEditor.reset(PropertiedObject obj)
           
 void BasicTreeNodeEditor.setReadOnly(PropertiedObject obj, boolean readOnly)
           
 void BasicTreeNodeEditor.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void BasicTreeNodeEditor.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 

Uses of PropertiedObject in com.metamatrix.common.tree.directory
 

Subinterfaces of PropertiedObject in com.metamatrix.common.tree.directory
 interface DirectoryEntry
          This interface represents a single resource on a hierarchical system, such as a file system.
 interface FileDefinition
           
 interface FolderDefinition
           
 

Classes in com.metamatrix.common.tree.directory that implement PropertiedObject
 class FileDefinitionImpl
           
 class FileSystemEntry
          This class represents a single resource on a hierarchical system, such as a file system.
 class FolderDefinitionImpl
           
 

Methods in com.metamatrix.common.tree.directory with parameters of type PropertiedObject
protected  FileSystemEntry FileSystemEntryEditor.assertFileSystemEntry(PropertiedObject obj)
           
 java.util.List FileSystemEntryEditor.getAllowedValues(PropertiedObject obj, PropertyDefinition def)
          Get the allowed values for the property on the specified object.
 java.util.List FileSystemEntryEditor.getPropertyDefinitions(PropertiedObject obj)
          Obtain the list of PropertyDefinitions that apply to the specified object's type.
 java.lang.Object FileSystemEntryEditor.getValue(PropertiedObject obj, PropertyDefinition def)
          Obtain from the specified PropertiedObject the property value that corresponds to the specified PropertyDefinition.
 boolean FileSystemEntryEditor.isReadOnly(PropertiedObject obj)
          Return whether this editor may be used to set property values on the specified PropertiedObject.
 boolean FileSystemEntryEditor.isReadOnly(PropertiedObject obj, PropertyDefinition def)
           
 boolean FileSystemEntryEditor.isValidValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Return whether the specified value is considered valid.
 void FileSystemEntryEditor.reset(PropertiedObject obj)
           
 void FileSystemEntryEditor.setReadOnly(PropertiedObject obj, boolean readOnly)
           
 void FileSystemEntryEditor.setReadOnly(PropertiedObject obj, PropertyDefinition def, boolean readOnly)
           
 void FileSystemEntryEditor.setValue(PropertiedObject obj, PropertyDefinition def, java.lang.Object value)
          Set on the specified PropertiedObject the value defined by the specified PropertyDefinition.
 

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

Subinterfaces of PropertiedObject in com.metamatrix.platform.admin.api
 interface PermissionDataNode
          Defines an interface to tree node for displaying entitlements.
 interface PermissionDataNodeDefinition
          This interface specifies an ObjectDefinition for the PermissionDataNode.
 interface PermissionNode
           
 

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

Classes in com.metamatrix.platform.admin.apiimpl that implement PropertiedObject
 class PermissionDataNodeDefinitionImpl
           
 class PermissionDataNodeImpl
          Defines a tree node for displaying entitlements.
 



Copyright © 2009. All Rights Reserved.