|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ixb.conflictFramework.conflictResolution.IXConflictElement
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private ConflictElement |
conflictElement
|
private String |
key
|
private Object[] |
params
|
private String |
rb
|
private static String |
RESOURCE
|
Constructor Summary | |
IXConflictElement(IXReferenceConflict conflictType,
IXReferenceConflictResolution[] resolverSet,
IXReferenceConflictResolution defaultResolution,
Object targetObj,
String a_rb,
String a_key,
Object[] a_params)
Constructor to create IXConflictElement taking params as conflictType, all possible resolutions, default resolution, conflicting object, resource, key and paramets for message. |
Method Summary | |
void |
addObjectIdToParams(String objId)
Add objectId to message. |
ConflictElement |
getConflictElement()
Gets the value of the attribute: conflictElement. |
String |
getKey()
Gets the value of the attribute: key. |
Object[] |
getParams()
Gets the value of the attribute: params. |
String |
getRb()
Gets the value of the attribute: rb. |
private void |
keyValidate(String a_Key)
|
private void |
rbValidate(String a_Rb)
|
void |
setConflictElement(ConflictElement a_ConflictElement)
Sets the value of the attribute: conflictElement. |
void |
setKey(String a_Key)
Sets the value of the attribute: key. |
void |
setParams(Object[] a_Params)
Sets the value of the attribute: params. |
void |
setRb(String a_Rb)
Sets the value of the attribute: rb. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private ConflictElement conflictElement
private Object[] params
private String key
private String rb
Constructor Detail |
public IXConflictElement(IXReferenceConflict conflictType, IXReferenceConflictResolution[] resolverSet, IXReferenceConflictResolution defaultResolution, Object targetObj, String a_rb, String a_key, Object[] a_params)
conflictType
- resolverSet
- defaultResolution
- targetObj
- a_rb
- a_key
- a_params
- Method Detail |
public ConflictElement getConflictElement()
public void setConflictElement(ConflictElement a_ConflictElement) throws WTPropertyVetoException
a_ConflictElement
-
WTPropertyVetoException
public Object[] getParams()
public void setParams(Object[] a_Params) throws WTPropertyVetoException
a_Params
-
WTPropertyVetoException
public String getKey()
public void setKey(String a_Key) throws WTPropertyVetoException
a_Key
-
WTPropertyVetoException
private void keyValidate(String a_Key) throws WTPropertyVetoException
a_Key
-
WTPropertyVetoException
public String getRb()
public void setRb(String a_Rb) throws WTPropertyVetoException
a_Rb
-
WTPropertyVetoException
private void rbValidate(String a_Rb) throws WTPropertyVetoException
a_Rb
-
WTPropertyVetoException
public void addObjectIdToParams(String objId)
objId
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |