Interface EscalationExplorer
-
public interface EscalationExplorer
Explorer of an escalation trees.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
explore(EscalationExplorerContext context)
Explores the escalation tree for the addedOfficeEscalation
instances.
-
-
-
Method Detail
-
explore
void explore(EscalationExplorerContext context) throws java.lang.Exception
Explores the escalation tree for the addedOfficeEscalation
instances.- Parameters:
context
-EscalationExplorerContext
.- Throws:
java.lang.Exception
- If failure in exploring theOfficeEscalation
.
-
-