org.jbpm.console.ng.pr.model.events
Class NewProcessInstanceEvent
java.lang.Object
org.jbpm.console.ng.pr.model.events.NewProcessInstanceEvent
- All Implemented Interfaces:
- Serializable
@Portable
public class NewProcessInstanceEvent
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewProcessInstanceEvent
public NewProcessInstanceEvent()
NewProcessInstanceEvent
public NewProcessInstanceEvent(String deploymentId,
Long newProcessInstanceId,
String newProcessDefId)
getNewProcessInstanceId
public Long getNewProcessInstanceId()
setNewProcessInstanceId
public void setNewProcessInstanceId(Long newProcessInstanceId)
getNewProcessDefId
public String getNewProcessDefId()
setNewProcessDefId
public void setNewProcessDefId(String newProcessDefId)
getDeploymentId
public String getDeploymentId()
setDeploymentId
public void setDeploymentId(String deploymentId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.