Class PartialProcessingOptionsType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class PartialProcessingOptionsType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Options that allows to select only some of the projector/clockwork parts to process.

    Java class for PartialProcessingOptionsType complex type.

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

     <complexType name="PartialProcessingOptionsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="load" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="focus" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="inbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="focusActivation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="objectTemplateBeforeAssignments" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="assignments" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="assignmentsOrg" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="assignmentsMembershipAndDelegate" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="assignmentsConflicts" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="focusLifecycle" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="objectTemplateAfterAssignments" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="focusCredentials" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="focusPolicyRules" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="projection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="outbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="projectionValues" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="projectionCredentials" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="projectionReconciliation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="projectionLifecycle" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="approvals" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="execution" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
             <element name="notification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PartialProcessingTypeType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form