Class LifecycleStateActionDataReductionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class LifecycleStateActionDataReductionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Action that reduces (purges) object data. EXPERIMENTAL

    Java class for LifecycleStateActionDataReductionType complex type.

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

     <complexType name="LifecycleStateActionDataReductionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="purgeItem" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form