psdi.workflow

Class WorkflowOkStatus

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


    public class WorkflowOkStatus
    extends java.lang.Object
    implements ActionCustomClass
    This action is used to clear the maximo..changestatus.* event responder
    • Constructor Summary

      Constructors 
      Constructor and Description
      WorkflowOkStatus()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void applyCustomAction(MboRemote mbo, java.lang.Object[] params)
      Clear the maximo..changestatus.* event responder to allow status changes on the mbo.
      • Methods inherited from class java.lang.Object

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

      • WorkflowOkStatus

        public WorkflowOkStatus()
        Constructor.
    • Method Detail

      • applyCustomAction

        public void applyCustomAction(MboRemote mbo,
                                      java.lang.Object[] params)
                               throws MXException,
                                      java.rmi.RemoteException
        Clear the maximo..changestatus.* event responder to allow status changes on the mbo. The passed mbo must be based on StatefulMbo.
        Specified by:
        applyCustomAction in interface ActionCustomClass
        Parameters:
        mbo - The Mbo on which the action will apply.
        param - Parameters passed to the custom class.
        Throws:
        MXApplicationException("workflow", - "notStatefulMbo") - thrown when the mbo does not implement psdi.mbo.StatefulMboRemote
        MXException
        java.rmi.RemoteException