Package step.repository.alm.otaclient
Interface IBaseFieldExMail
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
- All Known Subinterfaces:
IBug
,IBusinessProcess
,IBusinessProcess2
,IBusinessProcess3
,ICycle
,ILibrary
,ILibraryFolder
,IQCResource
,IRelease
,IReleaseFolder
,IReq
,IReq2
,ITest
public interface IBaseFieldExMail extends IBaseFieldEx
Services to support mailing factory items.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mail(java.lang.String sendTo, java.lang.String sendCc, int option, java.lang.String subject, java.lang.String comment)
Mails the IBaseFieldExMail field item.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
mail
void mail(java.lang.String sendTo, @DefaultValue("") java.lang.String sendCc, @DefaultValue("0") int option, @DefaultValue("") java.lang.String subject, @DefaultValue("") java.lang.String comment)
Mails the IBaseFieldExMail field item.
- Parameters:
sendTo
- Mandatory java.lang.String parameter.sendCc
- Optional parameter. Default value is ""option
- Optional parameter. Default value is 0subject
- Optional parameter. Default value is ""comment
- Optional parameter. Default value is ""
-
-