Class LegacySynchronizationReactionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.LegacySynchronizationReactionType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class LegacySynchronizationReactionType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Reaction to a synchronization situation.
Situation identifier must be unique in this set (i.e. a situation definition may occur only once
for each situation).
If there is no definition for a particular situation, there will be no reaction ("do nothing").
The set of situation reactions is considered to be unordered.
DEPRECATED. Use new synchronization definitions right in the object type definition.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SynchronizationActionType>
static final QName
protected ExpressionType
protected String
protected String
protected ModelExecuteOptionsType
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
protected Boolean
protected String
protected ObjectReferenceType
protected Boolean
protected Boolean
protected SynchronizationSituationType
protected Boolean
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) action
(SynchronizationActionType value) clone()
condition
(ExpressionType value) description
(String value) documentation
(String value) boolean
equals
(Object other, StructuredEqualsStrategy strategy) getName()
int
hashCode
(StructuredHashCodeStrategy strategy) limitPropagation
(Boolean value) objectTemplateRef
(String oid, QName type) objectTemplateRef
(String oid, QName type, QName relation) reconcileAll
(Boolean value) void
setCondition
(ExpressionType value) void
setDescription
(String value) void
setDocumentation
(String value) void
void
setLimitPropagation
(Boolean value) void
void
void
setReconcile
(Boolean value) void
setReconcileAll
(Boolean value) void
void
setSynchronize
(Boolean value) synchronize
(Boolean value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
description
-
documentation
-
situation
-
channel
-
synchronize
-
reconcile
-
reconcileAll
-
limitPropagation
-
objectTemplateRef
-
executeOptions
-
condition
-
action
-
COMPLEX_TYPE
-
F_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_SITUATION
-
F_CHANNEL
-
F_SYNCHRONIZE
-
F_RECONCILE
-
F_RECONCILE_ALL
-
F_LIMIT_PROPAGATION
-
F_OBJECT_TEMPLATE_REF
-
F_EXECUTE_OPTIONS
-
F_CONDITION
-
F_ACTION
-
-
Constructor Details
-
LegacySynchronizationReactionType
public LegacySynchronizationReactionType() -
LegacySynchronizationReactionType
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getSituation
-
setSituation
-
getChannel
-
isSynchronize
-
setSynchronize
-
isReconcile
-
setReconcile
-
isReconcileAll
-
setReconcileAll
-
isLimitPropagation
-
setLimitPropagation
-
getObjectTemplateRef
-
setObjectTemplateRef
-
getExecuteOptions
-
setExecuteOptions
-
getCondition
-
setCondition
-
getAction
-
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
-
situation
-
channel
-
synchronize
-
reconcile
-
reconcileAll
-
limitPropagation
-
objectTemplateRef
-
objectTemplateRef
-
objectTemplateRef
-
beginObjectTemplateRef
-
executeOptions
-
beginExecuteOptions
-
condition
-
beginCondition
-
action
-
beginAction
-
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
-