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.Stringdescription()The analysis item's description.voiddescription(String pVal)The analysis item's description.StringfilterData()The definition of the data to be included in the analysis item.voidfilterData(String pVal)The definition of the data to be included in the analysis item.StringlastModified()The time on the server when the analysis item was last modified.StringlayoutData()The definition of the presentation of the analysis item.voidlayoutData(String pVal)The definition of the presentation of the analysis item.StringmodifiedBy()The user name of the user who last modified the analysis item.Stringmodule()The Quality Center module that is the source of the data.voidmodule(String pVal)The Quality Center module that is the source of the data.Stringname()The name of the report or graph.voidname(String pVal)The name of the report or graph.intparentId()The ID of the parent folder.voidparentId(int pVal)The ID of the parent folder.StringsubType()The analysis item's sub type.voidsubType(String pVal)The analysis item's sub type.Stringtype()The type of output.voidtype(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
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(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
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(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
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(String pVal)
The type of output.
Setter method for the COM property "Type"
- Parameters:
pVal- Mandatory java.lang.String parameter.
-
filterData
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(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
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(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
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
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
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(String pVal)
The analysis item's sub type.
Setter method for the COM property "SubType"
- Parameters:
pVal- Mandatory java.lang.String parameter.
-
description
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(String pVal)
The analysis item's description.
Setter method for the COM property "Description"
- Parameters:
pVal- Mandatory java.lang.String parameter.
-
-