org.jbpm.integration.console.graph
Class GraphViewerPluginImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphViewerPluginImpl
public GraphViewerPluginImpl()
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-2012 JBoss by Red Hat. All Rights Reserved.