public interface ITemplateManager
extends com4j.Com4jObject
Modifier and Type | Method and 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) |
IList linkedProjects()
The list of projects linked to this template.
Getter method for the COM property "LinkedProjects"
Object linkedProjects(int index)
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"
domainName
- Mandatory java.lang.String parameter.projectName
- Mandatory java.lang.String parameter.int enforcePolicy(String domainName, String projectName)
Propagates (applies) the template's customization to a linked project.
Getter method for the COM property "EnforcePolicy"
domainName
- Mandatory java.lang.String parameter.projectName
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.