Class TaskEvents


  • public class TaskEvents
    extends java.lang.Object
    Order Processing Task Events
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
      static java.lang.String resource_error  
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskEvents()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String acceptRoleAssignment​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Accept role assignment event
      static java.lang.String completeAssignment​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Complete assignment event
      static java.lang.String delegateAndAcceptAssignment​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Delegate and accept assignment event
      • Methods inherited from class java.lang.Object

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

      • module

        public static final java.lang.String module
    • Constructor Detail

      • TaskEvents

        public TaskEvents()
    • Method Detail

      • completeAssignment

        public static java.lang.String completeAssignment​(javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response)
        Complete assignment event
      • acceptRoleAssignment

        public static java.lang.String acceptRoleAssignment​(javax.servlet.http.HttpServletRequest request,
                                                            javax.servlet.http.HttpServletResponse response)
        Accept role assignment event
      • delegateAndAcceptAssignment

        public static java.lang.String delegateAndAcceptAssignment​(javax.servlet.http.HttpServletRequest request,
                                                                   javax.servlet.http.HttpServletResponse response)
        Delegate and accept assignment event