public interface IPolicyStatus
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
IList |
administrators()
The list of project administrators.
|
Object |
administrators(int index) |
boolean |
blockPolicyUpdate()
Indicates whether there is a request to block propagation to the project.
|
void |
blockPolicyUpdate(boolean pbIsBlocked)
Indicates whether there is a request to block propagation to the project.
|
String |
domainName()
The project's domain name.
|
boolean |
isTemplate()
Checks whether the connected project is a template.
|
boolean |
isUpToDate()
Checks whether the connected project is up-to-date with its linked template.
|
String |
lastPropagationReport()
The XML document containing the data of the last propagation performed on the project.
|
Date |
lastPropagationTime()
The date-time of the last template propagation performed on the project.
|
String |
lastVerificationReport()
The XML document containing the data of the last verification performed on the project.
|
Date |
lastVerificationTime()
The date-time of the last template verification performed on the project.
|
com4j.Com4jObject |
linkedTemplate()
The Policy Enforcement Status object containing details of the project's linked template.
|
String |
name()
The project's name.
|
String |
policyUpdateBlockComment()
The policy enforcement block comment.
|
void |
policyUpdateBlockComment(String psComment)
The policy enforcement block comment.
|
int |
verificationStatus()
Checks whether the project is verified against its linked template.
|
String domainName()
The project's domain name.
Getter method for the COM property "DomainName"
String name()
The project's name.
Getter method for the COM property "Name"
boolean blockPolicyUpdate()
Indicates whether there is a request to block propagation to the project.
Getter method for the COM property "BlockPolicyUpdate"
void blockPolicyUpdate(boolean pbIsBlocked)
Indicates whether there is a request to block propagation to the project.
Setter method for the COM property "BlockPolicyUpdate"
pbIsBlocked
- Mandatory boolean parameter.String policyUpdateBlockComment()
The policy enforcement block comment.
Getter method for the COM property "PolicyUpdateBlockComment"
void policyUpdateBlockComment(String psComment)
The policy enforcement block comment.
Setter method for the COM property "PolicyUpdateBlockComment"
psComment
- Mandatory java.lang.String parameter.boolean isTemplate()
Checks whether the connected project is a template.
Getter method for the COM property "IsTemplate"
boolean isUpToDate()
Checks whether the connected project is up-to-date with its linked template.
Getter method for the COM property "IsUpToDate"
Date lastPropagationTime()
The date-time of the last template propagation performed on the project.
Getter method for the COM property "LastPropagationTime"
String lastPropagationReport()
The XML document containing the data of the last propagation performed on the project.
Getter method for the COM property "LastPropagationReport"
int verificationStatus()
Checks whether the project is verified against its linked template.
Getter method for the COM property "VerificationStatus"
Date lastVerificationTime()
The date-time of the last template verification performed on the project.
Getter method for the COM property "LastVerificationTime"
String lastVerificationReport()
The XML document containing the data of the last verification performed on the project.
Getter method for the COM property "LastVerificationReport"
IList administrators()
The list of project administrators.
Getter method for the COM property "Administrators"
Object administrators(int index)
com4j.Com4jObject linkedTemplate()
The Policy Enforcement Status object containing details of the project's linked template.
Getter method for the COM property "LinkedTemplate"
Copyright © 2020. All rights reserved.