Class ProvenanceFeedDefinitionType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class ProvenanceFeedDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    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 <p>Java class for ProvenanceFeedDefinitionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ProvenanceFeedDefinitionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="originRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="acquisitionItemPopulator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PopulateItemType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="metadataItemPopulator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PopulateItemType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="useBuiltinPopulators" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form