Class PrimaryChangeProcessorConfigurationType

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

    public class PrimaryChangeProcessorConfigurationType
    extends WfChangeProcessorConfigurationType
    implements Serializable, Cloneable, Containerable
    Configuration for PrimaryChangeProcessor.

    Java class for PrimaryChangeProcessorConfigurationType complex type.

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

     <complexType name="PrimaryChangeProcessorConfigurationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfChangeProcessorConfigurationType">
           <sequence>
             <element name="policyRuleBasedAspect" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PcpAspectConfigurationType" minOccurs="0"/>
             <element name="addAssociationAspect" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PcpAspectConfigurationType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form