|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mayo.informatics.lexgrid.convert.validator.resolution.AbstractResolver<T>
public abstract class AbstractResolver<T>
The Class AbstractResolver.
Field Summary | |
---|---|
static java.lang.String |
UNRESOLVED_DETAILS
The UNRESOLVE d_ details. |
Constructor Summary | |
---|---|
AbstractResolver()
|
Method Summary | |
---|---|
protected abstract java.util.List<java.lang.String> |
doGetValidErrorCodes()
Do get valid error codes. |
abstract ErrorResolutionReport.ResolutionStatus |
doResolveError(T errorObject)
Do resolve error. |
abstract java.lang.String |
getResolutionDetails()
Gets the resolution details. |
java.lang.String |
getUnresolvedDetails()
Gets the unresolved details. |
boolean |
isResolverValidForError(java.lang.String errorCode)
Checks if is resolver valid for error. |
ResolvedLoadValidationError |
resolveError(LoadValidationError error)
Resolve error. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String UNRESOLVED_DETAILS
Constructor Detail |
---|
public AbstractResolver()
Method Detail |
---|
public boolean isResolverValidForError(java.lang.String errorCode)
Resolver
isResolverValidForError
in interface Resolver
errorCode
- the error code
protected abstract java.util.List<java.lang.String> doGetValidErrorCodes()
public ResolvedLoadValidationError resolveError(LoadValidationError error)
Resolver
resolveError
in interface Resolver
error
- the error
public abstract ErrorResolutionReport.ResolutionStatus doResolveError(T errorObject)
errorObject
- the error object
public abstract java.lang.String getResolutionDetails()
public java.lang.String getUnresolvedDetails()
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |