Activity Menu
The CentraSite Business UI's Activity Menu helps you access the following functions by default:
Create Assets
Global Reports
Manage Organizations
Manage Governance Rules
Asset Navigator
<Activities>
<Activity id="Create Assets"
class="com.softwareag.centrasite.api.activity.impl.CreateAssetActivityImpl">
INMCL_ACTIVITY_CREATE_ASSET
</Activity>
<Activity id="Global Reports"
class="com.softwareag.centrasite.api.activity.impl.GlobalReportActivityImpl">
INMCL_ACTIVITY_GLOBAL_REPORTS
</Activity>
<Activity id="Manage Organizations"
class="com.softwareag.centrasite.api.activity.impl.ManageOrganizationsImpl">
INMCL_ACTIVITY_MANAGE_ORGANIZATIONS
</Activity>
<Activity id="ManageGovernanceRules"
class="com.softwareag.centrasite.api.activity.impl.ManageGovernanceRulesActivityImpl">
INMCL_ACTIVITY_MANAGE_GOVERNANCE_RULES
</Activity>
<Activity id="Asset Navigator"
class="com.softwareag.centrasite.api.activity.impl.AssetNavigatorActivityImpl">
INMCL_ACTION_ASSETNAVIGATOR
</Activity>
</Activities>
Additionally, you can create a custom activity that have the specific function and format that you require. You define a custom activity as an extension under the section
Activities Configuration in the custom configuration file. For procedures, see
Extend Activity Menu by Additional
Functions.