The Inx_Api_Property_ApprovalPropertyValue is a wrapper class for the approval property values.
The Inx_Api_Property_ApprovalPropertyValue is a wrapper class for the approval property values. This value determines if and how mailings shall be approved and by whom. An Inx_Api_Property_ApprovalPropertyValue therefore consists of three parts which define the approval strategy:
To convert an Inx_Api_Property_ApprovalPropertyValue into the internal representation needed for the approval property, use the Inx_Api_Property_PropertyFormatter::createApprovalPropertyValue($oApprovalPropertyValue) method. To convert the internal representation into an Inx_Api_Property_ApprovalPropertyValue object, use the Inx_Api_Property_PropertyFormatter::parseApprovalPropertyValue($oProperty) method.
Located in /Api/Property/ApprovalPropertyValue.php (line 43)
Creates an Inx_Api_Property_ApprovalPropertyValue instance with the given approval type, primary approver and secondary approver.
Creates an Inx_Api_Property_ApprovalPropertyValue instance with the given approval type, primary approver and secondary approver. If the approval type is APPROVAL_TYPE_OFF or APPROVAL_TYPE_SYSTEM, no approvers need to be defined. In that case use -1 as the id of both approvers.
Returns the type of the approval process, also indicates if the process is deactivated.
Returns the type of the approval process, also indicates if the process is deactivated.
Returns the id of the primary approver.
Returns the id of the primary approver.
Returns the id of the secondary approver.
Returns the id of the secondary approver.
Approval type used for the escalating approval process.
Approval type used for the escalating approval process. At first, only the primary approver will be involved. If the escalation date expires without the primary approver having approved the mailing, the secondary approver will get involved.
Approval type used for the identical approval process.
Approval type used for the identical approval process. Both approvers will get involved immediately. Only one of them has to approve the mailing.
Approval type used for deactivating the approval process.
Approval type used for deactivating the approval process. No approver will get involved, the editor is the only one responsible for the correctness of the mailing content.
Approval type used to inherit the type from the system approval property.
Approval type used to inherit the type from the system approval property. If this type is used in the system list, the system approval property will be set to APPROVAL_TYPE_OFF.
Documentation generated on Thu, 17 Sep 2015 14:27:20 +0200 by phpDocumentor 1.3.2