Interface IPolicyStatus
-
- All Superinterfaces:
com4j.Com4jObject
public interface IPolicyStatus extends com4j.Com4jObjectThe Policy Enforcement Status information of the connected project.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IListadministrators()The list of project administrators.Objectadministrators(int index)booleanblockPolicyUpdate()Indicates whether there is a request to block propagation to the project.voidblockPolicyUpdate(boolean pbIsBlocked)Indicates whether there is a request to block propagation to the project.StringdomainName()The project's domain name.booleanisTemplate()Checks whether the connected project is a template.booleanisUpToDate()Checks whether the connected project is up-to-date with its linked template.StringlastPropagationReport()The XML document containing the data of the last propagation performed on the project.DatelastPropagationTime()The date-time of the last template propagation performed on the project.StringlastVerificationReport()The XML document containing the data of the last verification performed on the project.DatelastVerificationTime()The date-time of the last template verification performed on the project.com4j.Com4jObjectlinkedTemplate()The Policy Enforcement Status object containing details of the project's linked template.Stringname()The project's name.StringpolicyUpdateBlockComment()The policy enforcement block comment.voidpolicyUpdateBlockComment(String psComment)The policy enforcement block comment.intverificationStatus()Checks whether the project is verified against its linked template.
-
-
-
Method Detail
-
domainName
String domainName()
The project's domain name.
Getter method for the COM property "DomainName"
- Returns:
- Returns a value of type java.lang.String
-
name
String name()
The project's name.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
blockPolicyUpdate
boolean blockPolicyUpdate()
Indicates whether there is a request to block propagation to the project.
Getter method for the COM property "BlockPolicyUpdate"
- Returns:
- Returns a value of type boolean
-
blockPolicyUpdate
void blockPolicyUpdate(boolean pbIsBlocked)
Indicates whether there is a request to block propagation to the project.
Setter method for the COM property "BlockPolicyUpdate"
- Parameters:
pbIsBlocked- Mandatory boolean parameter.
-
policyUpdateBlockComment
String policyUpdateBlockComment()
The policy enforcement block comment.
Getter method for the COM property "PolicyUpdateBlockComment"
- Returns:
- Returns a value of type java.lang.String
-
policyUpdateBlockComment
void policyUpdateBlockComment(String psComment)
The policy enforcement block comment.
Setter method for the COM property "PolicyUpdateBlockComment"
- Parameters:
psComment- Mandatory java.lang.String parameter.
-
isTemplate
boolean isTemplate()
Checks whether the connected project is a template.
Getter method for the COM property "IsTemplate"
- Returns:
- Returns a value of type boolean
-
isUpToDate
boolean isUpToDate()
Checks whether the connected project is up-to-date with its linked template.
Getter method for the COM property "IsUpToDate"
- Returns:
- Returns a value of type boolean
-
lastPropagationTime
Date lastPropagationTime()
The date-time of the last template propagation performed on the project.
Getter method for the COM property "LastPropagationTime"
- Returns:
- Returns a value of type java.util.Date
-
lastPropagationReport
String lastPropagationReport()
The XML document containing the data of the last propagation performed on the project.
Getter method for the COM property "LastPropagationReport"
- Returns:
- Returns a value of type java.lang.String
-
verificationStatus
int verificationStatus()
Checks whether the project is verified against its linked template.
Getter method for the COM property "VerificationStatus"
- Returns:
- Returns a value of type int
-
lastVerificationTime
Date lastVerificationTime()
The date-time of the last template verification performed on the project.
Getter method for the COM property "LastVerificationTime"
- Returns:
- Returns a value of type java.util.Date
-
lastVerificationReport
String lastVerificationReport()
The XML document containing the data of the last verification performed on the project.
Getter method for the COM property "LastVerificationReport"
- Returns:
- Returns a value of type java.lang.String
-
administrators
IList administrators()
The list of project administrators.
Getter method for the COM property "Administrators"
- Returns:
- Returns a value of type otaclient.IList
-
administrators
Object administrators(int index)
-
linkedTemplate
com4j.Com4jObject linkedTemplate()
The Policy Enforcement Status object containing details of the project's linked template.
Getter method for the COM property "LinkedTemplate"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-