|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.data.service.auditing.BaseAuditingEvent
gov.nih.nci.cagrid.data.service.auditing.ValidationAuditingEvent
public class ValidationAuditingEvent
ValidationAuditingEvent Auditing event fired when validation is performed on a CQL query
| Constructor Summary | |
|---|---|
ValidationAuditingEvent(CQLQuery query,
java.lang.String callerId,
MalformedQueryException cqlStructureException,
MalformedQueryException domainValidityException)
|
|
| Method Summary | |
|---|---|
MalformedQueryException |
getCqlStructureException()
|
MalformedQueryException |
getDomainValidityException()
|
| Methods inherited from class gov.nih.nci.cagrid.data.service.auditing.BaseAuditingEvent |
|---|
getCallerId, getQuery |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationAuditingEvent(CQLQuery query,
java.lang.String callerId,
MalformedQueryException cqlStructureException,
MalformedQueryException domainValidityException)
| Method Detail |
|---|
public MalformedQueryException getCqlStructureException()
null if no exception was thrownpublic MalformedQueryException getDomainValidityException()
null if no exception was thrown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||