Class MetadataHandlingType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MetadataHandlingType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class MetadataHandlingType extends Object implements Serializable, Cloneable, Containerable
Defines handling of a metadata items. (TODO choose better name for this type.)Java class for MetadataHandlingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataHandlingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="item" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataItemDefinitionType" maxOccurs="unbounded" minOccurs="0"/> <element name="mapping" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataMappingType" maxOccurs="unbounded" minOccurs="0"/> <element name="applicability" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataProcessingApplicabilitySpecificationType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_APPLICABILITY
static ItemName
F_ITEM
static ItemName
F_MAPPING
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description MetadataHandlingType()
MetadataHandlingType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
MetadataHandlingType
public MetadataHandlingType()
-
MetadataHandlingType
public MetadataHandlingType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getItem
public List<MetadataItemDefinitionType> getItem()
-
createItemList
public List<MetadataItemDefinitionType> createItemList()
-
getMapping
public List<MetadataMappingType> getMapping()
-
createMappingList
public List<MetadataMappingType> createMappingList()
-
getApplicability
public MetadataProcessingApplicabilitySpecificationType getApplicability()
-
setApplicability
public void setApplicability(MetadataProcessingApplicabilitySpecificationType value)
-
item
public MetadataHandlingType item(MetadataItemDefinitionType value)
-
beginItem
public MetadataItemDefinitionType beginItem()
-
mapping
public MetadataHandlingType mapping(MetadataMappingType value)
-
beginMapping
public MetadataMappingType beginMapping()
-
applicability
public MetadataHandlingType applicability(MetadataProcessingApplicabilitySpecificationType value)
-
beginApplicability
public MetadataProcessingApplicabilitySpecificationType beginApplicability()
-
clone
public MetadataHandlingType clone()
-
-