You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 7
Next »
Usages
Interface
org.joget.plugin.base.PluginWebSupport
- Under wflow-plugin-base module
- Interface for Web Service Plugin
Method Detail
Interface Methods
webService
public void webService(javax.servlet.HttpServletRequest request, javax.servlet.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
Work similar to a Servlet.
URL Pattern
{Context Path}/web/json/plugin/{Plugin Class Name}/service
{Context Path}/web/json/app/{App Id}/{App Version}/plugin/{Plugin Class Name}/service
- Example:
http:
- This pattern allowed you to retrieve app definition in your implementation by using this code:
AppDefinition appDef = AppUtil.getCurrentAppDefinition();
Plugin Properties Options
Tutorials
- Department Permission
org.joget.apps.userview.lib.DepartmentPermission (wflow-core) - Email Tool
org.joget.apps.app.lib.EmailTool (wflow-core) - Group Permission
org.joget.apps.userview.lib.GroupPermission (wflow-core) - Inbox
org.joget.apps.userview.lib.InboxMenu (wflow-core) - Organization Permission
org.joget.apps.userview.lib.OrganizationPermission (wflow-core) - Run Process
org.joget.apps.userview.lib.RunProcess (wflow-core) - Subform
org.joget.apps.form.lib.SubForm (wflow-core) - User Notification
org.joget.apps.app.lib.UserNotificationAuditTrail (wflow-core) - User Permission
org.joget.apps.userview.lib.UserPermission (wflow-core)