Class MetadataMappingType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractMappingType
com.evolveum.midpoint.xml.ns._public.common.common_3.MetadataMappingType
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
Specialization of abstract mapping for metadata mappings.
- 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.Any
Nested 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 QName
static final ItemName
static final Producer<MetadataMappingType>
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractMappingType
F_AUTHORITATIVE, F_CHANNEL, F_CONDITION, F_DESCRIPTION, F_DOCUMENTATION, F_ENABLED, F_EXCEPT_CHANNEL, F_EXCLUSIVE, F_EXPRESSION, F_EXTENSION, F_LIFECYCLE_STATE, F_NAME, F_SOURCE, F_STRENGTH, F_TARGET, F_TIME_FROM, F_TIME_TO, F_TRACE
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthoritative
(Boolean value) clone()
condition
(ExpressionType value) description
(String value) documentation
(String value) <X> X
end()
boolean
exceptChannel
(String value) expression
(ExpressionType value) extension
(ExtensionType value) getScope()
lifecycleState
(String value) scope
(MetadataMappingScopeType value) void
setScope
(MetadataMappingScopeType value) strength
(MappingStrengthType value) timeTo
(MappingTimeDeclarationType value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractMappingType
getChannel, getCondition, getDescription, getDocumentation, getExceptChannel, getExpression, getExtension, getLifecycleState, getName, getSource, getStrength, getTarget, getTimeFrom, getTimeTo, isAuthoritative, isEnabled, isExclusive, isTrace, setAuthoritative, setCondition, setDescription, setDocumentation, setEnabled, setExclusive, setExpression, setExtension, setLifecycleState, setName, setStrength, setTarget, setTimeFrom, setTimeTo, setTrace
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_SCOPE
-
FACTORY
-
-
Constructor Details
-
MetadataMappingType
public MetadataMappingType() -
MetadataMappingType
Deprecated.
-
-
Method Details
-
getScope
-
setScope
-
equals
- Overrides:
equals
in classAbstractMappingType
-
id
- Overrides:
id
in classAbstractMappingType
-
scope
-
name
- Overrides:
name
in classAbstractMappingType
-
description
- Overrides:
description
in classAbstractMappingType
-
documentation
- Overrides:
documentation
in classAbstractMappingType
-
lifecycleState
- Overrides:
lifecycleState
in classAbstractMappingType
-
extension
- Overrides:
extension
in classAbstractMappingType
-
beginExtension
- Overrides:
beginExtension
in classAbstractMappingType
-
trace
- Overrides:
trace
in classAbstractMappingType
-
authoritative
- Overrides:
authoritative
in classAbstractMappingType
-
exclusive
- Overrides:
exclusive
in classAbstractMappingType
-
strength
- Overrides:
strength
in classAbstractMappingType
-
channel
- Overrides:
channel
in classAbstractMappingType
-
exceptChannel
- Overrides:
exceptChannel
in classAbstractMappingType
-
timeFrom
- Overrides:
timeFrom
in classAbstractMappingType
-
beginTimeFrom
- Overrides:
beginTimeFrom
in classAbstractMappingType
-
timeTo
- Overrides:
timeTo
in classAbstractMappingType
-
beginTimeTo
- Overrides:
beginTimeTo
in classAbstractMappingType
-
source
- Overrides:
source
in classAbstractMappingType
-
beginSource
- Overrides:
beginSource
in classAbstractMappingType
-
expression
- Overrides:
expression
in classAbstractMappingType
-
beginExpression
- Overrides:
beginExpression
in classAbstractMappingType
-
target
- Overrides:
target
in classAbstractMappingType
-
beginTarget
- Overrides:
beginTarget
in classAbstractMappingType
-
condition
- Overrides:
condition
in classAbstractMappingType
-
beginCondition
- Overrides:
beginCondition
in classAbstractMappingType
-
enabled
- Overrides:
enabled
in classAbstractMappingType
-
end
public <X> X end()- Overrides:
end
in classAbstractMappingType
-
clone
- Overrides:
clone
in classAbstractMappingType
-