Package com.ptc.windchill.esi.delegate
Interface TransactionWarningDelegate
- All Known Implementing Classes:
TransactionWarningEmailDelegate,TransactionWarningNoOpDelegate
public interface TransactionWarningDelegate
Transaction warning delegate. Delegate allows/diallows to send notification in case there are warnings generate
during a processing of ESI Transaction.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendNotification(VdbBuilder builder) This method sends the notification for warning as implemented
-
Method Details
-
sendNotification
This method sends the notification for warning as implemented
- Parameters:
builder- - The VdbBuilder instance containing warning information for the in-progress ESI Transaction. Supported API: true- Throws:
Exception
-