| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.adapter.mgr | |
| org.apache.isis.core.metamodel.adapter.oid |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
AdapterManager.adapterFor(TypedOid oid)
As per
AdapterManager.adapterFor(TypedOid, ConcurrencyChecking), with
. |
ObjectAdapter |
AdapterManager.adapterFor(TypedOid oid,
AdapterManager.ConcurrencyChecking concurrencyChecking)
Either returns an existing
adapter (as per
AdapterManager.getAdapterFor(Oid)), otherwise re-creates an adapter with the
specified (persistent) Oid. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RootOid
Defines a subtype of
Oid specific to a root adapter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatedOid
|
class |
RootOidDefault |
| Modifier and Type | Method and Description |
|---|---|
TypedOid |
ParentedOid.getParentOid() |
| Modifier and Type | Method and Description |
|---|---|
CollectionOid |
CollectionOid.asPersistent(TypedOid newParentRootOid)
When the RootOid is persisted, all its "children"
need updating similarly.
|
AggregatedOid |
AggregatedOid.asPersistent(TypedOid newParentOid)
When the parent Oid is persisted, all its "children"
need updating similarly.
|
| Constructor and Description |
|---|
AggregatedOid(ObjectSpecId objectSpecId,
TypedOid parentOid,
String localId) |
CollectionOid(TypedOid parentOid,
OneToManyAssociation otma) |
CollectionOid(TypedOid parentOid,
String name) |
ParentedOid(TypedOid parentOid) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.