|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
wt.fc.StandardIdentityService
public class StandardIdentityService
Standard implementation of the identity service. Provides means to change the identity of an Identified object as well identity checks for the creation of these objects.
Use the newStandardIdentityService static factory method(s),
not the StandardIdentityService constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
WTCollection |
changeIdentities(WTKeyedMap identifiedToIdentificationObjectMap)
Changes the identities of all the Identied objects (the keys) to the ones of the IdentificationObjects (the values). |
Identified |
changeIdentity(Identified obj,
IdentificationObject identity)
Changes the identity of the object to the one held by the Identification object. |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Identified changeIdentity(Identified obj,
IdentificationObject identity)
throws WTException
changeIdentity in interface IdentityServiceobj - identity -
WTException
public WTCollection changeIdentities(WTKeyedMap identifiedToIdentificationObjectMap)
throws WTException
changeIdentities in interface IdentityServiceidentifiedToIdentificationObjectMap -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||