jBPM Console NG - Process Runtime API 6.0.0.CR4-Pre1

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(long processInstanceId, String processDefId)
           
 
Method Summary
 String getProcessDefId()
           
 long getProcessInstanceId()
           
 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(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)

jBPM Console NG - Process Runtime API 6.0.0.CR4-Pre1

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