loading table of contents...
6.6.2.1.2. GetSiteManagerGroupAction

This action is used to determine the user group that is responsible for managing the site. The name of this group is defined in the property siteManagerGroup of every site indicator. As this property is not required, the group administratoren will be used per default.

siteVariable
Required yes
Description The name of the variable that contains the id of the site
siteManagerGroupVariable
Required no
Description The name of the variable into which the site manager group is stored

Table 6.29.  Attributes of GetSiteManagerGroupAction


<Variable name="siteId" type="String"/>
<Variable name="siteManagerGroup" type="Group"/>
...

<AutomatedTask name="GetTargetSiteManagerGroup" successor="FollowUpAction">
  <Action class="com.coremedia.translate.workflow.GetSiteManagerGroupAction"
          siteVariable="siteId"
          siteManagerGroupVariable="siteManagerGroup"/>
</AutomatedTask>

Example 6.28. Usage of GetSiteManagerGroupAction