You can download the rules associated with CentraSite system action templates.
To download a rule
In CentraSite Control, go to
> .Locate the action template whose rule you want to download and select its name.
Choose the .zip file in the Uploaded File field, and then download the rule.
The structure of the zip file created by the download feature is as follows:
A folder named lib, which contains a jar file with the action’s executor class and the external libraries.
A folder named META-INF, which contains a property file named
assertion.properties
, which is the build file for the
action. It includes an entry of the following format:
com.softwareag.centrasite.policy.rule.class=<fully_qualified_class_name>