public interface AuditRegistration| Modifier and Type | Method and Description | 
|---|---|
| boolean | enableAuditService()checks if audit service has to be enabled for the component | 
| java.io.InputStream | getAuditDefinition()gets the component audit definition as InputStream | 
| java.io.InputStream | getAuditXlf()gets the component audit translation content as InputStream | 
| java.lang.String | getCompType()gets the comp type from the audit store | 
| boolean | isUpgradeable(int newMajor, int newMinor, int exitingMajor, int existingMinor)checks if the component wants to upgrade given the major and minor versions | 
java.lang.String getCompType()
java.io.InputStream getAuditDefinition()
                                throws java.io.IOException
java.io.IOExceptionjava.io.InputStream getAuditXlf()
                         throws java.io.IOException
java.io.IOExceptionboolean isUpgradeable(int newMajor,
                      int newMinor,
                      int exitingMajor,
                      int existingMinor)
newMajor - the major definition version from the content of getAuditDefinitionnewMinor - the minor definition version from the content of getAuditDefinitionexitingMajor - the major version of the component's existing audit definition in audit storeexistingMinor - the minor version of the component's existing audit definition in audit storeboolean enableAuditService()