|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.WorkflowExecutionSignaledEventAttributes
public class WorkflowExecutionSignaledEventAttributes
Provides details of the WorkflowExecutionSignaled
event.
Constructor Summary | |
---|---|
WorkflowExecutionSignaledEventAttributes()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Long |
getExternalInitiatedEventId()
The id of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
Id can be found in the history of the source workflow execution. |
WorkflowExecution |
getExternalWorkflowExecution()
The workflow execution that sent the signal. |
String |
getInput()
Inputs provided with the signal (if any). |
String |
getSignalName()
The name of the signal received. |
int |
hashCode()
|
void |
setExternalInitiatedEventId(Long externalInitiatedEventId)
The id of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
Id can be found in the history of the source workflow execution. |
void |
setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The workflow execution that sent the signal. |
void |
setInput(String input)
Inputs provided with the signal (if any). |
void |
setSignalName(String signalName)
The name of the signal received. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
WorkflowExecutionSignaledEventAttributes |
withExternalInitiatedEventId(Long externalInitiatedEventId)
The id of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
Id can be found in the history of the source workflow execution. |
WorkflowExecutionSignaledEventAttributes |
withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The workflow execution that sent the signal. |
WorkflowExecutionSignaledEventAttributes |
withInput(String input)
Inputs provided with the signal (if any). |
WorkflowExecutionSignaledEventAttributes |
withSignalName(String signalName)
The name of the signal received. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WorkflowExecutionSignaledEventAttributes()
Method Detail |
---|
public String getSignalName()
Constraints:
Length: 1 - 256
public void setSignalName(String signalName)
Constraints:
Length: 1 - 256
signalName
- The name of the signal received. The decider can use the signal name
and inputs to determine how to the process the signal.public WorkflowExecutionSignaledEventAttributes withSignalName(String signalName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
signalName
- The name of the signal received. The decider can use the signal name
and inputs to determine how to the process the signal.
public String getInput()
Constraints:
Length: 0 - 32768
public void setInput(String input)
Constraints:
Length: 0 - 32768
input
- Inputs provided with the signal (if any). The decider can use the
signal name and inputs to determine how to process the signal.public WorkflowExecutionSignaledEventAttributes withInput(String input)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
input
- Inputs provided with the signal (if any). The decider can use the
signal name and inputs to determine how to process the signal.
public WorkflowExecution getExternalWorkflowExecution()
public void setExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
externalWorkflowExecution
- The workflow execution that sent the signal. This is set only of the
signal was sent by another workflow execution.public WorkflowExecutionSignaledEventAttributes withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
Returns a reference to this object so that method calls can be chained together.
externalWorkflowExecution
- The workflow execution that sent the signal. This is set only of the
signal was sent by another workflow execution.
public Long getExternalInitiatedEventId()
SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
Id can be found in the history of the source workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event. This field is set only if
the signal was initiated by another workflow execution.
SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
Id can be found in the history of the source workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event. This field is set only if
the signal was initiated by another workflow execution.public void setExternalInitiatedEventId(Long externalInitiatedEventId)
SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
Id can be found in the history of the source workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event. This field is set only if
the signal was initiated by another workflow execution.
externalInitiatedEventId
- The id of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
Id can be found in the history of the source workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event. This field is set only if
the signal was initiated by another workflow execution.public WorkflowExecutionSignaledEventAttributes withExternalInitiatedEventId(Long externalInitiatedEventId)
SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
Id can be found in the history of the source workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event. This field is set only if
the signal was initiated by another workflow execution.
Returns a reference to this object so that method calls can be chained together.
externalInitiatedEventId
- The id of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflow
decision to signal this workflow execution.The source event with this
Id can be found in the history of the source workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event. This field is set only if
the signal was initiated by another workflow execution.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |