Class SynchronizationReactionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.SynchronizationReactionType
- All Implemented Interfaces:
Containerable
,Freezable
,ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
Reaction to synchronization situation or situations.
There is a list of situations to which this entry pertains.
The list is further optionally qualified by channel(s) and a condition.
Only if a situation (any of), a channel (any of), and the condition all match, then the action(s) are applied.
The list of reactions is evaluated in the (optional) order given.
Entries without explicit order are evaluated last.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.Any
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
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 Producer<SynchronizationReactionType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
condition
(ExpressionType value) description
(String value) documentation
(String value) <X> X
end()
boolean
getName()
getOrder()
lifecycleState
(String value) void
void
setCondition
(ExpressionType value) void
setDescription
(String value) void
setDocumentation
(String value) void
setLifecycleState
(String value) void
void
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_LIFECYCLE_STATE
-
F_ORDER
-
F_SITUATION
-
F_CHANNEL
-
F_CONDITION
-
F_ACTIONS
-
FACTORY
-
-
Constructor Details
-
SynchronizationReactionType
public SynchronizationReactionType() -
SynchronizationReactionType
Deprecated.
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getLifecycleState
-
setLifecycleState
-
getOrder
-
setOrder
-
getSituation
-
getChannel
-
getCondition
-
setCondition
-
getActions
-
setActions
-
equals
- Overrides:
equals
in classAbstractMutableContainerable
-
name
-
description
-
documentation
-
lifecycleState
-
order
-
situation
-
channel
-
condition
-
beginCondition
-
actions
-
beginActions
-
end
public <X> X end() -
clone
- Overrides:
clone
in classAbstractMutableContainerable
-