| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.adapter |
Defines
ObjectAdapter interface,
a wrapper around each domain object pojo. |
| org.apache.isis.core.metamodel.adapter.oid | |
| org.apache.isis.core.metamodel.adapter.version |
| Modifier and Type | Method and Description |
|---|---|
Version |
ObjectAdapter.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectAdapter.checkLock(Version version)
Checks the version of this adapter to make sure that it does not differ
from the specified version.
|
void |
ObjectAdapter.setVersion(Version version) |
| Modifier and Type | Method and Description |
|---|---|
Version |
RootOidDefault.getVersion() |
Version |
ParentedOid.getVersion() |
Version |
Oid.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
String |
OidMarshaller.marshal(Version version) |
void |
RootOidDefault.setVersion(Version version) |
void |
RootOid.setVersion(Version version) |
void |
ParentedOid.setVersion(Version version) |
void |
Oid.setVersion(Version version) |
| Constructor and Description |
|---|
RootOidDefault(ObjectSpecId objectSpecId,
String identifier,
Oid.State state,
Version version) |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.create(Long sequence) |
static Version |
SerialNumberVersion.create(long number,
String user,
Date time) |
static Version |
Version.create(Long sequence,
String user,
Date time) |
static Version |
Version.create(Long sequence,
String user,
Long utcTimestamp) |
static Version |
Version.create(String sequence,
String user,
String utcTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Version.different(Version version)
Compares this version against the specified version and returns true if
they are different versions (by checking
getSequence()). |
| Constructor and Description |
|---|
ConcurrencyException(String currentUser,
Oid oid,
Version staleVersion,
Version datastoreVersion) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.