Class ExpressionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
- Direct Known Subclasses:
ProvisioningScriptArgumentType
public class ExpressionType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
static final QName
protected String
protected String
protected List<jakarta.xml.bind.JAXBElement<?>>
protected ExtensionType
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
protected String
protected List<ExpressionParameterType>
protected ExecutionPrivilegesSpecificationType
protected QueryInterpretationOfNoValueType
protected ExpressionReturnMultiplicityType
protected QName
protected ObjectReferenceType
protected List<StringFilterType>
protected Boolean
protected List<ExpressionVariableDefinitionType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) allowEmptyValues
(Boolean value) clone()
description
(String value) documentation
(String value) boolean
equals
(Object other, StructuredEqualsStrategy strategy) expressionEvaluator
(jakarta.xml.bind.JAXBElement<?> value) extension
(ExtensionType value) List<jakarta.xml.bind.JAXBElement<?>>
getName()
int
hashCode
(StructuredHashCodeStrategy strategy) isTrace()
parameter
(ExpressionParameterType value) returnType
(QName value) runAsRef
(ObjectReferenceType value) void
setAllowEmptyValues
(Boolean value) void
setDescription
(String value) void
setDocumentation
(String value) void
setExtension
(ExtensionType value) void
void
void
void
void
setReturnType
(QName value) void
setRunAsRef
(ObjectReferenceType value) void
stringFilter
(StringFilterType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
description
-
documentation
-
extension
-
parameter
-
returnType
-
trace
-
stringFilter
-
variable
-
returnMultiplicity
-
allowEmptyValues
-
queryInterpretationOfNoValue
-
runAsRef
-
privileges
-
expressionEvaluator
-
COMPLEX_TYPE
-
F_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_EXTENSION
-
F_PARAMETER
-
F_RETURN_TYPE
-
F_TRACE
-
F_STRING_FILTER
-
F_VARIABLE
-
F_RETURN_MULTIPLICITY
-
F_ALLOW_EMPTY_VALUES
-
F_QUERY_INTERPRETATION_OF_NO_VALUE
-
F_RUN_AS_REF
-
F_PRIVILEGES
-
F_EXPRESSION_EVALUATOR
-
-
Constructor Details
-
ExpressionType
public ExpressionType() -
ExpressionType
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getExtension
-
setExtension
-
getParameter
-
getReturnType
-
setReturnType
-
isTrace
-
setTrace
-
getStringFilter
-
getVariable
-
getReturnMultiplicity
-
setReturnMultiplicity
-
isAllowEmptyValues
-
setAllowEmptyValues
-
getQueryInterpretationOfNoValue
-
setQueryInterpretationOfNoValue
-
getRunAsRef
-
setRunAsRef
-
getPrivileges
-
setPrivileges
-
getExpressionEvaluator
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
name
-
description
-
documentation
-
extension
-
beginExtension
-
parameter
-
beginParameter
-
returnType
-
trace
-
stringFilter
-
beginStringFilter
-
variable
-
beginVariable
-
returnMultiplicity
-
allowEmptyValues
-
queryInterpretationOfNoValue
-
runAsRef
-
runAsRef
-
runAsRef
-
beginRunAsRef
-
privileges
-
beginPrivileges
-
expressionEvaluator
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-