Class AssociationFromLinkExpressionEvaluatorType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class AssociationFromLinkExpressionEvaluatorType
    extends ShadowDiscriminatorExpressionEvaluatorType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Definition of an expression that creates association from links (linkRefs) <p>Java class for AssociationFromLinkExpressionEvaluatorType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AssociationFromLinkExpressionEvaluatorType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowDiscriminatorExpressionEvaluatorType"&gt; &lt;sequence&gt; &lt;element name="recurseUpOrgType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="assignmentPathIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form