com.ptc.windchill.esi.tgt
Class ESITargetAssignmentLinkRIEDelegate
java.lang.Object
wt.fc.StandardReferentialIntegrityExceptionHandler
com.ptc.windchill.esi.tgt.ESITargetAssignmentLinkRIEDelegate
- All Implemented Interfaces:
- ReferentialIntegrityExceptionHandler, Serializable
- public class ESITargetAssignmentLinkRIEDelegate
- extends StandardReferentialIntegrityExceptionHandler
- implements Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
ESI_RESOURCE
private static final String ESI_RESOURCE
- See Also:
- Constant Field Values
ESITargetAssignmentLinkRIEDelegate
public ESITargetAssignmentLinkRIEDelegate()
buildMessage
public Object buildMessage(Persistable a_referencingObject,
Persistable a_targetObject)
throws WTException
- The method builds a message for display as part of a ReferentialIntegrityException.
Supported API: false
- Overrides:
buildMessage
in class StandardReferentialIntegrityExceptionHandler
- Parameters:
a_referencingObject
- The object that contains the reference.a_targetObject
- The target object that was removed and is still reference by the referencing object.
- Returns:
- referential integrity message
- Throws:
WTException