|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NakedObjectAssociation in org.nakedobjects.metamodel.runtimecontext.spec |
|---|
| Fields in org.nakedobjects.metamodel.runtimecontext.spec declared as NakedObjectAssociation | |
|---|---|
protected NakedObjectAssociation[] |
IntrospectableSpecificationAbstract.fields
|
| Methods in org.nakedobjects.metamodel.runtimecontext.spec that return NakedObjectAssociation | |
|---|---|
NakedObjectAssociation |
NakedObjectSpecificationNoMember.getAssociation(java.lang.String name)
|
NakedObjectAssociation[] |
IntrospectableSpecificationAbstract.getAssociations()
|
NakedObjectAssociation[] |
IntrospectableSpecificationAbstract.getAssociations(Filter<NakedObjectAssociation> filter)
|
| Methods in org.nakedobjects.metamodel.runtimecontext.spec that return types with arguments of type NakedObjectAssociation | |
|---|---|
java.util.List<? extends NakedObjectAssociation> |
IntrospectableSpecificationAbstract.getAssociationList()
|
java.util.List<? extends NakedObjectAssociation> |
IntrospectableSpecificationAbstract.getAssociationList(Filter<NakedObjectAssociation> filter)
|
| Method parameters in org.nakedobjects.metamodel.runtimecontext.spec with type arguments of type NakedObjectAssociation | |
|---|---|
java.util.List<? extends NakedObjectAssociation> |
IntrospectableSpecificationAbstract.getAssociationList(Filter<NakedObjectAssociation> filter)
|
NakedObjectAssociation[] |
IntrospectableSpecificationAbstract.getAssociations(Filter<NakedObjectAssociation> filter)
|
| Uses of NakedObjectAssociation in org.nakedobjects.metamodel.runtimecontext.spec.feature |
|---|
| Classes in org.nakedobjects.metamodel.runtimecontext.spec.feature that implement NakedObjectAssociation | |
|---|---|
class |
NakedObjectAssociationAbstract
|
| Uses of NakedObjectAssociation in org.nakedobjects.metamodel.spec |
|---|
| Methods in org.nakedobjects.metamodel.spec that return NakedObjectAssociation | |
|---|---|
NakedObjectAssociation |
JavaSpecification.getAssociation(java.lang.String id)
|
| Uses of NakedObjectAssociation in org.nakedobjects.metamodel.spec.feature |
|---|
| Subinterfaces of NakedObjectAssociation in org.nakedobjects.metamodel.spec.feature | |
|---|---|
interface |
OneToManyAssociation
|
interface |
OneToOneAssociation
Provides reflective access to a field on a domain object that is used to reference another domain object. |
| Fields in org.nakedobjects.metamodel.spec.feature with type parameters of type NakedObjectAssociation | |
|---|---|
static Filter<NakedObjectAssociation> |
NakedObjectAssociationFilters.ALL
Returns all fields (that is, filters out nothing). |
static Filter<NakedObjectAssociation> |
NakedObjectAssociationFilters.COLLECTIONS
Filters only fields that are for collections (ie 1:m associations) |
static Filter<NakedObjectAssociation> |
NakedObjectAssociationFilters.PROPERTIES
Filters only fields that are for properties (ie 1:1 associations) |
static Filter<NakedObjectAssociation> |
NakedObjectAssociationFilters.STATICALLY_VISIBLE_ASSOCIATIONS
Filters only properties that are visible statically, ie have not been unconditionally hidden at compile time. |
| Methods in org.nakedobjects.metamodel.spec.feature that return NakedObjectAssociation | |
|---|---|
NakedObjectAssociation |
NakedObjectAssociationContainer.getAssociation(java.lang.String id)
Get the field object representing the field with the specified field identifier. |
NakedObjectAssociation[] |
NakedObjectAssociationContainer.getAssociations()
Return all the fields that exist in an object of this specification, although they need not all be accessible or visible. |
NakedObjectAssociation[] |
NakedObjectAssociationContainer.getAssociations(Filter<NakedObjectAssociation> filter)
Return all NakedObjectAssociations matching the supplied filter. |
| Methods in org.nakedobjects.metamodel.spec.feature that return types with arguments of type NakedObjectAssociation | |
|---|---|
static Filter<NakedObjectAssociation> |
NakedObjectAssociationFilters.dynamicallyVisible(AuthenticationSession session,
NakedObject target)
Filters only properties that are visible statically, ie have not been hidden at compile time. |
java.util.List<? extends NakedObjectAssociation> |
NakedObjectAssociationContainer.getAssociationList()
As per NakedObjectAssociationContainer.getAssociations(), but returning a List. |
java.util.List<? extends NakedObjectAssociation> |
NakedObjectAssociationContainer.getAssociationList(Filter<NakedObjectAssociation> filter)
As per NakedObjectAssociationContainer.getAssociations(Filter), but returning a List. |
| Methods in org.nakedobjects.metamodel.spec.feature with parameters of type NakedObjectAssociation | |
|---|---|
static boolean |
NakedObjectAssociationFacets.isHidden(NakedObjectAssociation association)
|
static boolean |
NakedObjectAssociationFacets.isNotPersisted(NakedObjectAssociation association)
|
| Method parameters in org.nakedobjects.metamodel.spec.feature with type arguments of type NakedObjectAssociation | |
|---|---|
java.util.List<? extends NakedObjectAssociation> |
NakedObjectAssociationContainer.getAssociationList(Filter<NakedObjectAssociation> filter)
As per NakedObjectAssociationContainer.getAssociations(Filter), but returning a List. |
NakedObjectAssociation[] |
NakedObjectAssociationContainer.getAssociations(Filter<NakedObjectAssociation> filter)
Return all NakedObjectAssociations matching the supplied filter. |
| Uses of NakedObjectAssociation in org.nakedobjects.metamodel.specloader.internal |
|---|
| Classes in org.nakedobjects.metamodel.specloader.internal that implement NakedObjectAssociation | |
|---|---|
class |
OneToManyAssociationImpl
|
class |
OneToOneAssociationImpl
|
| Uses of NakedObjectAssociation in org.nakedobjects.metamodel.specloader.internal.instances |
|---|
| Methods in org.nakedobjects.metamodel.specloader.internal.instances that return NakedObjectAssociation | |
|---|---|
NakedObjectAssociation |
InstanceCollectionSpecification.getAssociation(java.lang.String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||