org.jbpm.integration.console
Class ProcessEnginePluginImpl

java.lang.Object
  extended by org.jbpm.integration.console.JBPMIntegration
      extended by org.jbpm.integration.console.ProcessEnginePluginImpl
All Implemented Interfaces:
org.jboss.bpm.console.server.plugin.ProcessEnginePlugin

public class ProcessEnginePluginImpl
extends JBPMIntegration
implements org.jboss.bpm.console.server.plugin.ProcessEnginePlugin

Author:
Heiko.Braun

Field Summary
 
Fields inherited from class org.jbpm.integration.console.JBPMIntegration
processEngine
 
Constructor Summary
ProcessEnginePluginImpl()
           
 
Method Summary
 void deleteDeployment(java.lang.String id)
           
 void executeJob(java.lang.String jobId)
           
 java.util.List<org.jboss.bpm.console.client.model.DeploymentRef> getDeployments()
           
 java.util.List<org.jboss.bpm.console.client.model.JobRef> getJobs()
           
 void suspendDeployment(java.lang.String id, boolean isSuspended)
           
 
Methods inherited from class org.jbpm.integration.console.JBPMIntegration
initializeProcessEngine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessEnginePluginImpl

public ProcessEnginePluginImpl()
Method Detail

getDeployments

public java.util.List<org.jboss.bpm.console.client.model.DeploymentRef> getDeployments()
Specified by:
getDeployments in interface org.jboss.bpm.console.server.plugin.ProcessEnginePlugin

deleteDeployment

public void deleteDeployment(java.lang.String id)
Specified by:
deleteDeployment in interface org.jboss.bpm.console.server.plugin.ProcessEnginePlugin

suspendDeployment

public void suspendDeployment(java.lang.String id,
                              boolean isSuspended)
Specified by:
suspendDeployment in interface org.jboss.bpm.console.server.plugin.ProcessEnginePlugin

getJobs

public java.util.List<org.jboss.bpm.console.client.model.JobRef> getJobs()
Specified by:
getJobs in interface org.jboss.bpm.console.server.plugin.ProcessEnginePlugin

executeJob

public void executeJob(java.lang.String jobId)
Specified by:
executeJob in interface org.jboss.bpm.console.server.plugin.ProcessEnginePlugin


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