Interface IAnalysisItem
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IAnalysisItem extends IBaseField
For HP use. Represents a graph or report.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
_public()
Indicates whether the item is public.void
_public(boolean pVal)
Indicates whether the item is public.java.lang.String
description()
The analysis item's description.void
description(java.lang.String pVal)
The analysis item's description.java.lang.String
filterData()
The definition of the data to be included in the analysis item.void
filterData(java.lang.String pVal)
The definition of the data to be included in the analysis item.java.lang.String
lastModified()
The time on the server when the analysis item was last modified.java.lang.String
layoutData()
The definition of the presentation of the analysis item.void
layoutData(java.lang.String pVal)
The definition of the presentation of the analysis item.java.lang.String
modifiedBy()
The user name of the user who last modified the analysis item.java.lang.String
module()
The Quality Center module that is the source of the data.void
module(java.lang.String pVal)
The Quality Center module that is the source of the data.java.lang.String
name()
The name of the report or graph.void
name(java.lang.String pVal)
The name of the report or graph.int
parentId()
The ID of the parent folder.void
parentId(int pVal)
The ID of the parent folder.java.lang.String
subType()
The analysis item's sub type.void
subType(java.lang.String pVal)
The analysis item's sub type.java.lang.String
type()
The type of output.void
type(java.lang.String pVal)
The type of output.-
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.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
The name of the report or graph.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
The name of the report or graph.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
parentId
int parentId()
The ID of the parent folder.
Getter method for the COM property "ParentId"
- Returns:
- Returns a value of type int
-
parentId
void parentId(int pVal)
The ID of the parent folder.
Setter method for the COM property "ParentId"
- Parameters:
pVal
- Mandatory int parameter.
-
_public
boolean _public()
Indicates whether the item is public.
Getter method for the COM property "Public"
- Returns:
- Returns a value of type boolean
-
_public
void _public(boolean pVal)
Indicates whether the item is public.
Setter method for the COM property "Public"
- Parameters:
pVal
- Mandatory boolean parameter.
-
module
java.lang.String module()
The Quality Center module that is the source of the data.
Getter method for the COM property "Module"
- Returns:
- Returns a value of type java.lang.String
-
module
void module(java.lang.String pVal)
The Quality Center module that is the source of the data.
Setter method for the COM property "Module"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
type
java.lang.String type()
The type of output.
Getter method for the COM property "Type"
- Returns:
- Returns a value of type java.lang.String
-
type
void type(java.lang.String pVal)
The type of output.
Setter method for the COM property "Type"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
filterData
java.lang.String filterData()
The definition of the data to be included in the analysis item.
Getter method for the COM property "FilterData"
- Returns:
- Returns a value of type java.lang.String
-
filterData
void filterData(java.lang.String pVal)
The definition of the data to be included in the analysis item.
Setter method for the COM property "FilterData"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
layoutData
java.lang.String layoutData()
The definition of the presentation of the analysis item.
Getter method for the COM property "LayoutData"
- Returns:
- Returns a value of type java.lang.String
-
layoutData
void layoutData(java.lang.String pVal)
The definition of the presentation of the analysis item.
Setter method for the COM property "LayoutData"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
lastModified
java.lang.String lastModified()
The time on the server when the analysis item was last modified.
Getter method for the COM property "LastModified"
- Returns:
- Returns a value of type java.lang.String
-
modifiedBy
java.lang.String modifiedBy()
The user name of the user who last modified the analysis item.
Getter method for the COM property "ModifiedBy"
- Returns:
- Returns a value of type java.lang.String
-
subType
java.lang.String subType()
The analysis item's sub type.
Getter method for the COM property "SubType"
- Returns:
- Returns a value of type java.lang.String
-
subType
void subType(java.lang.String pVal)
The analysis item's sub type.
Setter method for the COM property "SubType"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
description
java.lang.String description()
The analysis item's description.
Getter method for the COM property "Description"
- Returns:
- Returns a value of type java.lang.String
-
description
void description(java.lang.String pVal)
The analysis item's description.
Setter method for the COM property "Description"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-