Class InboundMappingEvaluationPhasesType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.InboundMappingEvaluationPhasesType
-
- All Implemented Interfaces:
Containerable,Freezable,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class InboundMappingEvaluationPhasesType extends AbstractMutableContainerable
Phase or phases in which the mapping should be evaluated.- See Also:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_EXCLUDEstatic ItemNameF_INCLUDEstatic Producer<InboundMappingEvaluationPhasesType>FACTORY-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description InboundMappingEvaluationPhasesType()InboundMappingEvaluationPhasesType(PrismContext context)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundMappingEvaluationPhasesTypeclone()<X> Xend()booleanequals(Object other)InboundMappingEvaluationPhasesTypeexclude(InboundMappingEvaluationPhaseType value)List<InboundMappingEvaluationPhaseType>getExclude()List<InboundMappingEvaluationPhaseType>getInclude()InboundMappingEvaluationPhasesTypeinclude(InboundMappingEvaluationPhaseType value)-
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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_INCLUDE
public static final ItemName F_INCLUDE
-
F_EXCLUDE
public static final ItemName F_EXCLUDE
-
FACTORY
public static final Producer<InboundMappingEvaluationPhasesType> FACTORY
-
-
Constructor Detail
-
InboundMappingEvaluationPhasesType
public InboundMappingEvaluationPhasesType()
-
InboundMappingEvaluationPhasesType
@Deprecated public InboundMappingEvaluationPhasesType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getInclude
public List<InboundMappingEvaluationPhaseType> getInclude()
-
getExclude
public List<InboundMappingEvaluationPhaseType> getExclude()
-
equals
public boolean equals(Object other)
- Overrides:
equalsin classAbstractMutableContainerable
-
include
public InboundMappingEvaluationPhasesType include(InboundMappingEvaluationPhaseType value)
-
exclude
public InboundMappingEvaluationPhasesType exclude(InboundMappingEvaluationPhaseType value)
-
end
public <X> X end()
-
clone
public InboundMappingEvaluationPhasesType clone()
- Overrides:
clonein classAbstractMutableContainerable
-
-