| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.adapter |
Defines
ObjectAdapter interface,
a wrapper around each domain object pojo. |
| Modifier and Type | Field and Description |
|---|---|
static ResolveState |
ResolveState.DESTROYED |
static ResolveState |
ResolveState.GHOST |
static ResolveState |
ResolveState.NEW
When first instantiated by PojoAdapterFactory.
|
static ResolveState |
ResolveState.RESOLVED |
static ResolveState |
ResolveState.RESOLVING |
static ResolveState |
ResolveState.TRANSIENT |
static ResolveState |
ResolveState.UPDATING |
static ResolveState |
ResolveState.VALUE |
| Modifier and Type | Field and Description |
|---|---|
static Map<ResolveState,ResolveState[]> |
ResolveState.changeToStatesByState
These cannot be passed into the constructor because cannot reference an
instance until it has been declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResolveState |
ResolveState.getEndState() |
ResolveState |
ObjectAdapter.getResolveState()
Determines what 'lazy loaded' state the domain object is in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectAdapter.changeState(ResolveState newState)
Changes the 'lazy loaded' state of the domain object.
|
boolean |
ResolveState.isValidToChangeTo(ResolveState nextState)
Determines if the resolved state can be changed from this state to the
specified state.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.