Package com.evolveum.midpoint.prism.impl
Class ParsingContextImpl
java.lang.Object
com.evolveum.midpoint.prism.impl.ParsingContextImpl
- All Implemented Interfaces:
ParsingContext
,Cloneable
-
Method Summary
Modifier and TypeMethodDescriptionclone()
compat()
convertUnknownTypes
(boolean value) static ParsingContext
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
-
createDefault
-
isAllowMissingRefTypes
public boolean isAllowMissingRefTypes()- Specified by:
isAllowMissingRefTypes
in interfaceParsingContext
-
getEvaluationMode
- Specified by:
getEvaluationMode
in interfaceParsingContext
-
isCompat
public boolean isCompat()- Specified by:
isCompat
in interfaceParsingContext
-
isStrict
public boolean isStrict()- Specified by:
isStrict
in interfaceParsingContext
-
warn
- Specified by:
warn
in interfaceParsingContext
-
warnOrThrow
- Specified by:
warnOrThrow
in interfaceParsingContext
- Throws:
SchemaException
-
warnOrThrow
- Specified by:
warnOrThrow
in interfaceParsingContext
- Throws:
SchemaException
-
warn
- Specified by:
warn
in interfaceParsingContext
-
getWarnings
- Specified by:
getWarnings
in interfaceParsingContext
-
hasWarnings
public boolean hasWarnings()- Specified by:
hasWarnings
in interfaceParsingContext
-
clone
- Specified by:
clone
in interfaceParsingContext
- Overrides:
clone
in classObject
-
strict
- Specified by:
strict
in interfaceParsingContext
-
compat
- Specified by:
compat
in interfaceParsingContext
-
isConvertUnknownTypes
public boolean isConvertUnknownTypes()- Specified by:
isConvertUnknownTypes
in interfaceParsingContext
-
convertUnknownTypes
- Specified by:
convertUnknownTypes
in interfaceParsingContext
-
isFastAddOperations
public boolean isFastAddOperations()- Specified by:
isFastAddOperations
in interfaceParsingContext
-
fastAddOperations
- Specified by:
fastAddOperations
in interfaceParsingContext
-