Interface GovernanceEscalationType
- All Known Implementing Classes:
GovernanceEscalationTypeImpl
public interface GovernanceEscalationType
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name for theGovernanceEscalationType.Obtains the type ofEscalationFlowby theGovernanceActivity.
-
Method Details
-
getEscalationName
String getEscalationName()Obtains the name for theGovernanceEscalationType.- Returns:
- Name for the
GovernanceEscalationType.
-
getEscalationType
Obtains the type ofEscalationFlowby theGovernanceActivity.- Type Parameters:
E-Escalationtype.- Returns:
- Type of
EscalationFlowby theGovernanceActivity.
-