Class ScriptExpressionEvaluatorConfigurationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.TransformExpressionEvaluatorType
com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionEvaluatorConfigurationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
- Direct Known Subclasses:
ScriptExpressionEvaluatorType
Data structure that contains all the configuration details for script execution,
except for code itself. It is used at places where there is a need to specify
default configuration for a group of scripts (e.g. Jasper reports).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected Stringprotected ObjectVariableModeTypeprotected ScriptExpressionReturnTypeTypeprotected ValueVariableModeTypeFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.TransformExpressionEvaluatorType
condition, description, documentation, F_CONDITION, F_DESCRIPTION, F_DOCUMENTATION, F_INCLUDE_NULL_INPUTS, F_RELATIVITY_MODE, F_TRACE, includeNullInputs, relativityMode, trace -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()condition(ExpressionType value) description(String value) documentation(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) includeNullInputs(Boolean value) voidsetLanguage(String value) voidvoidvoidMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.TransformExpressionEvaluatorType
getCondition, getDescription, getDocumentation, getIncludeNullInputs, getRelativityMode, getTrace, isIncludeNullInputs, isTrace, setCondition, setDescription, setDocumentation, setIncludeNullInputs, setRelativityMode, setTraceMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
language
-
returnType
-
objectVariableMode
-
valueVariableMode
-
COMPLEX_TYPE
-
F_LANGUAGE
-
F_RETURN_TYPE
-
F_OBJECT_VARIABLE_MODE
-
F_VALUE_VARIABLE_MODE
-
-
Constructor Details
-
ScriptExpressionEvaluatorConfigurationType
public ScriptExpressionEvaluatorConfigurationType() -
ScriptExpressionEvaluatorConfigurationType
-
-
Method Details
-
getLanguage
-
setLanguage
-
getReturnType
-
setReturnType
-
getObjectVariableMode
-
setObjectVariableMode
-
getValueVariableMode
-
setValueVariableMode
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classTransformExpressionEvaluatorType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classTransformExpressionEvaluatorType
-
language
-
returnType
-
objectVariableMode
-
valueVariableMode
-
description
- Overrides:
descriptionin classTransformExpressionEvaluatorType
-
documentation
- Overrides:
documentationin classTransformExpressionEvaluatorType
-
trace
- Overrides:
tracein classTransformExpressionEvaluatorType
-
relativityMode
public ScriptExpressionEvaluatorConfigurationType relativityMode(TransformExpressionRelativityModeType value) - Overrides:
relativityModein classTransformExpressionEvaluatorType
-
includeNullInputs
- Overrides:
includeNullInputsin classTransformExpressionEvaluatorType
-
condition
- Overrides:
conditionin classTransformExpressionEvaluatorType
-
beginCondition
- Overrides:
beginConditionin classTransformExpressionEvaluatorType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classTransformExpressionEvaluatorType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classTransformExpressionEvaluatorType
-