Class ProvenanceFeedDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ProvenanceFeedDefinitionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ProvenanceFeedDefinitionType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Specifies data provenance properties for a particular data feed (source), such as resource. TODO actually it's more powerful as it allows to specify other metadata items as well; consider renaming- See Also:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ACQUISITION_ITEM_POPULATOR
static ItemName
F_METADATA_ITEM_POPULATOR
static ItemName
F_ORIGIN_REF
static ItemName
F_USE_BUILTIN_POPULATORS
static Producer<ProvenanceFeedDefinitionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ProvenanceFeedDefinitionType()
ProvenanceFeedDefinitionType(PrismContext context)
Deprecated.
-
Method Summary
-
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_ORIGIN_REF
public static final ItemName F_ORIGIN_REF
-
F_ACQUISITION_ITEM_POPULATOR
public static final ItemName F_ACQUISITION_ITEM_POPULATOR
-
F_METADATA_ITEM_POPULATOR
public static final ItemName F_METADATA_ITEM_POPULATOR
-
F_USE_BUILTIN_POPULATORS
public static final ItemName F_USE_BUILTIN_POPULATORS
-
FACTORY
public static final Producer<ProvenanceFeedDefinitionType> FACTORY
-
-
Constructor Detail
-
ProvenanceFeedDefinitionType
public ProvenanceFeedDefinitionType()
-
ProvenanceFeedDefinitionType
@Deprecated public ProvenanceFeedDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getOriginRef
public ObjectReferenceType getOriginRef()
-
setOriginRef
public void setOriginRef(ObjectReferenceType value)
-
getAcquisitionItemPopulator
public List<PopulateItemType> getAcquisitionItemPopulator()
-
getMetadataItemPopulator
public List<PopulateItemType> getMetadataItemPopulator()
-
isUseBuiltinPopulators
public Boolean isUseBuiltinPopulators()
-
setUseBuiltinPopulators
public void setUseBuiltinPopulators(Boolean value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ProvenanceFeedDefinitionType id(Long value)
-
originRef
public ProvenanceFeedDefinitionType originRef(ObjectReferenceType value)
-
originRef
public ProvenanceFeedDefinitionType originRef(String oid, QName type)
-
originRef
public ProvenanceFeedDefinitionType originRef(String oid, QName type, QName relation)
-
beginOriginRef
public ObjectReferenceType beginOriginRef()
-
acquisitionItemPopulator
public ProvenanceFeedDefinitionType acquisitionItemPopulator(PopulateItemType value)
-
beginAcquisitionItemPopulator
public PopulateItemType beginAcquisitionItemPopulator()
-
metadataItemPopulator
public ProvenanceFeedDefinitionType metadataItemPopulator(PopulateItemType value)
-
beginMetadataItemPopulator
public PopulateItemType beginMetadataItemPopulator()
-
useBuiltinPopulators
public ProvenanceFeedDefinitionType useBuiltinPopulators(Boolean value)
-
end
public <X> X end()
-
clone
public ProvenanceFeedDefinitionType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-