Class ActionExpressionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
- Direct Known Subclasses:
AbstractExecutionActionExpressionType,ApplyDefinitionActionExpressionType,ExecuteScriptActionExpressionType,GenerateValueActionExpressionType,LogActionExpressionType,NotifyActionExpressionType,PurgeSchemaActionExpressionType,ResolveReferenceActionExpressionType,ResumeTaskActionExpressionType,TestResourceActionExpressionType
public class ActionExpressionType extends ScriptingExpressionType
Executes a given action (add, modify, delete, enable, disable, assign, ...)- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_PARAMETERstatic ItemNameF_TYPEprotected List<ActionParameterValueType>parameterprotected Stringtype
-
Constructor Summary
Constructors Constructor Description ActionExpressionType()ActionExpressionType(ActionExpressionType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ActionParameterValueTypebeginParameter()ActionExpressionTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)List<ActionParameterValueType>getParameter()StringgetType()inthashCode(StructuredHashCodeStrategy strategy)ActionExpressionTypeparameter(ActionParameterValueType value)voidsetType(String value)ActionExpressionTypetype(String value)
-
-
-
Constructor Detail
-
ActionExpressionType
public ActionExpressionType()
-
ActionExpressionType
public ActionExpressionType(ActionExpressionType other)
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String value)
-
getParameter
public List<ActionParameterValueType> getParameter()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classScriptingExpressionType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classScriptingExpressionType
-
type
public ActionExpressionType type(String value)
-
parameter
public ActionExpressionType parameter(ActionParameterValueType value)
-
beginParameter
public ActionParameterValueType beginParameter()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classScriptingExpressionType
-
clone
public ActionExpressionType clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classScriptingExpressionType
-
-