Class ApprovalType
java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.WorkflowChoiceTaskType
com.tremolosecurity.config.xml.ApprovalType
Defines an approval step that must be completed before
executing sub tasks
Java class for approvalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="approvalType"> <complexContent> <extension base="{http://www.tremolosecurity.com/tremoloConfig}workflowChoiceTaskType"> <sequence> <element name="emailTemplate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="approvers" type="{http://www.tremolosecurity.com/tremoloConfig}azRulesType"/> <element name="mailAttr" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="failureEmailSubject" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="failureEmailMsg" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="escalationPolicy" type="{http://www.tremolosecurity.com/tremoloConfig}escalationPolicyType" minOccurs="0"/> </sequence> <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AzRulesType
protected String
protected EscalationPolicyType
protected String
protected String
protected String
protected String
Fields inherited from class com.tremolosecurity.config.xml.WorkflowChoiceTaskType
onFailure, onSuccess
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the approvers property.Gets the value of the emailTemplate property.Gets the value of the escalationPolicy property.Gets the value of the failureEmailMsg property.Gets the value of the failureEmailSubject property.getLabel()
Gets the value of the label property.Gets the value of the mailAttr property.void
setApprovers
(AzRulesType value) Sets the value of the approvers property.void
setEmailTemplate
(String value) Sets the value of the emailTemplate property.void
Sets the value of the escalationPolicy property.void
setFailureEmailMsg
(String value) Sets the value of the failureEmailMsg property.void
setFailureEmailSubject
(String value) Sets the value of the failureEmailSubject property.void
Sets the value of the label property.void
setMailAttr
(String value) Sets the value of the mailAttr property.Methods inherited from class com.tremolosecurity.config.xml.WorkflowChoiceTaskType
getOnFailure, getOnSuccess, setOnFailure, setOnSuccess
-
Field Details
-
emailTemplate
-
approvers
-
mailAttr
-
failureEmailSubject
-
failureEmailMsg
-
escalationPolicy
-
label
-
-
Constructor Details
-
ApprovalType
public ApprovalType()
-
-
Method Details
-
getEmailTemplate
-
setEmailTemplate
-
getApprovers
Gets the value of the approvers property.- Returns:
- possible object is
AzRulesType
-
setApprovers
Sets the value of the approvers property.- Parameters:
value
- allowed object isAzRulesType
-
getMailAttr
-
setMailAttr
-
getFailureEmailSubject
-
setFailureEmailSubject
-
getFailureEmailMsg
-
setFailureEmailMsg
-
getEscalationPolicy
Gets the value of the escalationPolicy property.- Returns:
- possible object is
EscalationPolicyType
-
setEscalationPolicy
Sets the value of the escalationPolicy property.- Parameters:
value
- allowed object isEscalationPolicyType
-
getLabel
-
setLabel
-