Uses of Class
de.xima.fc.plugin.models.params.servlet.PluginServletActionParams.Builder
Packages that use PluginServletActionParams.Builder
-
Uses of PluginServletActionParams.Builder in de.xima.fc.plugin.models.params.servlet
Methods in de.xima.fc.plugin.models.params.servlet that return PluginServletActionParams.BuilderModifier and TypeMethodDescriptionPluginServletActionParams.Builder.action(EServletAction action) PluginServletActionParams.Builder.backendUser(IUser user) PluginServletActionParams.builder()Sets the ID of the client scope where the servlet action plugin was called, if any.PluginServletActionParams.Builder.contextPath(String contextPath) PluginServletActionParams.Builder.formRecordId(Long formRecordId) Sets the ID of the form record where the servlet action plugin was called, if any.PluginServletActionParams.Builder.formVersionId(Long formVersionId) Sets the ID of the form version where the servlet action plugin was called, if any.PluginServletActionParams.Builder.frontendServer(FrontendServer frontendServer) PluginServletActionParams.Builder.frqSessionAttributes(Map<Serializable, Serializable> frqSessionAttributes) PluginServletActionParams.Builder.frqSessionId(String frqSessionId) Sets the ID of the project scope where the servlet action plugin was called, if any.PluginServletActionParams.Builder.remoteAddr(String remoteAddr) PluginServletActionParams.Builder.requestParams(Map<String, List<String>> requestParams) PluginServletActionParams.Builder.requestUri(String requestUri) PluginServletActionParams.Builder.requestUrl(String requestUrl) PluginServletActionParams.Builder.sessionAttributes(Map<String, Serializable> sessionAttributes) PluginServletActionParams.Builder.uploadFiles(Map<String, List<FileData>> uploadFiles) Deprecated.PluginServletActionParams.Builder.valueParameters(ValueParameters valueParameters) Deprecated.PluginServletActionParams.Builder.workflowVersionId(Long workflowVersionId) Sets the ID of the workflow version where the servlet action plugin was called, if any.
PluginServletActionParams.Builder.backendUser(IUser).