jBPM Console NG - Process Runtime API 6.1.0.CR1

org.jbpm.console.ng.pr.model.events
Class ProcessInstanceSelectionEvent

java.lang.Object
  extended by org.jbpm.console.ng.pr.model.events.ProcessInstanceSelectionEvent

@Portable
public class ProcessInstanceSelectionEvent
extends Object


Constructor Summary
ProcessInstanceSelectionEvent()
           
ProcessInstanceSelectionEvent(String deploymentId, long processInstanceId, String processDefId)
           
 
Method Summary
 String getDeploymentId()
           
 String getProcessDefId()
           
 long getProcessInstanceId()
           
 void setDeploymentId(String deploymentId)
           
 void setProcessDefId(String processDefId)
           
 void setProcessInstanceId(long processInstanceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceSelectionEvent

public ProcessInstanceSelectionEvent()

ProcessInstanceSelectionEvent

public ProcessInstanceSelectionEvent(String deploymentId,
                                     long processInstanceId,
                                     String processDefId)
Method Detail

getProcessInstanceId

public long getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(long processInstanceId)

getProcessDefId

public String getProcessDefId()

setProcessDefId

public void setProcessDefId(String processDefId)

getDeploymentId

public String getDeploymentId()

setDeploymentId

public void setDeploymentId(String deploymentId)

jBPM Console NG - Process Runtime API 6.1.0.CR1

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