Class ProvisioningScriptArgumentType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType
com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningScriptArgumentType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
Script argument. It is subtype of Value Construction, therefore
the value may be static of dynamically constructed using an
expression. The "default" and "authoritative" flags are not
applicable here.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
FieldsFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType
allowEmptyValues, description, documentation, expressionEvaluator, extension, F_ALLOW_EMPTY_VALUES, F_DESCRIPTION, F_DOCUMENTATION, F_EXPRESSION_EVALUATOR, F_EXTENSION, F_PARAMETER, F_PRIVILEGES, F_QUERY_INTERPRETATION_OF_NO_VALUE, F_RETURN_MULTIPLICITY, F_RETURN_TYPE, F_RUN_AS_REF, F_STRING_FILTER, F_TRACE, F_VARIABLE, parameter, privileges, queryInterpretationOfNoValue, returnMultiplicity, returnType, runAsRef, stringFilter, trace, variable
-
Constructor Summary
ConstructorsConstructorDescription -
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) getName()
int
hashCode
(StructuredHashCodeStrategy strategy) parameter
(ExpressionParameterType value) returnType
(QName value) runAsRef
(ObjectReferenceType value) void
stringFilter
(StringFilterType value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType
getDescription, getDocumentation, getExpressionEvaluator, getExtension, getParameter, getPrivileges, getQueryInterpretationOfNoValue, getReturnMultiplicity, getReturnType, getRunAsRef, getStringFilter, getVariable, isAllowEmptyValues, isTrace, setAllowEmptyValues, setDescription, setDocumentation, setExtension, setPrivileges, setQueryInterpretationOfNoValue, setReturnMultiplicity, setReturnType, setRunAsRef, setTrace
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
COMPLEX_TYPE
-
F_NAME
-
-
Constructor Details
-
ProvisioningScriptArgumentType
public ProvisioningScriptArgumentType() -
ProvisioningScriptArgumentType
-
-
Method Details
-
getName
- Overrides:
getName
in classExpressionType
-
setName
- Overrides:
setName
in classExpressionType
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classExpressionType
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classExpressionType
-
name
- Overrides:
name
in classExpressionType
-
description
- Overrides:
description
in classExpressionType
-
documentation
- Overrides:
documentation
in classExpressionType
-
extension
- Overrides:
extension
in classExpressionType
-
beginExtension
- Overrides:
beginExtension
in classExpressionType
-
parameter
- Overrides:
parameter
in classExpressionType
-
beginParameter
- Overrides:
beginParameter
in classExpressionType
-
returnType
- Overrides:
returnType
in classExpressionType
-
trace
- Overrides:
trace
in classExpressionType
-
stringFilter
- Overrides:
stringFilter
in classExpressionType
-
beginStringFilter
- Overrides:
beginStringFilter
in classExpressionType
-
variable
- Overrides:
variable
in classExpressionType
-
beginVariable
- Overrides:
beginVariable
in classExpressionType
-
returnMultiplicity
- Overrides:
returnMultiplicity
in classExpressionType
-
allowEmptyValues
- Overrides:
allowEmptyValues
in classExpressionType
-
queryInterpretationOfNoValue
public ProvisioningScriptArgumentType queryInterpretationOfNoValue(QueryInterpretationOfNoValueType value) - Overrides:
queryInterpretationOfNoValue
in classExpressionType
-
runAsRef
- Overrides:
runAsRef
in classExpressionType
-
runAsRef
- Overrides:
runAsRef
in classExpressionType
-
runAsRef
- Overrides:
runAsRef
in classExpressionType
-
beginRunAsRef
- Overrides:
beginRunAsRef
in classExpressionType
-
privileges
- Overrides:
privileges
in classExpressionType
-
beginPrivileges
- Overrides:
beginPrivileges
in classExpressionType
-
expressionEvaluator
- Overrides:
expressionEvaluator
in classExpressionType
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classExpressionType
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classExpressionType
-