Package step.repository.alm.otaclient
Interface IBaseFactoryEx
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseFactory
 - All Known Subinterfaces:
- IAnalysisItemFactory,- IAnalysisItemFolderFactory,- IAssetRelationFactory,- IAssetRepositoryItemFactory,- IBaselineFactory,- IBaselineRootFactory,- IBugFactory,- IBugFactory2,- IComparisonFactory,- IComparisonNodeFactory,- ICycleFactory,- IDashboardFolderFactory,- IDashboardPageFactory,- IDashboardPageItemFactory,- IFavoriteFactory,- IFavoriteFolderFactory,- ILibraryFactory,- ILibraryFolderFactory,- ILibraryPartFactory,- IQCResourceFactory,- IQCResourceFolderFactory,- IReleaseFactory,- IReleaseFolderFactory,- IReqFactory,- IReqFactory2,- IReqFactory3,- IReqFactory4,- ITaskFactory,- ITaskLogFactory,- ITestFactory,- ITestFactory2,- IUserAssetFactory
 
 public interface IBaseFactoryEx extends IBaseFactory Enhances the IBaseFactory interface to support mailing.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmail(java.lang.Object items, java.lang.String sendTo, java.lang.String sendCc, int option, java.lang.String subject, java.lang.String comment)Mails the list of IBase Factory Items.- 
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.IBaseFactoryaddItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
 
- 
 
- 
- 
- 
Method Detail- 
mailvoid mail(java.lang.Object items, 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 list of IBase Factory Items. 'Items' is a list of ID numbers. - Parameters:
- items- Mandatory java.lang.Object parameter.
- 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 ""
 
 
- 
 
-