public class GovernanceEscalationConfigurationImpl extends Object implements GovernanceEscalationConfiguration
GovernanceEscalationConfiguration
.Constructor and Description |
---|
GovernanceEscalationConfigurationImpl(Class<? extends Throwable> typeOfCause,
TaskNodeReference taskNodeReference)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
TaskNodeReference |
getTaskNodeReference()
Obtains the
TaskNodeReference for the Task handling the
escalation. |
Class<? extends Throwable> |
getTypeOfCause()
Obtains the type of cause handled by this
EscalationFlow . |
public GovernanceEscalationConfigurationImpl(Class<? extends Throwable> typeOfCause, TaskNodeReference taskNodeReference)
typeOfCause
- Type of cause.taskNodeReference
- TaskNodeReference
.public Class<? extends Throwable> getTypeOfCause()
GovernanceEscalationConfiguration
EscalationFlow
.getTypeOfCause
in interface GovernanceEscalationConfiguration
EscalationFlow
.public TaskNodeReference getTaskNodeReference()
GovernanceEscalationConfiguration
TaskNodeReference
for the Task
handling the
escalation.getTaskNodeReference
in interface GovernanceEscalationConfiguration
TaskNodeReference
for the Task
handling the
escalation.Copyright © 2005–2016. All rights reserved.