psdi.workflow

Class FldActionAvailable

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldActionAvailable
    extends MboValueAdapter
    implements MboValueListener
    Attribute handler for WFAction attribute Available. This nonpersistent attribute stores the result of the evaulate of an action's condition attributes.
    • Constructor Detail

      • FldActionAvailable

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

      • initValue

        public void initValue()
                       throws MXException,
                              java.rmi.RemoteException
        Value set by evaluating the action's conditions. If this action connects an Input node to an Interaction node, and the Interaction node does an application action, then security will be checked and this action will not be available if the user does not have access to the application action.
        Specified by:
        initValue in interface MboValueListener
        Overrides:
        initValue in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException