Package com.evolveum.midpoint.prism
Interface ParsingContext
- 
- All Superinterfaces:
 Cloneable
- All Known Implementing Classes:
 ParsingContextImpl
public interface ParsingContext extends Cloneable
TODO TODO TODO 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParsingContextclone()ParsingContextcompat()ParsingContextconvertUnknownTypes(boolean value)ParsingContextfastAddOperations()XNodeProcessorEvaluationModegetEvaluationMode()List<String>getWarnings()booleanhasWarnings()booleanisAllowMissingRefTypes()booleanisCompat()booleanisConvertUnknownTypes()booleanisFastAddOperations()booleanisStrict()ParsingContextstrict()voidwarn(Trace logger, String message)voidwarn(String message)voidwarnOrThrow(Trace logger, String message)voidwarnOrThrow(Trace logger, String message, Throwable t) 
 - 
 
- 
- 
Method Detail
- 
isAllowMissingRefTypes
boolean isAllowMissingRefTypes()
 
- 
isCompat
boolean isCompat()
 
- 
isStrict
boolean isStrict()
 
- 
warnOrThrow
void warnOrThrow(Trace logger, String message) throws SchemaException
- Throws:
 SchemaException
 
- 
warnOrThrow
void warnOrThrow(Trace logger, String message, Throwable t) throws SchemaException
- Throws:
 SchemaException
 
- 
warn
void warn(String message)
 
- 
hasWarnings
boolean hasWarnings()
 
- 
clone
ParsingContext clone()
 
- 
strict
ParsingContext strict()
 
- 
compat
ParsingContext compat()
 
- 
getEvaluationMode
XNodeProcessorEvaluationMode getEvaluationMode()
 
- 
isConvertUnknownTypes
boolean isConvertUnknownTypes()
 
- 
convertUnknownTypes
ParsingContext convertUnknownTypes(boolean value)
 
- 
isFastAddOperations
boolean isFastAddOperations()
 
- 
fastAddOperations
ParsingContext fastAddOperations()
 
 - 
 
 -