Package com.evolveum.midpoint.prism
Interface ParsingContext
- All Superinterfaces:
- Cloneable
- All Known Implementing Classes:
- ParsingContextImpl
TODO TODO TODO
- 
Method SummaryModifier and TypeMethodDescriptionclone()compat()convertUnknownTypes(boolean value) booleanbooleanbooleanisCompat()booleanbooleanbooleanisStrict()strict()voidvoidvoidwarnOrThrow(Trace logger, String message) voidwarnOrThrow(Trace logger, String message, Throwable t) 
- 
Method Details- 
isAllowMissingRefTypesboolean isAllowMissingRefTypes()
- 
isCompatboolean isCompat()
- 
isStrictboolean isStrict()
- 
warn
- 
warnOrThrow- Throws:
- SchemaException
 
- 
warnOrThrow- Throws:
- SchemaException
 
- 
warn
- 
getWarnings
- 
hasWarningsboolean hasWarnings()
- 
cloneParsingContext clone()
- 
strictParsingContext strict()
- 
compatParsingContext compat()
- 
getEvaluationModeXNodeProcessorEvaluationMode getEvaluationMode()
- 
isConvertUnknownTypesboolean isConvertUnknownTypes()
- 
convertUnknownTypes
- 
isFastAddOperationsboolean isFastAddOperations()
- 
fastAddOperationsParsingContext fastAddOperations()
 
-