Interface EscalationData
public interface EscalationData
Plug-in data for escalation of process steps.
- Author:
- KevinGoeser
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlongThe first escalation time.voidsetEscalationDate(long escalationDate) Setter forgetEscalationDate().voidSetter forgetEscalationHandlingProcedureID().
-
Field Details
-
ID
The plug-in ID.- See Also:
-
-
Method Details
-
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
Setter forgetEscalationHandlingProcedureID().- Parameters:
id-
-