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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessInstanceSelectionEvent
public ProcessInstanceSelectionEvent()
ProcessInstanceSelectionEvent
public ProcessInstanceSelectionEvent(String deploymentId,
long processInstanceId,
String processDefId)
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.