Class SynchronizationActionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationActionType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class SynchronizationActionType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Defines an action to take when a synchronization situation is encountered.
The actions change the default midpoint behaviour.
If there is no action for a particular situation,there will be no special
reaction and the default activity takes place.
Several actions may be defined for a specific reaction. All of them will be
executed however the ordering is not guaranteed.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
description
(String value) documentation
(String value) boolean
equals
(Object other, StructuredEqualsStrategy strategy) getName()
getOrder()
handlerUri
(String value) int
hashCode
(StructuredHashCodeStrategy strategy) order
(BeforeAfterType value) parameters
(Object value) void
setDescription
(String value) void
setDocumentation
(String value) void
setHandlerUri
(String value) void
void
setOrder
(BeforeAfterType value) void
setParameters
(Object value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
description
-
documentation
-
handlerUri
-
order
-
parameters
-
COMPLEX_TYPE
-
F_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_HANDLER_URI
-
F_ORDER
-
F_PARAMETERS
-
-
Constructor Details
-
SynchronizationActionType
public SynchronizationActionType() -
SynchronizationActionType
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getHandlerUri
-
setHandlerUri
-
getOrder
-
setOrder
-
getParameters
-
setParameters
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
name
-
description
-
documentation
-
handlerUri
-
order
-
parameters
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-