public final class UpdateGoalStateMessage extends Message
| Constructor and Description |
|---|
UpdateGoalStateMessage(Identifier sender,
Identifier receiver,
long processInstanceId,
java.lang.String goalName,
boolean reactivate)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getGoalName()
Returns the goal name.
|
long |
getProcessInstanceId()
Returns the process instance id.
|
int |
hashCode() |
boolean |
isReactivate()
Returns the reactivate flag.
|
java.lang.String |
toString() |
getReceiver, getSenderpublic UpdateGoalStateMessage(Identifier sender, Identifier receiver, long processInstanceId, java.lang.String goalName, boolean reactivate)
sender - the senderreceiver - the receiverprocessInstanceId - the process instance idgoalName - the goal namereactivate - the reactivate flagjava.lang.NullPointerException - if receiver or goalName is nullpublic long getProcessInstanceId()
public java.lang.String getGoalName()
public boolean isReactivate()
public boolean equals(java.lang.Object o)
equals in class CommunicationUnitpublic int hashCode()
hashCode in class CommunicationUnitpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.