Class EmailNotifierVariableResolver

  • All Implemented Interfaces:
    VariableResolver

    @StableMinor(version="14.1",
                 sinceVersion="8.2")
    public class EmailNotifierVariableResolver
    extends PortalVariableResolver
    Resolves variables based on an activity. The implicit objects resolved by this class are:
    • activity: Corresponds to the activity.
    • actor: Corresponds to the actor of the activity.
    • action: Corresponds to the activity action.
    • objectType: Corresponds to the activity object type.
    • targetType: Corresponds to the activity target type.
    • websiteUrl: Corresponds to the website URL of the service that originated the activity.
    If this class cannot resolve a variable, it delegates the PortalVariableResolver to resolve it.
    Since:
    8.2.0
    Version:
    $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $