Class ObjectSynchronizationSorterType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ObjectSynchronizationSorterType
    extends Object
    implements Serializable, Cloneable, Containerable
    Defines a synchronization properties (configuration) for a resource. This applies to all flavors of synchronization (live sync, reconciliation, import, ...)

    Java class for ObjectSynchronizationSorterType complex type.

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

     <complexType name="ObjectSynchronizationSorterType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="expression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form