Interface EscalationData
- 
 public interface EscalationDataPlug-in data for escalation of process steps.- Author:
- KevinGoeser
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEscalationDate()The first escalation time.StringgetEscalationHandlingProcedureID()voidsetEscalationDate(long escalationDate)Setter forgetEscalationDate().voidsetEscalationHandlingProcedureID(String id)Setter forgetEscalationHandlingProcedureID().
 
- 
- 
- 
Field Detail- 
IDstatic final String ID The plug-in ID.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getEscalationDatelong 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.
 
 - 
setEscalationDatevoid setEscalationDate(long escalationDate) Setter forgetEscalationDate().- Parameters:
- escalationDate-
 
 - 
getEscalationHandlingProcedureIDString getEscalationHandlingProcedureID() - Returns:
- The plug-in ID of the escalation handling plug-in.
 
 - 
setEscalationHandlingProcedureIDvoid setEscalationHandlingProcedureID(String id) Setter forgetEscalationHandlingProcedureID().- Parameters:
- id-
 
 
- 
 
-