com.ibm.tivoli.maximo.mfmail.util.wf

Class WFCtrlValueCfgSet

  • java.lang.Object
    • Constructor Detail

      • WFCtrlValueCfgSet

        public WFCtrlValueCfgSet(MboServerInterface ms)
                          throws java.rmi.RemoteException
        Instantiates a new WFCtrlValueCfg MBO Set.
        Parameters:
        ms - the ms
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • canAdd

        public void canAdd()
                    throws MXException
        Description copied from class: MboSet
        Can an object be added to the collection ? This is usually overriden in the specific mboset
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • init

        public void init()
                  throws MXException,
                         java.rmi.RemoteException
        Description copied from class: MboSet
        Programmer can provide any intialization in here. Do not do anything too expensive, as this will slow down the creation of the object. Note that the parent and locale information may not have been set prior to the init() being called. If you wish to do soem processing based on the parent object, override the setOwner() method.
        Overrides:
        init in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboSet.setOwner(MboRemote)
      • setSelAttrRequired

        protected void setSelAttrRequired(boolean state)
                                   throws java.rmi.RemoteException,
                                          MXException
        Sets the field status to selection attribute field.
        Parameters:
        state - the new sel attr required and read only
        Throws:
        java.rmi.RemoteException
        MXException