jBPM Console NG - Process Runtime API 6.2.0.Final

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, String processDefName, Integer processInstanceStatus)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDeploymentId()
           
 String getProcessDefId()
           
 String getProcessDefName()
           
 Long getProcessInstanceId()
           
 Integer getProcessInstanceStatus()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessInstanceSelectionEvent

public ProcessInstanceSelectionEvent()

ProcessInstanceSelectionEvent

public ProcessInstanceSelectionEvent(String deploymentId,
                                     Long processInstanceId,
                                     String processDefId,
                                     String processDefName,
                                     Integer processInstanceStatus)
Method Detail

getProcessInstanceId

public Long getProcessInstanceId()

getProcessDefId

public String getProcessDefId()

getDeploymentId

public String getDeploymentId()

getProcessInstanceStatus

public Integer getProcessInstanceStatus()

getProcessDefName

public String getProcessDefName()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

jBPM Console NG - Process Runtime API 6.2.0.Final

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