|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.master.MatchFieldChange
Utility class to determine if a match field has changed
| Constructor Summary | |
MatchFieldChange()
Creates a new instance of MatchFieldChange |
|
| Method Summary | |
java.lang.Object[] |
getMatchFields(EnterpriseObject obj)
Retrieves the match fields from an Enterprise Object. |
void |
getObjectKeys(EnterpriseObject obj)
Retrieves all object keys for an Enterprise Object. |
boolean |
isMatchFieldChanged(java.lang.Object[] obj1,
java.lang.Object[] obj2)
Determine if a match field has changed in two enterprise objects |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MatchFieldChange()
| Method Detail |
public java.lang.Object[] getMatchFields(EnterpriseObject obj)
throws ObjectException,
EPathException,
java.lang.InstantiationException
obj - Enterprise Object
ObjectException - object access exception
EPathException - epath API exception
java.lang.InstantiationException - instantiation exception
public void getObjectKeys(EnterpriseObject obj)
throws ObjectException,
EPathException,
java.lang.InstantiationException
obj - Enterprise Object
ObjectException - object access exception
EPathException - epath API exception
java.lang.InstantiationException - instantiation exception
public boolean isMatchFieldChanged(java.lang.Object[] obj1,
java.lang.Object[] obj2)
throws ObjectException,
EPathException,
java.lang.InstantiationException
obj1 - match fields from enterprise object 1obj2 - match fields from enterprise object 2
ObjectException - object access exception
EPathException - epath API exception
java.lang.InstantiationException - matching config could not be loaded
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.