psdi.workflow

Class MakeFieldsReadOnly

  • java.lang.Object
    • psdi.workflow.MakeFieldsReadOnly
  • All Implemented Interfaces:
    ActionCustomClass


    public class MakeFieldsReadOnly
    extends java.lang.Object
    implements ActionCustomClass
    Makes the AssetNum and Location attributes of the target Mbo read/only.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void applyCustomAction(MboRemote mbo, java.lang.Object[] params)
      Makes listed fields read only in the Mbo.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MakeFieldsReadOnly

        public MakeFieldsReadOnly()
    • Method Detail

      • applyCustomAction

        public void applyCustomAction(MboRemote mbo,
                                      java.lang.Object[] params)
                               throws MXException,
                                      java.rmi.RemoteException
        Makes listed fields read only in the Mbo.
        Specified by:
        applyCustomAction in interface ActionCustomClass
        Parameters:
        mbo - The Mbo where to make the fields read only.
        params - The first member of this array has a comma separated list of fields to make read only.
        Throws:
        MXException
        java.rmi.RemoteException