When writing email templates in IIQ, the template is assigned a bunch of input objects of various type e.g. the Remediation Notification template has these as input:
@mlf11 :The IIQ javadoc cover most core classes, but not all template input objects.
You can find partial details in the SailPoint IdentityIQ Application Developer Guide
For more detailed exploration, you can inspect these classes directly from identityiq.jar using an IDE like IntelliJ or Eclipse thanks.
Thanks, these links did provide some insight to the objects, but it is still not complete, for example i can find some info on the ProvisioningPlan object but not the AccountRequest object. In the Remediation Notification template i see:
$remediationDetails.getModifiedAccountRequests()
This method is not documented, but i can deduct that it must return a list of AccountRequest objects.
The documentation is way too scattered.
So again, where do i find the complete documentation?