Package step.repository.alm.otaclient
Interface ITemplateManager
-
- All Superinterfaces:
com4j.Com4jObject
public interface ITemplateManager extends com4j.Com4jObject
Services for performing policy enforcement (Cross Project Customization) operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
analyzePolicy(String domainName, String projectName)
Verifies the template's customization against a linked project (perform conflicts analysis).int
enforcePolicy(String domainName, String projectName)
Propagates (applies) the template's customization to a linked project.IList
linkedProjects()
The list of projects linked to this template.Object
linkedProjects(int index)
-
-
-
Method Detail
-
linkedProjects
IList linkedProjects()
The list of projects linked to this template.
Getter method for the COM property "LinkedProjects"
- Returns:
- Returns a value of type otaclient.IList
-
linkedProjects
Object linkedProjects(int index)
-
analyzePolicy
int analyzePolicy(String domainName, String projectName)
Verifies the template's customization against a linked project (perform conflicts analysis).
Getter method for the COM property "AnalyzePolicy"
- Parameters:
domainName
- Mandatory java.lang.String parameter.projectName
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type int
-
enforcePolicy
int enforcePolicy(String domainName, String projectName)
Propagates (applies) the template's customization to a linked project.
Getter method for the COM property "EnforcePolicy"
- Parameters:
domainName
- Mandatory java.lang.String parameter.projectName
- Mandatory java.lang.String parameter.- Returns:
- Returns a value of type int
-
-