Class OperationResultHandlingStrategyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class OperationResultHandlingStrategyType
    extends Object
    implements Serializable, Cloneable, Containerable
    Strategy for operation result aggregation.

    Java class for OperationResultHandlingStrategyType complex type.

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

     <complexType name="OperationResultHandlingStrategyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="global" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="subresultStripThreshold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="preserveDuringCleanup" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultImportanceType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form