Interface ICustomizationReportProjectTemplates
-
- All Superinterfaces:
com4j.Com4jObject
public interface ICustomizationReportProjectTemplates extends com4j.Com4jObject
For HP use. ICustomizationReportProjectTemplates Interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
addReportProjectTemplate(java.lang.String name, java.lang.String category)
Adds the report projects template with the specified name and category.com4j.Com4jObject
getReportProjectTemplate(java.lang.String name, java.lang.String category)
Returns the report project template with the specified name and category.boolean
isReportProjectTemplateExist(java.lang.String name, java.lang.String category)
Queries for a template with a given name and category.void
removeReportProjectTemplate(java.lang.String name, java.lang.String category)
Removes the report projects template with the specified name and category.IList
reportProjectTemplates()
Gets all report project templates.java.lang.Object
reportProjectTemplates(int index)
-
-
-
Method Detail
-
addReportProjectTemplate
com4j.Com4jObject addReportProjectTemplate(java.lang.String name, java.lang.String category)
Adds the report projects template with the specified name and category.
- Parameters:
name
- Mandatory java.lang.String parameter.category
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
removeReportProjectTemplate
void removeReportProjectTemplate(java.lang.String name, java.lang.String category)
Removes the report projects template with the specified name and category.
- Parameters:
name
- Mandatory java.lang.String parameter.category
- Mandatory java.lang.String parameter.
-
getReportProjectTemplate
com4j.Com4jObject getReportProjectTemplate(java.lang.String name, java.lang.String category)
Returns the report project template with the specified name and category.
- Parameters:
name
- Mandatory java.lang.String parameter.category
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
reportProjectTemplates
IList reportProjectTemplates()
Gets all report project templates.
Getter method for the COM property "ReportProjectTemplates"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
reportProjectTemplates
java.lang.Object reportProjectTemplates(int index)
-
isReportProjectTemplateExist
boolean isReportProjectTemplateExist(java.lang.String name, java.lang.String category)
Queries for a template with a given name and category.
- Parameters:
name
- Mandatory java.lang.String parameter.category
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type boolean
-
-