| Modifier and Type | Method and Description |
|---|---|
IdentifiedHolder |
FacetAbstract.getIdentified()
Convenience method that returns
FacetAbstract.getFacetHolder() downcast to
IdentifiedHolder if the implementation does indeed inherit from
IdentifiedHolder, otherwise null. |
| Modifier and Type | Class and Description |
|---|---|
class |
FacetedMethod
non-final only so it can be mocked if need be.
|
| Modifier and Type | Method and Description |
|---|---|
IdentifiedHolder |
ActionInvocationFacet.CurrentInvocation.getAction()
Deprecated.
|
| Constructor and Description |
|---|
ActionInvocationFacet.CurrentInvocation(ObjectAdapter target,
IdentifiedHolder action,
List<ObjectAdapter> parameters,
ObjectAdapter result,
org.apache.isis.applib.services.command.Command command) |
ActionInvocationFacet.CurrentInvocation(ObjectAdapter target,
IdentifiedHolder action,
ObjectAdapter[] parameters,
ObjectAdapter result,
org.apache.isis.applib.services.command.Command command) |
| Modifier and Type | Method and Description |
|---|---|
static DeweyOrderSet |
DeweyOrderSet.createOrderSet(List<? extends IdentifiedHolder> identifiedHolders) |
| Modifier and Type | Method and Description |
|---|---|
int |
MemberOrderComparator.compare(IdentifiedHolder o1,
IdentifiedHolder o2) |
int |
MemberIdentifierComparator.compare(IdentifiedHolder o1,
IdentifiedHolder o2) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectSpecification
Represents an entity or value (cf
Class) within the
metamodel. |
interface |
Specification
Base interface for elements of the metamodel.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectAction |
interface |
ObjectActionParameter
Analogous to
ObjectAssociation. |
interface |
ObjectAssociation
Provides reflective access to a field on a domain object.
|
interface |
ObjectFeature
A specification representing a non-
object, that
therefore has an underlying type (the type of the property, collection) |
interface |
ObjectMember
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
ObjectAssociation. |
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
ObjectAssociation, but for parameter rather than
properties. |
interface |
ParseableEntryFeature |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectActionParameterContributee |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectActionContributee |
class |
ObjectActionImpl |
class |
ObjectActionParameterAbstract |
class |
ObjectActionParameterParseable |
class |
ObjectActionParameterParseableContributee
REVIEW: this is a bit hacky having 'Contributed' subtypes of both
ObjectActionParameterParseable and also
OneToOneActionParameterImpl. |
class |
ObjectAssociationAbstract |
class |
ObjectMemberAbstract |
class |
ObjectSpecificationAbstract |
class |
OneToManyAssociationContributee |
class |
OneToManyAssociationImpl |
class |
OneToOneActionParameterContributee |
class |
OneToOneActionParameterImpl |
class |
OneToOneAssociationContributee |
class |
OneToOneAssociationImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectSpecificationDefault |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectSpecificationForFreeStandingList
A custom
ObjectSpecification that is designed to treat the
FreeStandingList class as a "standalone" collection. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.