Package org.jbpm.workbench.pr.events
Class NewProcessInstanceEvent
- java.lang.Object
-
- org.jbpm.workbench.pr.events.NewProcessInstanceEvent
-
- All Implemented Interfaces:
Serializable
@Portable public class NewProcessInstanceEvent extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewProcessInstanceEvent()NewProcessInstanceEvent(String serverTemplateId, String deploymentId, Long newProcessInstanceId, String newProcessDefId, String processDefName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDeploymentId()StringgetNewProcessDefId()LonggetNewProcessInstanceId()StringgetProcessDefName()StringgetServerTemplateId()inthashCode()StringtoString()
-