Interface IDashboardFolderFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,IBaseFactoryEx
public interface IDashboardFolderFactory extends IBaseFactoryEx
For HP use. Services to manage Dashboard folders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
getChildPagesWithPrivateItems(IList pIdsList)
Returns the page IDs of those children of the specified folders that contain private analysis items.com4j.Com4jObject
getTreeRoot(boolean isPublic)
Returns a reference to the root of the specified tree.int
getTreeRootID(boolean isPublic)
Returns the ID of the specified Dashboard Tree Root.boolean
isTreeRootEditable(boolean isPublic)
For HP use.-
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
-
getChildPagesWithPrivateItems
IList getChildPagesWithPrivateItems(IList pIdsList)
Returns the page IDs of those children of the specified folders that contain 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
-
getTreeRoot
com4j.Com4jObject getTreeRoot(boolean isPublic)
Returns a reference to the root of the specified tree.
- Parameters:
isPublic
- Mandatory boolean parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
getTreeRootID
int getTreeRootID(boolean isPublic)
Returns the ID of the specified Dashboard Tree Root.
- Parameters:
isPublic
- Mandatory boolean parameter.- Returns:
- Returns a value of type int
-
isTreeRootEditable
boolean isTreeRootEditable(boolean isPublic)
For HP use. Checks whether the specified Dashboard Tree Root is editable.
- Parameters:
isPublic
- Mandatory boolean parameter.- Returns:
- Returns a value of type boolean
-
-