org.jbpm.integration.console.graphView
Class GraphViewerPluginImpl

java.lang.Object
  extended by 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

Constructor Summary
GraphViewerPluginImpl()
           
 
Method Summary
 org.jboss.bpm.console.client.model.ActiveNodeInfo getActiveNodeInfo(java.lang.String instanceId)
           
 org.jboss.bpm.console.client.model.DiagramInfo getDiagramInfo(java.lang.String processId)
           
 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
 

Constructor Detail

GraphViewerPluginImpl

public GraphViewerPluginImpl()
Method Detail

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 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()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.