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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmail(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.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldExattachments, hasAttachment, history
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
mailvoid 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 0
- subject- Optional parameter. Default value is ""
- comment- Optional parameter. Default value is ""
 
 
- 
 
-