Interface IAnalysisSegment
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IAnalysisSegment extends IBaseField
For HP use. Services to manage analysis item folders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
_public()
Indicates whether this is a public segment.com4j.Com4jObject
analysisRootFolder()
The Analysis Folder object for root folder of the segment.com4j.Com4jObject
dashboardRootFolder()
The Dashboard Folder object for root folder of the segment.java.lang.String
extension()
Segment's extensionjava.lang.String
name()
The analysis segment's name.-
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.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
extension
java.lang.String extension()
Segment's extension
Getter method for the COM property "Extension"
- Returns:
- Returns a value of type java.lang.String
-
name
java.lang.String name()
The analysis segment's name.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
_public
boolean _public()
Indicates whether this is a public segment.
Getter method for the COM property "Public"
- Returns:
- Returns a value of type boolean
-
analysisRootFolder
com4j.Com4jObject analysisRootFolder()
The Analysis Folder object for root folder of the segment.
Getter method for the COM property "AnalysisRootFolder"
- Returns:
- Returns a value of type com4j.Com4jObject
-
dashboardRootFolder
com4j.Com4jObject dashboardRootFolder()
The Dashboard Folder object for root folder of the segment.
Getter method for the COM property "DashboardRootFolder"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-