Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


oracle.security.jps.service.audit.management
Interface EventCategory

All Superinterfaces:
AuditLocalicableMetadata, AuditNamedMetadata

public interface EventCategory
extends AuditLocalicableMetadata

Method Summary
 java.util.Collection<? extends AuditAttribute> getAllAttributes()
          Gets attributes of a category.
 java.util.Collection<? extends Event> getAllEvents()
          Gets all events of a category.
 boolean isComponentSpecific()
          Returns true if event category is component specific.

 

Methods inherited from interface oracle.security.jps.service.audit.management.AuditLocalicableMetadata
getDisplayName, getDisplayName, getHelpText, getHelpText

 

Methods inherited from interface oracle.security.jps.service.audit.management.AuditNamedMetadata
getName

 

Method Detail

getAllEvents

java.util.Collection<? extends Event> getAllEvents()
Gets all events of a category.
Returns:

getAllAttributes

java.util.Collection<? extends AuditAttribute> getAllAttributes()
Gets attributes of a category.
Returns:

isComponentSpecific

boolean isComponentSpecific()
Returns true if event category is component specific.
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.