Oracle Fusion Middleware Java API Reference for Oracle ADF Model
12c (12.1.3)

E41647-01
oracle.jbo.server

Class ViewLinkDefImpl

    • Field Detail

      • mAssocRef

        protected oracle.jbo.server.EntityAssociationReference mAssocRef
    • Constructor Detail

      • ViewLinkDefImpl

        public ViewLinkDefImpl()
        Constructs a query association
      • ViewLinkDefImpl

        public ViewLinkDefImpl(int defScope,
                       java.lang.String name)
      • ViewLinkDefImpl

        public ViewLinkDefImpl(java.lang.String name)
    • Method Detail

      • getAllDefNames

        public static java.lang.String[] getAllDefNames()
      • findDefObjectNoSub

        public static ViewLinkDefImpl findDefObjectNoSub(java.lang.String viewLinkDefName)
        Finds the ViewLinkDefImpl from the statically maintained list of Meta Objects. Performs essentially the same operation as findDefObject, except that it does not observe meta-object substitution.
        Parameters:
        viewLinkDefName - The fully qualified Name of the ViewDefImpl.
        Returns:
        The View Link definition object corresponding to the specified name.
      • findDefObject

        public static ViewLinkDefImpl findDefObject(java.lang.String viewLinkDefName)
        Finds the ViewLinkDefImpl from the statically maintained list of Meta Objects.
        Parameters:
        viewLinkDefName - The fully qualified Name of the ViewDefImpl.
        Returns:
        The View Link definition object corresponding to the specified name.
      • getComponentClass

        public java.lang.Class getComponentClass()
        Gets the Java Class of the component that this definition object describes, i.e., oracle.jbo.server.ViewLinkImpl.
        Returns:
        the component class.
      • buildLinkEnds

        public void buildLinkEnds(ViewDefImpl source,
                         java.lang.String srcName,
                         int srcCardinality,
                         boolean isSrcPartitionUsingWhereClause,
                         AttributeDefImpl[] srcAttrs,
                         java.lang.String[] srcUnboundAttrNames,
                         ViewDefImpl destination,
                         java.lang.String destName,
                         int destCardinality,
                         boolean isDestPartitionUsingWhereClause,
                         AttributeDefImpl[] destAttrs,
                         java.lang.String[] destUnboundAttrNames,
                         java.lang.Object entityAssocObj,
                         java.lang.String assocClause,
                         java.lang.String reverseAssocClause)
        Internal use only. Application developers should not use this method.
      • getBaseAssociationName

        public java.lang.String getBaseAssociationName()
      • setBaseAssociationName

        public void setBaseAssociationName(java.lang.String assocName)
      • getBindingStyle

        public int getBindingStyle()
      • isEntityAssociationReversed

        public boolean isEntityAssociationReversed()
      • setEntityAssociationReversed

        public void setEntityAssociationReversed(boolean b)
      • getEntityAssociationReference

        public oracle.jbo.server.EntityAssociationReference getEntityAssociationReference()
        Returns:
        The EntityAssociationReference.
      • setEntityAssociationReference

        public void setEntityAssociationReference(oracle.jbo.server.EntityAssociationReference assocRef)
        Parameters:
        assocRef - The EntityAssociationReference.
      • getEntityAssociation

        public EntityAssociation getEntityAssociation()
        Returns:
        The EntityAssociation.
      • getSourceEntityAssocEnd

        public AssociationEnd getSourceEntityAssocEnd()
      • getDestinationEntityAssocEnd

        public AssociationEnd getDestinationEntityAssocEnd()
      • getDestinationBindVariables

        public ViewAttributeDefImpl[] getDestinationBindVariables()
        Returns:
        The destination bind variables.
      • isPartitionUsingWhereClause

        public boolean isPartitionUsingWhereClause(boolean isReversed)
      • setDestinationBindVariables

        public void setDestinationBindVariables(ViewAttributeDefImpl[] vars)
        Parameters:
        vars - The list of AttributeDefImpls as bind variables on other end.
      • isSDOHidden

        public boolean isSDOHidden()
      • setSDOHidden

        public void setSDOHidden(boolean b)
Oracle Fusion Middleware Java API Reference for Oracle ADF Model
12c (12.1.3)

E41647-01

Copyright © 1997, 2014, Oracle. All rights reserved.