Class ResumeTaskActionExpressionType
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
com.evolveum.midpoint.xml.ns._public.model.scripting_3.ResumeTaskActionExpressionType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
Statically-typed "resume" action.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
Fields inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
F_PARAMETER, F_TYPE, parameter, type
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
equals
(Object other, StructuredEqualsStrategy strategy) int
hashCode
(StructuredHashCodeStrategy strategy) Methods inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
getParameter, getType, setType
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
COMPLEX_TYPE
-
-
Constructor Details
-
ResumeTaskActionExpressionType
public ResumeTaskActionExpressionType() -
ResumeTaskActionExpressionType
-
-
Method Details
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classActionExpressionType
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classActionExpressionType
-
type
- Overrides:
type
in classActionExpressionType
-
parameter
- Overrides:
parameter
in classActionExpressionType
-
beginParameter
- Overrides:
beginParameter
in classActionExpressionType
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classActionExpressionType
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classActionExpressionType
-