Interface IDashboardPageFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
- All Known Subinterfaces:
IDashboardPageFactory2
,IDashboardPageFactory3
public interface IDashboardPageFactory extends IBaseFactoryEx
For HP use. Services to manage Dashboard Pages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getPagesWithPrivateItems(IList pIdsList)
Returns those dashboard page objects from the specified ID list that include private analysis items.-
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.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFactoryEx
mail
-
-
-
-
Method Detail
-
getPagesWithPrivateItems
IList getPagesWithPrivateItems(IList pIdsList)
Returns those dashboard page objects from the specified ID list that include private analysis items.
- Parameters:
pIdsList
- Mandatory step.repository.alm.v16.otaclient.IList parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-