com.ibm.ism.content.virtual

Class ContentReplacement

    • Constructor Detail

      • ContentReplacement

        public ContentReplacement(MboSet ms)
                           throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getList

        public MboSetRemote getList(java.lang.String attribute)
                             throws MXException,
                                    java.rmi.RemoteException
        Description copied from class: Mbo
        Get the list of valid values for the attribute. In order to handle the condition where the passed attributeName contains a . notation(for example, ASSET.DESCRIPTION when the current object is WorkOrder ), this method first gets the correct object and then gets a list of valid values associated with the attribute. If the attributeName does not contain a ".", the current object is assumed to be the one to retrieve information from.
        Specified by:
        getList in interface MboRemote
        Overrides:
        getList in class Mbo
        Returns:
        the set of valid objects for the attribute; null if no elements found for the attribute.
        Throws:
        MXException - "Attribute {0} does not exist" exception will be thrown if the attribute does not exist in the object.
        java.rmi.RemoteException
        See Also:
        Mbo.getList(String)