Class LensContextType

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

    public class LensContextType
    extends Object
    implements Serializable, Cloneable, Containerable
    A serialization of model context, i.e. a context of an operation in the model. In particular, this type is storing data for LensContext class. <p>Java class for LensContextType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="LensContextType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="requestIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="state" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ModelStateType"/&gt; &lt;element name="channel" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="focusContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensFocusContextType" minOccurs="0"/&gt; &lt;element name="projectionContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensProjectionContextType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="focusClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="projectionClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="doReconciliationForAllProjections" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="executionPhaseOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="projectionWave" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="executionWave" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="options" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ModelExecuteOptionsType" minOccurs="0"/&gt; &lt;element name="lazyAuditRequest" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="requestAudited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="executionAudited" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="requestAuthorized" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="stats" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensContextStatsType" minOccurs="0"/&gt; &lt;element name="rottenExecutedDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensObjectDeltaOperationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="requestMetadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataType" minOccurs="0"/&gt; &lt;element name="ownerOid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form