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(Long newProcessInstanceId,
String newProcessDefId)
getNewProcessInstanceId
public Long getNewProcessInstanceId()
setNewProcessInstanceId
public void setNewProcessInstanceId(Long newProcessInstanceId)
getNewProcessDefId
public String getNewProcessDefId()
setNewProcessDefId
public void setNewProcessDefId(String newProcessDefId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.