psdi.workflow

Class FldNotifyText

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldNotifyText
    extends MboValueAdapter
    This attribute class handles the WFNotification virtual fields Subject and Message. These fields pass through to the related CommTemplate Mbo. This class makes use of the COMMTEMPLATE relationship and the TemplateID attribute.
    • Constructor Detail

      • FldNotifyText

        public FldNotifyText(MboValue mbv)
        Constructor
        Parameters:
        mbv -
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        When this attribute is set, its value is transferred to the attribute with the same name on the CommTemplate. If no CommTemplate exists, one is created.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException