public class EscalationTask
extends java.lang.Object
Constructor and Description |
---|
EscalationTask() |
Modifier and Type | Method and Description |
---|---|
MXLogger |
getLogger()
Returns the logger to be used to log messages.
|
UserInfo |
getUserInfo()
Returns the user information to be used to retrieve
the business objects.
|
void |
performTask(java.lang.String taskName,
java.lang.String instanceName)
Performs the escalation task using the escalation definition
and the associated reference points.
|
void |
setLogger(MXLogger logger)
Set the logger to be used to log messages.
|
void |
setUserInfo(UserInfo userInfo)
Sets the the user information to be used to retrieve
the business objects.
|
public void performTask(java.lang.String taskName, java.lang.String instanceName)
taskName
- task name used to identify the escalation.instanceName
- instance name used to identify the escalation.public MXLogger getLogger()
public void setLogger(MXLogger logger)
logger
- the logger to be used to log messages.public UserInfo getUserInfo()
public void setUserInfo(UserInfo userInfo)
userInfo
- the user information to be used to retrieve
the business objects.