com.ibm.tivoli.maximo.interaction.generate

Class ActionGenerator

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.generate.ActionGenerator


  • public class ActionGenerator
    extends java.lang.Object
    Option Generator.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ActionGenerator() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addCustomAction(java.lang.String actionName, java.lang.String description, java.lang.String objectName, UserInfo userInfo, MXTransaction trans)
      Add support for workflow to the application named by this Mbo.
      void addGroupAction(java.lang.String optionName, java.lang.String description, java.lang.String objectName, java.util.List memebers, UserInfo userInfo, MXTransaction trans)
      Add support for workflow to the application named by this Mbo.
      void addSetValueAction(java.lang.String optionName, java.lang.String objectName, java.lang.String value, java.lang.String parameter, java.lang.String object, UserInfo userInfo, MXTransaction trans)
      Add support for workflow to the application named by this Mbo.
      MboSetRemote checkAction(java.lang.String optionName, UserInfo userInfo)
      Add support for workflow to the application named by this Mbo.
      void deleteAction(java.lang.String optionName, UserInfo userInfo, MXTransaction trans)
      Add support for workflow to the application named by this Mbo.
      void deleteActionGroup(java.lang.String optionName, UserInfo userInfo, MXTransaction trans)
      Add support for workflow to the application named by this Mbo.
      • Methods inherited from class java.lang.Object

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

      • ActionGenerator

        public ActionGenerator()
    • Method Detail

      • addGroupAction

        public void addGroupAction(java.lang.String optionName,
                                   java.lang.String description,
                                   java.lang.String objectName,
                                   java.util.List memebers,
                                   UserInfo userInfo,
                                   MXTransaction trans)
                            throws java.rmi.RemoteException,
                                   MXException
        Add support for workflow to the application named by this Mbo. Does nothing if the AddSupport attribute is cleared.
        Throws:
        java.rmi.RemoteException
        MXException
      • addCustomAction

        public void addCustomAction(java.lang.String actionName,
                                    java.lang.String description,
                                    java.lang.String objectName,
                                    UserInfo userInfo,
                                    MXTransaction trans)
                             throws java.rmi.RemoteException,
                                    MXException
        Add support for workflow to the application named by this Mbo. Does nothing if the AddSupport attribute is cleared.
        Throws:
        java.rmi.RemoteException
        MXException
      • addSetValueAction

        public void addSetValueAction(java.lang.String optionName,
                                      java.lang.String objectName,
                                      java.lang.String value,
                                      java.lang.String parameter,
                                      java.lang.String object,
                                      UserInfo userInfo,
                                      MXTransaction trans)
                               throws java.rmi.RemoteException,
                                      MXException
        Add support for workflow to the application named by this Mbo. Does nothing if the AddSupport attribute is cleared.
        Throws:
        java.rmi.RemoteException
        MXException
      • checkAction

        public MboSetRemote checkAction(java.lang.String optionName,
                                        UserInfo userInfo)
                                 throws java.rmi.RemoteException,
                                        MXException
        Add support for workflow to the application named by this Mbo. Does nothing if the AddSupport attribute is cleared.
        Throws:
        java.rmi.RemoteException
        MXException
      • deleteAction

        public void deleteAction(java.lang.String optionName,
                                 UserInfo userInfo,
                                 MXTransaction trans)
                          throws java.rmi.RemoteException,
                                 MXException
        Add support for workflow to the application named by this Mbo. Does nothing if the AddSupport attribute is cleared.
        Throws:
        java.rmi.RemoteException
        MXException
      • deleteActionGroup

        public void deleteActionGroup(java.lang.String optionName,
                                      UserInfo userInfo,
                                      MXTransaction trans)
                               throws java.rmi.RemoteException,
                                      MXException
        Add support for workflow to the application named by this Mbo. Does nothing if the AddSupport attribute is cleared.
        Throws:
        java.rmi.RemoteException
        MXException