Package com.evolveum.midpoint.prism
Interface ParsingContext
- All Superinterfaces:
 Cloneable
TODO TODO TODO
- 
Method Summary
Modifier and TypeMethodDescriptionclone()compat()convertUnknownTypes(boolean value) booleanbooleanbooleanisCompat()booleanbooleanbooleanisStrict()strict()voidvoidvoidwarnOrThrow(Trace logger, String message) voidwarnOrThrow(Trace logger, String message, Throwable t)  
- 
Method Details
- 
isAllowMissingRefTypes
boolean isAllowMissingRefTypes() - 
isCompat
boolean isCompat() - 
isStrict
boolean isStrict() - 
warn
 - 
warnOrThrow
- Throws:
 SchemaException
 - 
warnOrThrow
- Throws:
 SchemaException
 - 
warn
 - 
getWarnings
 - 
hasWarnings
boolean hasWarnings() - 
clone
ParsingContext clone() - 
strict
ParsingContext strict() - 
compat
ParsingContext compat() - 
getEvaluationMode
XNodeProcessorEvaluationMode getEvaluationMode() - 
isConvertUnknownTypes
boolean isConvertUnknownTypes() - 
convertUnknownTypes
 - 
isFastAddOperations
boolean isFastAddOperations() - 
fastAddOperations
ParsingContext fastAddOperations() 
 -