com.ibm.tivoli.maximo.intservice

Class WFIntService

  • java.lang.Object
    • com.ibm.tivoli.maximo.intservice.WFIntService


  • public class WFIntService
    extends java.lang.Object
    • Constructor Detail

      • WFIntService

        public WFIntService()
    • Method Detail

      • maxSecureProcessWorkflow

        public byte[] maxSecureProcessWorkflow(java.lang.String loginid,
                                               java.lang.String password,
                                               byte[] reqMosData,
                                               java.lang.String wfName)
                                        throws MXException
        Throws:
        MXException
      • maxAPIKeySecureProcessWorkflow

        public byte[] maxAPIKeySecureProcessWorkflow(java.lang.String apikey,
                                                     byte[] reqMosData,
                                                     java.lang.String wfName)
                                              throws MXException
        Throws:
        MXException
      • processWorkflow

        public byte[] processWorkflow(byte[] reqMosData,
                                      java.lang.String wfName)
                               throws MXException
        Throws:
        MXException
      • secureProcessWorkflow

        public byte[] secureProcessWorkflow(byte[] reqMosData,
                                            java.lang.String wfName,
                                            java.security.Principal principal)
                                     throws MXException
        Throws:
        MXException
      • secureProcessWorkflowInternal

        public byte[] secureProcessWorkflowInternal(UserInfo userInfo,
                                                    byte[] processData,
                                                    java.lang.String wfName)
                                             throws MXException
        Throws:
        MXException