Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


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 Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.