Class CreateCorrelationCaseSynchronizationActionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractSynchronizationActionType
com.evolveum.midpoint.xml.ns._public.common.common_3.CreateCorrelationCaseSynchronizationActionType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class CreateCorrelationCaseSynchronizationActionType
extends AbstractSynchronizationActionType
Creates (or updates) a correlation case for resource object in "disputed"
synchronization state, i.e. one whose owner cannot be reliably determined.
TODO Is it OK that correlation case is updated only when this action is configured?
Shouldn't that be automatic (if the situation is DISPUTED, and a case already exists)?
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final Producer<CreateCorrelationCaseSynchronizationActionType>Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractSynchronizationActionType
F_DESCRIPTION, F_DOCUMENTATION, F_NAME, F_ORDERFields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()description(String value) documentation(String value) <X> Xend()booleanMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractSynchronizationActionType
getDescription, getDocumentation, getName, getOrder, setDescription, setDocumentation, setName, setOrderMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
FACTORY
-
-
Constructor Details
-
CreateCorrelationCaseSynchronizationActionType
public CreateCorrelationCaseSynchronizationActionType() -
CreateCorrelationCaseSynchronizationActionType
Deprecated.
-
-
Method Details
-
equals
- Overrides:
equalsin classAbstractSynchronizationActionType
-
id
- Overrides:
idin classAbstractSynchronizationActionType
-
name
- Overrides:
namein classAbstractSynchronizationActionType
-
description
- Overrides:
descriptionin classAbstractSynchronizationActionType
-
documentation
- Overrides:
documentationin classAbstractSynchronizationActionType
-
order
- Overrides:
orderin classAbstractSynchronizationActionType
-
end
public <X> X end()- Overrides:
endin classAbstractSynchronizationActionType
-
clone
- Overrides:
clonein classAbstractSynchronizationActionType
-