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

Interface WFCtrlValueCfgRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    WFCtrlValueCfg


    public interface WFCtrlValueCfgRemote
    extends MboRemote
    The Interface MXMailWFCtrlValueCfgRemote.
    • Field Detail

      • BASE_NAME

        static final java.lang.String BASE_NAME
        The Constant BASE_NAME.
        See Also:
        Constant Field Values
      • WFNODEID

        static final java.lang.String WFNODEID
        The Constant WFNODEID.
        See Also:
        Constant Field Values
      • SETVALUE

        static final java.lang.String SETVALUE
        The Constant SETVALUE.
        See Also:
        Constant Field Values
      • ISACCEPT

        static final java.lang.String ISACCEPT
        The Constant ISACCEPT.
        See Also:
        Constant Field Values
      • DESCRIPTION

        static final java.lang.String DESCRIPTION
        The Constant DESCRIPTION.
        See Also:
        Constant Field Values
      • REPLYTEMPLATE

        static final java.lang.String REPLYTEMPLATE
        The Constant REPLYTEMPLATE.
        See Also:
        Constant Field Values
      • MFMAILCFGNUM

        static final java.lang.String MFMAILCFGNUM
        The Constant MFMAILCFGNUM.
        See Also:
        Constant Field Values
      • ALL_ATTRS

        static final java.lang.String[] ALL_ATTRS
        The Constant ALL_ATTRS.
      • VALUE_TYPE

        static final int[] VALUE_TYPE
        The VALU e_ type.
    • Method Detail

      • activate

        void activate(boolean isActive)
               throws MXException,
                      java.rmi.RemoteException
        Activate.
        Parameters:
        isActive - the is active
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • getValueType

        int getValueType()
                  throws MXException,
                         java.rmi.RemoteException
        Get the selection value type. Return 1 means ACCEPT=1, SETVALUE=0 and 2 means ACCEPT=0, SETVALUE=0, and 0 means SETVALUE=1.
        Returns:
        Return selection value type
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • undeleteWithValidate

        void undeleteWithValidate()
                           throws MXException,
                                  java.rmi.RemoteException
        Undelete with validate.
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception