Class ManualProvisioningContextType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ManualProvisioningContextType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes the context of the manual provisioning request that is represented by a case.

    Java class for ManualProvisioningContextType complex type.

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

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