Class ExpressionParameterType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ParameterType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionParameterType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
SubreportParameterType
public class ExpressionParameterType extends ParameterType implements Serializable, Cloneable, Containerable
Describes input parameters to the expression.Java class for ExpressionParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionParameterType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ParameterType"> <sequence> <element name="expression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" 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_EXPRESSION
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ParameterType
F_NAME, F_TYPE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ExpressionParameterType()
ExpressionParameterType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
ExpressionType
beginExpression()
ExpressionParameterType
clone()
<X> X
end()
boolean
equals(Object object)
ExpressionParameterType
expression(ExpressionType value)
ExpressionType
getExpression()
int
hashCode()
ExpressionParameterType
id(Long value)
ExpressionParameterType
name(String value)
void
setExpression(ExpressionType value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
ExpressionParameterType
type(QName value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ParameterType
getId, getName, getType, setId, setName, setType
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
ExpressionParameterType
public ExpressionParameterType()
-
ExpressionParameterType
public ExpressionParameterType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classParameterType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classParameterType
-
toString
public String toString()
- Overrides:
toString
in classParameterType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classParameterType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classParameterType
-
end
public <X> X end()
- Overrides:
end
in classParameterType
-
getExpression
public ExpressionType getExpression()
-
setExpression
public void setExpression(ExpressionType value)
-
expression
public ExpressionParameterType expression(ExpressionType value)
-
beginExpression
public ExpressionType beginExpression()
-
name
public ExpressionParameterType name(String value)
- Overrides:
name
in classParameterType
-
type
public ExpressionParameterType type(QName value)
- Overrides:
type
in classParameterType
-
id
public ExpressionParameterType id(Long value)
- Overrides:
id
in classParameterType
-
clone
public ExpressionParameterType clone()
- Overrides:
clone
in classParameterType
-
-