Interface MailTask
- All Superinterfaces:
ScheduleTask
Definition of a mail task.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleantrueif log files should be attached to this mail,falseotherwisegetEmail()The email-addresses of recipients seperated by ";"The subject of this emailgetText()The text of this emailbooleantrueif email allocator of the schedule entry should be used,falseotherwisevoidsetAppendLogFiles(boolean value) Providetrueif log files should be attached to this mail,falseotherwisevoidProvide the email-addresses of recipients seperated by ";"voidsetSubject(String value) Provide the subject of this emailvoidProvide the text of this emailvoidsetUseEntryAllocator(boolean value) Defines whether the e-mail allocator of the schedule entry should be used.Methods inherited from interface de.espirit.firstspirit.access.schedule.ScheduleTask
checkParams, getClusterNodeName, getDescription, getExecuteInFault, getExecuteParallel, getName, getRemoteTaskType, getScheduleEntry, getTemplate, hasTemplate, isActive, isExecuteOnClusterNode, isProjectTask, setActive, setClusterNodeName, setDescription, setExecuteInFault, setExecuteOnClusterNode, setExecuteParallel, setName, setTemplate, test
-
Method Details
-
getUseEntryAllocator
boolean getUseEntryAllocator()trueif email allocator of the schedule entry should be used,falseotherwise- Since:
- 4.0
-
setUseEntryAllocator
void setUseEntryAllocator(boolean value) Defines whether the e-mail allocator of the schedule entry should be used.- Parameters:
value- providetrueif email allocator of the schedule entry should be used,falseotherwise- Since:
- 4.0
-
getEmail
String getEmail()The email-addresses of recipients seperated by ";"- Since:
- 4.0
-
setEmail
Provide the email-addresses of recipients seperated by ";"- Parameters:
value- the email-addresses of recipients seperated by ";"- Since:
- 4.0
-
getSubject
String getSubject()The subject of this email- Since:
- 4.0
-
setSubject
Provide the subject of this email- Parameters:
value- the subject of this email- Since:
- 4.0
-
getText
String getText()The text of this email- Since:
- 4.0
-
setText
Provide the text of this email- Parameters:
value- the text of this email- Since:
- 4.0
-
getAppendLogFiles
boolean getAppendLogFiles()trueif log files should be attached to this mail,falseotherwise- Since:
- 4.0
-
setAppendLogFiles
void setAppendLogFiles(boolean value) Providetrueif log files should be attached to this mail,falseotherwise- Parameters:
value-trueif log files should be attached to this mail,falseotherwise- Since:
- 4.0
-