| Modifier and Type | Method and Description |
|---|---|
ObjectSpecId |
TypedOid.getObjectSpecId() |
ObjectSpecId |
RootOidDefault.getObjectSpecId() |
ObjectSpecId |
AggregatedOid.getObjectSpecId() |
| Modifier and Type | Method and Description |
|---|---|
static RootOidDefault |
RootOidDefault.create(ObjectSpecId objectSpecId,
String identifier) |
static RootOidDefault |
RootOidDefault.create(ObjectSpecId objectSpecId,
String identifier,
Long versionSequence) |
static RootOidDefault |
RootOidDefault.create(ObjectSpecId objectSpecId,
String identifier,
Long versionSequence,
Long versionUtcTimestamp) |
static RootOidDefault |
RootOidDefault.create(ObjectSpecId objectSpecId,
String identifier,
Long versionSequence,
String versionUser) |
static RootOidDefault |
RootOidDefault.create(ObjectSpecId objectSpecId,
String identifier,
Long versionSequence,
String versionUser,
Long versionUtcTimestamp) |
static RootOidDefault |
RootOidDefault.createTransient(ObjectSpecId objectSpecId,
String identifier) |
| Constructor and Description |
|---|
AggregatedOid(ObjectSpecId objectSpecId,
TypedOid parentOid,
String localId) |
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) |
| Modifier and Type | Method and Description |
|---|---|
ObjectSpecId |
ObjectSpecIdFacet.value() |
| Modifier and Type | Method and Description |
|---|---|
ObjectSpecId |
ObjectSpecification.getSpecId()
Returns the (unique) spec Id, as per the
ObjectSpecIdFacet. |
static ObjectSpecId |
ObjectSpecId.of(String specId) |
| Modifier and Type | Method and Description |
|---|---|
ObjectSpecification |
SpecificationLoaderDelegator.lookupBySpecId(ObjectSpecId objectSpecId) |
ObjectSpecification |
SpecificationLoader.lookupBySpecId(ObjectSpecId objectSpecId) |
| Modifier and Type | Method and Description |
|---|---|
ObjectSpecification |
ObjectReflectorDefault.lookupBySpecId(ObjectSpecId objectSpecId) |
| Modifier and Type | Method and Description |
|---|---|
ObjectSpecId |
ObjectSpecificationAbstract.getSpecId() |
| Modifier and Type | Method and Description |
|---|---|
ObjectSpecId |
ObjectSpecIdFacetAbstract.value() |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.