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.AbstractActionExpressionType
com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
- Direct Known Subclasses:
AbstractExecuteActionExpressionType,AbstractExecutionActionExpressionType,ApplyDefinitionActionExpressionType,GenerateValueActionExpressionType,LogActionExpressionType,NotifyActionExpressionType,PurgeSchemaActionExpressionType,ResolveReferenceActionExpressionType,ResumeTaskActionExpressionType,TestResourceActionExpressionType
Executes a given action (add, modify, delete, enable, disable, assign, ...)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getType()inthashCode(StructuredHashCodeStrategy strategy) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
type
-
parameter
-
COMPLEX_TYPE
-
F_TYPE
-
F_PARAMETER
-
-
Constructor Details
-
ActionExpressionType
public ActionExpressionType() -
ActionExpressionType
-
-
Method Details
-
getType
-
setType
-
getParameter
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractActionExpressionType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractActionExpressionType
-
type
-
parameter
-
beginParameter
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractActionExpressionType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classAbstractActionExpressionType
-