public class WaitingForEventFlow extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WaitingForEventFlow.Status |
Constructor and Description |
---|
WaitingForEventFlow() |
Modifier and Type | Method and Description |
---|---|
String |
getFlowEntryId()
Returns the flowEntryId.
|
String |
getId()
Returns the id.
|
String |
getNodeId()
Returns the nodeId.
|
Date |
getOriginalEventDate()
Returns the originalEventDate.
|
WaitingForEventFlow.Status |
getStatus()
Returns the status.
|
long |
getTimeoutDateTime()
Returns the timeoutDateTime.
|
String |
getUserId()
Returns the userId.
|
String |
getWaitingEventId()
Returns the waitingEventId.
|
long |
getWaitStartTime()
Returns the waitStartTime.
|
WaitingForEventFlow |
setFlowEntryId(String flowEntryId)
Sets the flowEntryId.
|
WaitingForEventFlow |
setNodeId(String nodeId)
Sets the nodeId.
|
WaitingForEventFlow |
setOriginalEventDate(Date originalEventDate)
Sets the originalEventDate.
|
WaitingForEventFlow |
setStatus(WaitingForEventFlow.Status status)
Sets the status.
|
WaitingForEventFlow |
setTimeoutDateTime(long timeoutDateTime)
Sets the timeoutDateTime.
|
WaitingForEventFlow |
setUserId(String userId)
Sets the userId.
|
WaitingForEventFlow |
setWaitingEventId(String waitingEventId)
Sets the waitingEventId.
|
WaitingForEventFlow |
setWaitStartTime(long waitStartTime)
Sets the waitStartTime.
|
public String getId()
public String getFlowEntryId()
public WaitingForEventFlow setFlowEntryId(String flowEntryId)
flowEntryId
- the flowEntryId value to set.public String getNodeId()
public WaitingForEventFlow setNodeId(String nodeId)
nodeId
- the nodeId value to set.public String getUserId()
public WaitingForEventFlow setUserId(String userId)
userId
- the userId value to set.public String getWaitingEventId()
public WaitingForEventFlow setWaitingEventId(String waitingEventId)
waitingEventId
- the waitingEventId value to set.public Date getOriginalEventDate()
public WaitingForEventFlow setOriginalEventDate(Date originalEventDate)
originalEventDate
- the originalEventDate value to set.public long getWaitStartTime()
public WaitingForEventFlow setWaitStartTime(long waitStartTime)
waitStartTime
- the waitStartTime value to set.public long getTimeoutDateTime()
public WaitingForEventFlow setTimeoutDateTime(long timeoutDateTime)
timeoutDateTime
- the timeoutDateTime value to set.public WaitingForEventFlow.Status getStatus()
public WaitingForEventFlow setStatus(WaitingForEventFlow.Status status)
status
- the status value to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.