public class CalledElementServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
protected IDiagramProfile |
profile |
protected org.kie.workbench.common.services.shared.project.KieProjectService |
projectService |
protected org.kie.workbench.common.services.refactoring.service.RefactoringQueryService |
queryService |
protected org.uberfire.backend.vfs.VFSService |
vfsServices |
Constructor and Description |
---|
CalledElementServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
org.json.JSONObject |
getDataTypesInfoAsJSON(List<String> ruleFlowGroupsInfo) |
org.json.JSONObject |
getProcessInfoAsJSON(Map<String,String> processInfo) |
org.json.JSONObject |
getRuleFlowGroupsInfoAsJSON(List<String> ruleFlowGroupsInfo) |
void |
init(javax.servlet.ServletConfig config) |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected IDiagramProfile profile
@Inject protected org.kie.workbench.common.services.refactoring.service.RefactoringQueryService queryService
@Inject protected org.uberfire.backend.vfs.VFSService vfsServices
@Inject protected org.kie.workbench.common.services.shared.project.KieProjectService projectService
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public org.json.JSONObject getRuleFlowGroupsInfoAsJSON(List<String> ruleFlowGroupsInfo)
public org.json.JSONObject getDataTypesInfoAsJSON(List<String> ruleFlowGroupsInfo)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.