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
| 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 org.jbpm.api.ProcessEngine processEngine
serverConfig
protected org.jbpm.integration.spi.mgmt.ServerConfig serverConfig
GraphViewerPluginImpl
public GraphViewerPluginImpl()
getServerConfig
protected org.jbpm.integration.spi.mgmt.ServerConfig getServerConfig()
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 instanceId)
- Specified by:
getActiveNodeInfo in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin
initializeProcessEngine
protected void initializeProcessEngine()
getDiagramURL
public java.net.URL getDiagramURL(java.lang.String id)
- Specified by:
getDiagramURL in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.