public class FlowEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Identifier |
definitionId |
protected Identifier |
id |
protected Identifier |
instanceId |
| Constructor and Description |
|---|
FlowEvent() |
| Modifier and Type | Method and Description |
|---|---|
FlowEvent |
definitionId(Enum id) |
FlowEvent |
definitionId(Identifier definitionId) |
boolean |
equals(Object o) |
Identifier |
getDefinitionId() |
Identifier |
getId() |
Identifier |
getInstanceId() |
int |
hashCode() |
FlowEvent |
id(Identifier id) |
FlowEvent |
instanceId(Enum id) |
FlowEvent |
instanceId(Identifier definitionId) |
String |
toString() |
protected Identifier id
protected Identifier definitionId
protected Identifier instanceId
public Identifier getId()
public Identifier getDefinitionId()
public Identifier getInstanceId()
public FlowEvent id(Identifier id)
public FlowEvent definitionId(Identifier definitionId)
public FlowEvent instanceId(Identifier definitionId)
Copyright © 2014. All rights reserved.