Package com.evolveum.midpoint.prism
Interface ParsingContext
- All Superinterfaces:
Cloneable
TODO TODO TODO
-
Method Summary
Modifier and TypeMethodDescriptionclone()
compat()
convertUnknownTypes
(boolean value) boolean
boolean
boolean
isCompat()
boolean
boolean
boolean
isStrict()
strict()
void
void
void
warnOrThrow
(Trace logger, String message) void
warnOrThrow
(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()
-