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 TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) allowEmptyValues(Boolean value) clone()description(String value) documentation(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) expressionEvaluator(jakarta.xml.bind.JAXBElement<?> value) extension(ExtensionType value) getName()inthashCode(StructuredHashCodeStrategy strategy) parameter(ExpressionParameterType value) returnType(QName value) runAsRef(ObjectReferenceType value) voidstringFilter(StringFilterType value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType
getAllowEmptyValues, getDescription, getDocumentation, getExpressionEvaluator, getExtension, getParameter, getPrivileges, getQueryInterpretationOfNoValue, getReturnMultiplicity, getReturnType, getRunAsRef, getStringFilter, getTrace, getVariable, isAllowEmptyValues, isTrace, setAllowEmptyValues, setDescription, setDocumentation, setExtension, setPrivileges, setQueryInterpretationOfNoValue, setReturnMultiplicity, setReturnType, setRunAsRef, setTraceMethods 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:
getNamein classExpressionType
-
setName
- Overrides:
setNamein classExpressionType
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classExpressionType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classExpressionType
-
name
- Overrides:
namein classExpressionType
-
description
- Overrides:
descriptionin classExpressionType
-
documentation
- Overrides:
documentationin classExpressionType
-
extension
- Overrides:
extensionin classExpressionType
-
beginExtension
- Overrides:
beginExtensionin classExpressionType
-
parameter
- Overrides:
parameterin classExpressionType
-
beginParameter
- Overrides:
beginParameterin classExpressionType
-
returnType
- Overrides:
returnTypein classExpressionType
-
trace
- Overrides:
tracein classExpressionType
-
stringFilter
- Overrides:
stringFilterin classExpressionType
-
beginStringFilter
- Overrides:
beginStringFilterin classExpressionType
-
variable
- Overrides:
variablein classExpressionType
-
beginVariable
- Overrides:
beginVariablein classExpressionType
-
returnMultiplicity
- Overrides:
returnMultiplicityin classExpressionType
-
allowEmptyValues
- Overrides:
allowEmptyValuesin classExpressionType
-
queryInterpretationOfNoValue
public ProvisioningScriptArgumentType queryInterpretationOfNoValue(QueryInterpretationOfNoValueType value) - Overrides:
queryInterpretationOfNoValuein classExpressionType
-
runAsRef
- Overrides:
runAsRefin classExpressionType
-
runAsRef
- Overrides:
runAsRefin classExpressionType
-
runAsRef
- Overrides:
runAsRefin classExpressionType
-
beginRunAsRef
- Overrides:
beginRunAsRefin classExpressionType
-
privileges
- Overrides:
privilegesin classExpressionType
-
beginPrivileges
- Overrides:
beginPrivilegesin classExpressionType
-
expressionEvaluator
- Overrides:
expressionEvaluatorin classExpressionType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classExpressionType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classExpressionType
-