org.jbpm.console.ng.pr.model.events
Class ProcessInstanceSelectionEvent
java.lang.Object
org.jbpm.console.ng.pr.model.events.ProcessInstanceSelectionEvent
@Portable
public class ProcessInstanceSelectionEvent
- extends Object
ProcessInstanceSelectionEvent
public ProcessInstanceSelectionEvent()
ProcessInstanceSelectionEvent
public ProcessInstanceSelectionEvent(String deploymentId,
Long processInstanceId,
String processDefId,
String processDefName,
Integer processInstanceStatus)
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.