Uses of Interface
org.nakedobjects.metamodel.spec.identifier.Identified

Packages that use Identified
org.nakedobjects.metamodel.facets   
org.nakedobjects.metamodel.runtimecontext   
org.nakedobjects.metamodel.runtimecontext.noruntime   
org.nakedobjects.metamodel.runtimecontext.spec   
org.nakedobjects.metamodel.runtimecontext.spec.feature   
org.nakedobjects.metamodel.spec   
org.nakedobjects.metamodel.spec.feature   
org.nakedobjects.metamodel.spec.identifier   
org.nakedobjects.metamodel.specloader.internal   
org.nakedobjects.metamodel.specloader.internal.instances   
org.nakedobjects.metamodel.specloader.internal.peer   
 

Uses of Identified in org.nakedobjects.metamodel.facets
 

Methods in org.nakedobjects.metamodel.facets that return Identified
 Identified FacetAbstract.getIdentified()
          Convenience method that returns FacetAbstract.getFacetHolder() downcast to Identified if the implementation does indeed inherit from Identified, otherwise null.
 

Uses of Identified in org.nakedobjects.metamodel.runtimecontext
 

Methods in org.nakedobjects.metamodel.runtimecontext with parameters of type Identified
 NakedObject RuntimeContext.adapterFor(java.lang.Object domainObject, NakedObject ownerAdapter, Identified identified)
          Provided by the AdapterManager when used by framework.
 

Uses of Identified in org.nakedobjects.metamodel.runtimecontext.noruntime
 

Methods in org.nakedobjects.metamodel.runtimecontext.noruntime with parameters of type Identified
 NakedObject RuntimeContextNoRuntime.adapterFor(java.lang.Object pojo, NakedObject ownerAdapter, Identified identified)
           
 

Uses of Identified in org.nakedobjects.metamodel.runtimecontext.spec
 

Classes in org.nakedobjects.metamodel.runtimecontext.spec that implement Identified
 class IntrospectableSpecificationAbstract
           
 class NakedObjectSpecificationNoMember
          A simple implementation used for objects that have no members (fields or actions).
 

Uses of Identified in org.nakedobjects.metamodel.runtimecontext.spec.feature
 

Classes in org.nakedobjects.metamodel.runtimecontext.spec.feature that implement Identified
 class NakedObjectActionSet
           
 class NakedObjectAssociationAbstract
           
 class NakedObjectMemberAbstract
           
 

Constructors in org.nakedobjects.metamodel.runtimecontext.spec.feature with parameters of type Identified
NakedObjectAssociationAbstract(java.lang.String associationId, NakedObjectSpecification specification, NakedObjectMemberAbstract.MemberType memberType, Identified facetHolder, RuntimeContext runtimeContext)
           
NakedObjectMemberAbstract(java.lang.String id, Identified facetHolder, NakedObjectMemberAbstract.MemberType memberType, RuntimeContext runtimeContext)
           
 

Uses of Identified in org.nakedobjects.metamodel.spec
 

Subinterfaces of Identified in org.nakedobjects.metamodel.spec
 interface NakedObjectSpecification
           
 interface Specification
          Base interface for elements of the metamodel.
 interface TypedSpecification
          A specification that has an underlying type.
 

Classes in org.nakedobjects.metamodel.spec that implement Identified
 class JavaSpecification
           
 

Uses of Identified in org.nakedobjects.metamodel.spec.feature
 

Subinterfaces of Identified in org.nakedobjects.metamodel.spec.feature
 interface NakedObjectAction
           
 interface NakedObjectActionParameter
          Analogous to NakedObjectAssociation.
 interface NakedObjectAssociation
          Provides reflective access to a field on a domain object.
 interface NakedObjectFeature
          Base interface for fields, collections, actions and action parameters.
 interface NakedObjectMember
          Provides reflective access to an action or a field on a domain object.
 interface OneToManyAssociation
           
 interface OneToManyFeature
          Base interface for OneToManyAssociation only.
 interface OneToOneActionParameter
          Modelled after OneToOneAssociation as a subinterface of NakedObjectAssociation.
 interface OneToOneAssociation
          Provides reflective access to a field on a domain object that is used to reference another domain object.
 interface OneToOneFeature
          Common to OneToOneAssociation and OneToOneActionParameter.
 interface ParseableEntryActionParameter
          Equivalent to NakedObjectAssociation, but for parameter rather than properties.
 interface ParseableEntryFeature
           
 

Uses of Identified in org.nakedobjects.metamodel.spec.identifier
 

Classes in org.nakedobjects.metamodel.spec.identifier that implement Identified
 class IdentifiedImpl
           
 

Uses of Identified in org.nakedobjects.metamodel.specloader.internal
 

Classes in org.nakedobjects.metamodel.specloader.internal that implement Identified
 class NakedObjectActionImpl
           
 class NakedObjectActionParameterAbstract
           
 class NakedObjectActionParameterParseable
           
 class OneToManyAssociationImpl
           
 class OneToOneActionParameterImpl
           
 class OneToOneAssociationImpl
           
 

Uses of Identified in org.nakedobjects.metamodel.specloader.internal.instances
 

Classes in org.nakedobjects.metamodel.specloader.internal.instances that implement Identified
 class InstanceCollectionSpecification
           
 

Uses of Identified in org.nakedobjects.metamodel.specloader.internal.peer
 

Subinterfaces of Identified in org.nakedobjects.metamodel.specloader.internal.peer
 interface NakedObjectActionPeer
           
 interface NakedObjectAssociationPeer
          Additional reflective details about field members.
 interface NakedObjectMemberPeer
          Details about action and field members gained via reflection.
 

Classes in org.nakedobjects.metamodel.specloader.internal.peer that implement Identified
 class JavaNakedObjectActionPeer
           
 class JavaNakedObjectAssociationPeer
           
 class JavaNakedObjectMemberPeer
           
 class JavaOneToManyAssociationPeer
           
 class JavaOneToOneAssociationPeer
           
 class NakedObjectActionPeerDecorator
           
 class NakedObjectAssociationPeerDecorator
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.