| Package | Description |
|---|---|
| org.apache.isis.core.metamodel.adapter.oid |
| Modifier and Type | Method and Description |
|---|---|
static Oid.State |
Oid.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Oid.State[] |
Oid.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RootOidDefault(ObjectSpecId objectSpecId,
String identifier,
Oid.State state) |
RootOidDefault(ObjectSpecId objectSpecId,
String identifier,
Oid.State state,
Long versionSequence) |
RootOidDefault(ObjectSpecId objectSpecId,
String identifier,
Oid.State state,
Long versionSequence,
Long versionUtcTimestamp)
If specify version sequence, can optionally specify utc timestamp that the oid was changed.
|
RootOidDefault(ObjectSpecId objectSpecId,
String identifier,
Oid.State state,
Long versionSequence,
String versionUser)
If specify version sequence, can optionally specify the user that changed the object.
|
RootOidDefault(ObjectSpecId objectSpecId,
String identifier,
Oid.State state,
Long versionSequence,
String versionUser,
Long versionUtcTimestamp)
If specify version sequence, can optionally specify user and/or utc timestamp that the oid was changed.
|
RootOidDefault(ObjectSpecId objectSpecId,
String identifier,
Oid.State state,
Version version) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.