wt.epm.delegate
Class EPMVariantLinkReferentialIntegrityDelegate
java.lang.Object
wt.epm.delegate.EPMVariantLinkReferentialIntegrityDelegate
- All Implemented Interfaces:
- ReferentialIntegrityExceptionHandler
- public class EPMVariantLinkReferentialIntegrityDelegate
- extends Object
- implements ReferentialIntegrityExceptionHandler
Supported API: false
Extendable: false
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
EPMRESOURCE
private static final String EPMRESOURCE
- See Also:
- Constant Field Values
EPMVariantLinkReferentialIntegrityDelegate
public EPMVariantLinkReferentialIntegrityDelegate()
buildMessage
public int buildMessage(WTValuedMap a_linkMap,
Object[] a_messages,
int a_messageIndex)
throws WTException
- The method builds messages to display as part of a ReferentialIntegrityException.
Supported API: false
- Specified by:
buildMessage
in interface ReferentialIntegrityExceptionHandler
- Parameters:
a_linkMap
- The link objects to build the message for.a_messages
- Object array to build messages in.a_messageIndex
- The index into the message array to start building messages.
- Returns:
- number of messages built
- Throws:
WTException
getVariants
private String getVariants(WTCollection documents)
throws WTException
- Throws:
WTException