Interface IDashboardPageFactory3
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
,IDashboardPageFactory
,IDashboardPageFactory2
public interface IDashboardPageFactory3 extends IDashboardPageFactory2
For HP use. Services to manage Dashboard Pages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
convertDashboardPages(java.lang.String isFolder, java.lang.String idsList, java.lang.String convertTo)
Convert dashboard pages to.-
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
-
Methods inherited from interface step.repository.alm.v16.otaclient.IDashboardPageFactory
getPagesWithPrivateItems
-
Methods inherited from interface step.repository.alm.v16.otaclient.IDashboardPageFactory2
createHealthReport
-
-
-
-
Method Detail
-
convertDashboardPages
int convertDashboardPages(java.lang.String isFolder, java.lang.String idsList, java.lang.String convertTo)
Convert dashboard pages to.
- Parameters:
isFolder
- Mandatory java.lang.String parameter.idsList
- Mandatory java.lang.String parameter.convertTo
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type int
-
-