| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.spec.feature | |
| org.apache.isis.core.metamodel.specloader.specimpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableCurrentHolder
Mix-in interface for
ObjectActions that reference or otherwise
contain a 'current' value that moreover can be changed. |
interface |
ObjectActionParameter
Analogous to
ObjectAssociation. |
interface |
ObjectAssociation
Provides reflective access to a field on a domain object.
|
interface |
OneToManyAssociation |
interface |
OneToOneActionParameter
Modelled after
OneToOneAssociation as a subinterface of
ObjectAssociation. |
interface |
OneToOneAssociation
Provides reflective access to a field on a domain object that is used to
reference another domain object.
|
interface |
ParseableEntryActionParameter
Equivalent to
ObjectAssociation, but for parameter rather than
properties. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectActionParameterContributee |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectActionParameterAbstract |
class |
ObjectActionParameterParseable |
class |
ObjectActionParameterParseableContributee
REVIEW: this is a bit hacky having 'Contributed' subtypes of both
ObjectActionParameterParseable and also
OneToOneActionParameterImpl. |
class |
ObjectAssociationAbstract |
class |
OneToManyAssociationContributee |
class |
OneToManyAssociationImpl |
class |
OneToOneActionParameterContributee |
class |
OneToOneActionParameterImpl |
class |
OneToOneAssociationContributee |
class |
OneToOneAssociationImpl |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.