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

    Java class for ProvenanceFeedDefinitionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ProvenanceFeedDefinitionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="originRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="acquisitionItemPopulator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PopulateItemType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="metadataItemPopulator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PopulateItemType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="useBuiltinPopulators" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form