org.jbpm.integration.console.graphView
Class GraphViewerPluginImpl
java.lang.Object
org.jbpm.integration.console.graphView.GraphViewerPluginImpl
- All Implemented Interfaces:
- org.jboss.bpm.console.server.plugin.GraphViewerPlugin
public class GraphViewerPluginImpl
- extends java.lang.Object
- implements org.jboss.bpm.console.server.plugin.GraphViewerPlugin
- Author:
- Heiko.Braun
|
Method Summary |
java.util.List<org.jboss.bpm.console.client.model.ActiveNodeInfo> |
getActiveNodeInfo(java.lang.String processInstanceId)
|
protected java.lang.StringBuilder |
getBaseUrl()
|
org.jboss.bpm.console.client.model.DiagramInfo |
getDiagramInfo(java.lang.String processId)
|
java.net.URL |
getDiagramURL(java.lang.String id)
|
java.util.List<org.jboss.bpm.console.client.model.ActiveNodeInfo> |
getNodeInfoForActivities(java.lang.String processDefinitionId,
java.util.List<java.lang.String> activities)
|
byte[] |
getProcessImage(java.lang.String processId)
|
protected void |
initializeProcessEngine()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WEB_CONTEXT
protected static final java.lang.String WEB_CONTEXT
- See Also:
- Constant Field Values
processEngine
protected ProcessEngine processEngine
webServiceHost
protected java.lang.String webServiceHost
webServicePort
protected java.lang.String webServicePort
GraphViewerPluginImpl
public GraphViewerPluginImpl()
initializeProcessEngine
protected void initializeProcessEngine()
getBaseUrl
protected java.lang.StringBuilder getBaseUrl()
getProcessImage
public byte[] getProcessImage(java.lang.String processId)
- Specified by:
getProcessImage in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin
getDiagramInfo
public org.jboss.bpm.console.client.model.DiagramInfo getDiagramInfo(java.lang.String processId)
- Specified by:
getDiagramInfo in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin
getActiveNodeInfo
public java.util.List<org.jboss.bpm.console.client.model.ActiveNodeInfo> getActiveNodeInfo(java.lang.String processInstanceId)
- Specified by:
getActiveNodeInfo in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin
getDiagramURL
public java.net.URL getDiagramURL(java.lang.String id)
- Specified by:
getDiagramURL in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin
getNodeInfoForActivities
public java.util.List<org.jboss.bpm.console.client.model.ActiveNodeInfo> getNodeInfoForActivities(java.lang.String processDefinitionId,
java.util.List<java.lang.String> activities)
- Specified by:
getNodeInfoForActivities in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin
Copyright © 2010 JBoss Community. All Rights Reserved.