Uses of Class
org.silverpeas.processmanager.ProcessManagerSessionController
Packages that use ProcessManagerSessionController
-
Uses of ProcessManagerSessionController in org.silverpeas.processmanager
Constructors in org.silverpeas.processmanager with parameters of type ProcessManagerSessionControllerModifierConstructorDescriptionReassignmentReport(ProcessManagerSessionController controller, String incumbentId, String substituteId) -
Uses of ProcessManagerSessionController in org.silverpeas.processmanager.servlets
Methods in org.silverpeas.processmanager.servlets that return ProcessManagerSessionControllerModifier and TypeMethodDescriptionProcessManagerRequestRouter.createComponentSessionController(org.silverpeas.core.web.mvc.controller.MainSessionController mainSessionCtrl, org.silverpeas.core.web.mvc.controller.ComponentContext componentContext) Return a new ProcessManagerSessionController which will be used for each request made in the given componentContext.Methods in org.silverpeas.processmanager.servlets with parameters of type ProcessManagerSessionControllerModifier and TypeMethodDescriptionprotected abstract StringSessionSafeFunctionHandler.computeDestination(String function, ProcessManagerSessionController session, jakarta.servlet.http.HttpServletRequest request, List<org.silverpeas.core.util.file.FileItem> items) Main scenario to be implemented by handler.protected voidSessionSafeFunctionHandler.generateTokenId(ProcessManagerSessionController session, jakarta.servlet.http.HttpServletRequest request) Generate random UUID and store it in request as attribute and in process manager session controllerFunctionHandler.getDestination(String function, ProcessManagerSessionController session, jakarta.servlet.http.HttpServletRequest request) Process the request and returns the response url.ProcessManagerRequestRouter.getDestination(String function, ProcessManagerSessionController sessionController, org.silverpeas.core.web.http.HttpRequest request) Process the request and returns the response url.final StringSessionSafeFunctionHandler.getDestination(String function, ProcessManagerSessionController session, jakarta.servlet.http.HttpServletRequest req) protected voidSessionSafeFunctionHandler.resetTokenId(ProcessManagerSessionController session, jakarta.servlet.http.HttpServletRequest request) Reset token identifier.