Interface EscalationData
-
public interface EscalationData
Plug-in data for escalation of process steps.- Author:
- KevinGoeser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getEscalationDate()
The first escalation time.String
getEscalationHandlingProcedureID()
void
setEscalationDate(long escalationDate)
Setter forgetEscalationDate()
.void
setEscalationHandlingProcedureID(String id)
Setter forgetEscalationHandlingProcedureID()
.
-
-
-
Field Detail
-
ID
static final String ID
The plug-in ID.- See Also:
- Constant Field Values
-
-
Method Detail
-
getEscalationDate
long getEscalationDate()
The first escalation time.- Returns:
- The time stamp for the first escalation or the relative time from activation to the first escalation, in milliseconds as negative value.
-
setEscalationDate
void setEscalationDate(long escalationDate)
Setter forgetEscalationDate()
.- Parameters:
escalationDate
-
-
getEscalationHandlingProcedureID
String getEscalationHandlingProcedureID()
- Returns:
- The plug-in ID of the escalation handling plug-in.
-
setEscalationHandlingProcedureID
void setEscalationHandlingProcedureID(String id)
Setter forgetEscalationHandlingProcedureID()
.- Parameters:
id
-
-
-