public interface AuditAdminService
| Modifier and Type | Method and Description | 
|---|---|
AttributesDatabaseMap | 
getAttributesMap(java.lang.String componentType)
Gets attribute-column mapping for a component. 
 | 
AuditPolicy | 
getAuditPolicy(java.lang.String componentType)
Gets audit policy of given component type. 
 | 
ComponentDefinition | 
getComponentDef(java.lang.String componentType)
Gets component definition of given component type, include component attributes, events and filter preset definitions. 
 | 
java.util.Set<java.lang.String> | 
getComponentNames()
Gets all component types. 
 | 
java.util.Map<java.lang.String,? extends AttributeGroup> | 
getGenericAttributeGroups()
Gets system attribute groups. 
 | 
AttributesDatabaseMap | 
getSystemAttributesMap()
Gets attribute-column mapping for system component. 
 | 
java.util.Collection<? extends EventCategory> | 
getSystemEvents()
Gets system event categories. 
 | 
void | 
setAuditPolicy(java.lang.String componentType, AuditPolicy auditPolicy)
Sets audit policy of given component type. 
 | 
java.util.Set<java.lang.String> getComponentNames()
                                                  throws AuditException
AuditExceptionjava.util.Map<java.lang.String,? extends AttributeGroup> getGenericAttributeGroups() throws AuditException
AuditExceptionjava.util.Collection<? extends EventCategory> getSystemEvents() throws AuditException
AuditExceptionComponentDefinition getComponentDef(java.lang.String componentType) throws AuditException
componentType -AuditExceptionAuditPolicy getAuditPolicy(java.lang.String componentType) throws AuditException
componentType -AuditException
void setAuditPolicy(java.lang.String componentType,
                  AuditPolicy auditPolicy)
                    throws AuditException
componentType -auditPolicy -AuditExceptionAttributesDatabaseMap getAttributesMap(java.lang.String componentType) throws AuditException
componentType -AuditExceptionAttributesDatabaseMap getSystemAttributesMap() throws AuditException
AuditException