Interface IBaseFieldExMail
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
- All Known Subinterfaces:
IBPModel
,IBPModelElement
,IBPModelFolder
,IBPModelPath
,IBug
,IBug2
,IBusinessProcess
,IBusinessProcess2
,IBusinessProcess3
,IBusinessProcess4
,IBusinessProcess5
,IBusinessProcess6
,ICycle
,IDiagram
,IDiagramElement
,ILibrary
,ILibraryFolder
,IQCResource
,IQCResource2
,IRelease
,IRelease2
,IReleaseFolder
,IReq
,IReq2
,IReq3
,ITest
,ITest2
,ITest3
,ITestConfig
,ITestFolder
,ITestLabFolder
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.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.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 ""
-
-