Class CaseCreationEventType

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

    public class CaseCreationEventType
    extends CaseEventType
    implements Serializable, Cloneable, Containerable
    Event describing the creation of a workflow process instance.

    Java class for CaseCreationEventType complex type.

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

     <complexType name="CaseCreationEventType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}CaseEventType">
           <sequence>
             <element name="businessContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationBusinessContextType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form