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 QName
COMPLEX_TYPE
static ItemName
F_LANGUAGE
static ItemName
F_OBJECT_VARIABLE_MODE
static ItemName
F_RETURN_TYPE
static ItemName
F_VALUE_VARIABLE_MODE
protected String
language
protected ObjectVariableModeType
objectVariableMode
protected ScriptExpressionReturnTypeType
returnType
protected ValueVariableModeType
valueVariableMode
-
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 newScriptExpressionEvaluatorConfigurationType
instance.ScriptExpressionEvaluatorConfigurationType(ScriptExpressionEvaluatorConfigurationType o)
Creates a newScriptExpressionEvaluatorConfigurationType
instance by deeply copying a givenScriptExpressionEvaluatorConfigurationType
instance.
-
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 newScriptExpressionEvaluatorConfigurationType
instance.
-
ScriptExpressionEvaluatorConfigurationType
public ScriptExpressionEvaluatorConfigurationType(ScriptExpressionEvaluatorConfigurationType o)
Creates a newScriptExpressionEvaluatorConfigurationType
instance by deeply copying a givenScriptExpressionEvaluatorConfigurationType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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:
toString
in classTransformExpressionEvaluatorType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classTransformExpressionEvaluatorType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in 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:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classTransformExpressionEvaluatorType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in 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:
description
in classTransformExpressionEvaluatorType
-
documentation
public ScriptExpressionEvaluatorConfigurationType documentation(String value)
- Overrides:
documentation
in classTransformExpressionEvaluatorType
-
trace
public ScriptExpressionEvaluatorConfigurationType trace(Boolean value)
- Overrides:
trace
in classTransformExpressionEvaluatorType
-
relativityMode
public ScriptExpressionEvaluatorConfigurationType relativityMode(TransformExpressionRelativityModeType value)
- Overrides:
relativityMode
in classTransformExpressionEvaluatorType
-
includeNullInputs
public ScriptExpressionEvaluatorConfigurationType includeNullInputs(Boolean value)
- Overrides:
includeNullInputs
in classTransformExpressionEvaluatorType
-
condition
public ScriptExpressionEvaluatorConfigurationType condition(ExpressionType value)
- Overrides:
condition
in classTransformExpressionEvaluatorType
-
beginCondition
public ExpressionType beginCondition()
- Overrides:
beginCondition
in classTransformExpressionEvaluatorType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classTransformExpressionEvaluatorType
-
clone
public ScriptExpressionEvaluatorConfigurationType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classTransformExpressionEvaluatorType
- Returns:
- A deep copy of this object.
-
-