|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.audit.AuditTypeFinder
public class AuditTypeFinder
find a type
| Constructor Summary | |
|---|---|
AuditTypeFinder()
|
|
| Method Summary | |
|---|---|
static void |
clearCache()
clear this out, so it will begin again |
static AuditType |
find(java.lang.String auditTypeId,
boolean exceptionIfNotFound)
Find an AuditType. |
static AuditType |
find(java.lang.String auditCategory,
java.lang.String auditAction,
boolean exceptionIfNotFound)
Find an AuditType. |
static java.util.Set<AuditType> |
findByCategory(java.lang.String auditCategory)
Find an AuditType. |
static void |
internal_updateKnownTypes()
update the internal cache |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuditTypeFinder()
| Method Detail |
|---|
public static void clearCache()
public static AuditType find(java.lang.String auditCategory,
java.lang.String auditAction,
boolean exceptionIfNotFound)
AuditType.
auditCategory - Find AuditType with this name.auditAction - Find AuditType with this name.exceptionIfNotFound -
GroupTypepublic static java.util.Set<AuditType> findByCategory(java.lang.String auditCategory)
AuditType.
auditCategory - Find AuditType with this name.
GroupType
public static AuditType find(java.lang.String auditTypeId,
boolean exceptionIfNotFound)
AuditType.
auditTypeId - Find AuditType with this id.exceptionIfNotFound -
GroupTypepublic static void internal_updateKnownTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||