Class ScriptExpressionEvaluatorConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TransformExpressionEvaluatorType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionEvaluatorConfigurationType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
- Direct Known Subclasses:
ScriptExpressionEvaluatorType
public class ScriptExpressionEvaluatorConfigurationType extends TransformExpressionEvaluatorType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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).Java class for ScriptExpressionEvaluatorConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScriptExpressionEvaluatorConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TransformExpressionEvaluatorType"> <sequence> <element name="language" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="returnType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ScriptExpressionReturnTypeType" minOccurs="0"/> <element name="objectVariableMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectVariableModeType" minOccurs="0"/> <element name="valueVariableMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ValueVariableModeType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_LANGUAGEstatic ItemNameF_OBJECT_VARIABLE_MODEstatic ItemNameF_RETURN_TYPEstatic ItemNameF_VALUE_VARIABLE_MODEprotected Stringlanguageprotected ObjectVariableModeTypeobjectVariableModeprotected ScriptExpressionReturnTypeTypereturnTypeprotected ValueVariableModeTypevalueVariableMode-
Fields 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
Constructors Constructor Description ScriptExpressionEvaluatorConfigurationType()Creates a newScriptExpressionEvaluatorConfigurationTypeinstance.ScriptExpressionEvaluatorConfigurationType(ScriptExpressionEvaluatorConfigurationType o)Creates a newScriptExpressionEvaluatorConfigurationTypeinstance by deeply copying a givenScriptExpressionEvaluatorConfigurationTypeinstance.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.TransformExpressionEvaluatorType
getCondition, getDescription, getDocumentation, getRelativityMode, isIncludeNullInputs, isTrace, setCondition, setDescription, setDocumentation, setIncludeNullInputs, setRelativityMode, setTrace
-
-
-
-
Field Detail
-
language
protected String language
-
returnType
protected ScriptExpressionReturnTypeType returnType
-
objectVariableMode
protected ObjectVariableModeType objectVariableMode
-
valueVariableMode
protected ValueVariableModeType valueVariableMode
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_LANGUAGE
public static final ItemName F_LANGUAGE
-
F_RETURN_TYPE
public static final ItemName F_RETURN_TYPE
-
F_OBJECT_VARIABLE_MODE
public static final ItemName F_OBJECT_VARIABLE_MODE
-
F_VALUE_VARIABLE_MODE
public static final ItemName F_VALUE_VARIABLE_MODE
-
-
Constructor Detail
-
ScriptExpressionEvaluatorConfigurationType
public ScriptExpressionEvaluatorConfigurationType()
Creates a newScriptExpressionEvaluatorConfigurationTypeinstance.
-
ScriptExpressionEvaluatorConfigurationType
public ScriptExpressionEvaluatorConfigurationType(ScriptExpressionEvaluatorConfigurationType o)
Creates a newScriptExpressionEvaluatorConfigurationTypeinstance by deeply copying a givenScriptExpressionEvaluatorConfigurationTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getLanguage
public String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
public void setLanguage(String value)
Sets the value of the language property.- Parameters:
value- allowed object isString
-
getReturnType
public ScriptExpressionReturnTypeType getReturnType()
Gets the value of the returnType property.- Returns:
- possible object is
ScriptExpressionReturnTypeType
-
setReturnType
public void setReturnType(ScriptExpressionReturnTypeType value)
Sets the value of the returnType property.- Parameters:
value- allowed object isScriptExpressionReturnTypeType
-
getObjectVariableMode
public ObjectVariableModeType getObjectVariableMode()
Gets the value of the objectVariableMode property.- Returns:
- possible object is
ObjectVariableModeType
-
setObjectVariableMode
public void setObjectVariableMode(ObjectVariableModeType value)
Sets the value of the objectVariableMode property.- Parameters:
value- allowed object isObjectVariableModeType
-
getValueVariableMode
public ValueVariableModeType getValueVariableMode()
Gets the value of the valueVariableMode property.- Returns:
- possible object is
ValueVariableModeType
-
setValueVariableMode
public void setValueVariableMode(ValueVariableModeType value)
Sets the value of the valueVariableMode property.- Parameters:
value- allowed object isValueVariableModeType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classTransformExpressionEvaluatorType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classTransformExpressionEvaluatorType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTransformExpressionEvaluatorType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classTransformExpressionEvaluatorType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classTransformExpressionEvaluatorType
-
language
public ScriptExpressionEvaluatorConfigurationType language(String value)
-
returnType
public ScriptExpressionEvaluatorConfigurationType returnType(ScriptExpressionReturnTypeType value)
-
objectVariableMode
public ScriptExpressionEvaluatorConfigurationType objectVariableMode(ObjectVariableModeType value)
-
valueVariableMode
public ScriptExpressionEvaluatorConfigurationType valueVariableMode(ValueVariableModeType value)
-
description
public ScriptExpressionEvaluatorConfigurationType description(String value)
- Overrides:
descriptionin classTransformExpressionEvaluatorType
-
documentation
public ScriptExpressionEvaluatorConfigurationType documentation(String value)
- Overrides:
documentationin classTransformExpressionEvaluatorType
-
trace
public ScriptExpressionEvaluatorConfigurationType trace(Boolean value)
- Overrides:
tracein classTransformExpressionEvaluatorType
-
relativityMode
public ScriptExpressionEvaluatorConfigurationType relativityMode(TransformExpressionRelativityModeType value)
- Overrides:
relativityModein classTransformExpressionEvaluatorType
-
includeNullInputs
public ScriptExpressionEvaluatorConfigurationType includeNullInputs(Boolean value)
- Overrides:
includeNullInputsin classTransformExpressionEvaluatorType
-
condition
public ScriptExpressionEvaluatorConfigurationType condition(ExpressionType value)
- Overrides:
conditionin classTransformExpressionEvaluatorType
-
beginCondition
public ExpressionType beginCondition()
- Overrides:
beginConditionin classTransformExpressionEvaluatorType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classTransformExpressionEvaluatorType
-
clone
public ScriptExpressionEvaluatorConfigurationType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classTransformExpressionEvaluatorType- Returns:
- A deep copy of this object.
-
-