| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.adapter.mgr |
| Modifier and Type | Method and Description |
|---|---|
static AdapterManager.ConcurrencyChecking |
AdapterManager.ConcurrencyChecking.concurrencyCheckingFor(org.apache.isis.applib.annotation.ActionSemantics.Of actionSemantics) |
static AdapterManager.ConcurrencyChecking |
AdapterManager.ConcurrencyChecking.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdapterManager.ConcurrencyChecking[] |
AdapterManager.ConcurrencyChecking.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.