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 TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()description(String value) documentation(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) getName()getOrder()handlerUri(String value) inthashCode(StructuredHashCodeStrategy strategy) order(BeforeAfterType value) parameters(Object value) voidsetDescription(String value) voidsetDocumentation(String value) voidsetHandlerUri(String value) voidvoidsetOrder(BeforeAfterType value) voidsetParameters(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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
name
-
description
-
documentation
-
handlerUri
-
order
-
parameters
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-