psdi.common.action

Class FldAction

  • All Implemented Interfaces:
    MboConstants, MboValueListener
    Direct Known Subclasses:
    FldWFAction


    public class FldAction
    extends MAXTableDomain
    implements MboValueListener
    Common validation class for Action identifiers. Actions can be specific to Mbos, so the object name is needed to determine if a object specific action is valid for the workflow or escalation for a specific Mbo type.
    • Constructor Detail

      • FldAction

        public FldAction(MboValue mbv)
        Default constructor assumes the objectname column is named objectname.
        Parameters:
        mbv - MboValue to listen to.
      • FldAction

        public FldAction(MboValue mbv,
                         java.lang.String objectNameAttr)
        Constructor.
        Parameters:
        mbv - MboValue to listen to.
        objectNameAttr - The name of the objectname column in this Mbo