com.ibm.ism.script.autoscript

Class FldVarBindValue

    • Method Detail

      • getList

        public MboSetRemote getList()
                             throws MXException,
                                    java.rmi.RemoteException
        Return/Filters list of varbindingvalue for the lookup based on the varbindingtype field. Also sets the relationship based on the varbindingtype
        Specified by:
        getList in interface MboValueListener
        Overrides:
        getList in class MAXTableDomain
        Returns:
        MboSetRemote returns the set based on the varbindingtype
        Throws:
        MXException - throws MXException
        java.rmi.RemoteException - throws RemoteException
      • validate

        public void validate()
                      throws MXException,
                             java.rmi.RemoteException
        Validate that the MboSet returned used using either the relationship, or the where clause is not empty. For the literal var binding type, don't do validation.
        Specified by:
        validate in interface MboValueListener
        Overrides:
        validate in class MAXTableDomain
        Throws:
        MXException - throws MXException
        java.rmi.RemoteException - throws RemoteException
      • smartFill

        public MboSetRemote smartFill(java.lang.String value,
                                      boolean exact)
                               throws MXException,
                                      java.rmi.RemoteException
        This method return null in case the domainid is null.
        Specified by:
        smartFill in interface MboValueListener
        Overrides:
        smartFill in class MAXTableDomain
        Parameters:
        value - the value the ther has entered in this field.
        exact - whether the list is retrieved use exact qbe.
        Throws:
        MXException
        java.rmi.RemoteException