Class InternalOperationsReportDefinitionType

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

    public class InternalOperationsReportDefinitionType
    extends AbstractActivityReportDefinitionType
    implements Serializable, Cloneable, Containerable
    Defines report on internal operations.

    Java class for InternalOperationsReportDefinitionType complex type.

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

     <complexType name="InternalOperationsReportDefinitionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractActivityReportDefinitionType">
           <sequence>
             <element name="fastFilter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}InternalOperationRecordFastFilterType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="beforeItemCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}BeforeItemConditionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="afterItemCondition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AfterItemConditionType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form