org.jbpm.integration.console.graph
Class GraphViewerPluginImpl

java.lang.Object
  extended by org.jbpm.integration.console.graph.GraphViewerPluginImpl
All Implemented Interfaces:
org.jboss.bpm.console.server.plugin.GraphViewerPlugin

public class GraphViewerPluginImpl
extends Object
implements org.jboss.bpm.console.server.plugin.GraphViewerPlugin


Constructor Summary
GraphViewerPluginImpl()
           
 
Method Summary
 List<org.jboss.bpm.console.client.model.ActiveNodeInfo> getActiveNodeInfo(String instanceId)
           
 org.jboss.bpm.console.client.model.DiagramInfo getDiagramInfo(String processId)
           
 URL getDiagramURL(String id)
           
 List<org.jboss.bpm.console.client.model.ActiveNodeInfo> getNodeInfoForActivities(String processDefinitionId, List<String> activities)
           
 byte[] getProcessImage(String processId)
           
static int transfer(InputStream in, OutputStream out)
           
 
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

getActiveNodeInfo

public List<org.jboss.bpm.console.client.model.ActiveNodeInfo> getActiveNodeInfo(String instanceId)
Specified by:
getActiveNodeInfo in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin

getDiagramInfo

public org.jboss.bpm.console.client.model.DiagramInfo getDiagramInfo(String processId)
Specified by:
getDiagramInfo in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin

getProcessImage

public byte[] getProcessImage(String processId)
Specified by:
getProcessImage in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin

transfer

public static int transfer(InputStream in,
                           OutputStream out)
                    throws IOException
Throws:
IOException

getDiagramURL

public URL getDiagramURL(String id)
Specified by:
getDiagramURL in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin

getNodeInfoForActivities

public List<org.jboss.bpm.console.client.model.ActiveNodeInfo> getNodeInfoForActivities(String processDefinitionId,
                                                                                        List<String> activities)
Specified by:
getNodeInfoForActivities in interface org.jboss.bpm.console.server.plugin.GraphViewerPlugin


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.