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