net.officefloor.frame.internal.configuration
Interface TaskEscalationConfiguration

All Known Implementing Classes:
TaskEscalationConfigurationImpl

public interface TaskEscalationConfiguration

Configuration for the EscalationFlow.

Author:
Daniel Sagenschneider

Method Summary
 TaskNodeReference getTaskNodeReference()
          Obtains the TaskNodeReference for the Task handling the escalation.
 Class<? extends Throwable> getTypeOfCause()
          Obtains the type of cause handled by this EscalationFlow.
 

Method Detail

getTypeOfCause

Class<? extends Throwable> getTypeOfCause()
Obtains the type of cause handled by this EscalationFlow.

Returns:
Type of cause handled by this EscalationFlow.

getTaskNodeReference

TaskNodeReference getTaskNodeReference()
Obtains the TaskNodeReference for the Task handling the escalation.

Returns:
TaskNodeReference for the Task handling the escalation.


Copyright © 2005-2013. All Rights Reserved.