| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.adapter |
Defines
ObjectAdapter interface,
a wrapper around each domain object pojo. |
| org.apache.isis.core.metamodel.spec | |
| org.apache.isis.core.metamodel.specloader.specimpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectAdapter
Adapters to domain objects, where the application is written in terms of
domain objects and those objects are represented within the NOF through these
adapter, and not directly.
|
| Modifier and Type | Method and Description |
|---|---|
Instance |
ObjectAdapter.getInstance(Specification specification)
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceAbstract |
| Modifier and Type | Method and Description |
|---|---|
Instance |
Specification.getInstance(ObjectAdapter adapter)
|
| Modifier and Type | Method and Description |
|---|---|
Instance |
OneToOneAssociationImpl.getInstance(ObjectAdapter ownerAdapter) |
Instance |
OneToOneActionParameterImpl.getInstance(ObjectAdapter adapter) |
Instance |
OneToManyAssociationImpl.getInstance(ObjectAdapter adapter) |
Instance |
ObjectSpecificationAbstract.getInstance(ObjectAdapter adapter) |
Instance |
ObjectActionParameterParseable.getInstance(ObjectAdapter adapter) |
Instance |
ObjectActionImpl.getInstance(ObjectAdapter adapter) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.