Interface EscalationExplorer
public interface EscalationExplorer
Explorer of an escalation trees.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidexplore(EscalationExplorerContext context) Explores the escalation tree for the addedOfficeEscalationinstances.
-
Method Details
-
explore
Explores the escalation tree for the addedOfficeEscalationinstances.- Parameters:
context-EscalationExplorerContext.- Throws:
Exception- If failure in exploring theOfficeEscalation.
-