Class SuspendedFlow
- java.lang.Object
-
- lumis.portal.analytics.automationflow.SuspendedFlow
-
public class SuspendedFlow extends Object
Suspended flow.- Since:
- 12.1.0
- Version:
- $Revision: 24177 $ $Date: 2020-10-14 10:20:29 -0300 (Wed, 14 Oct 2020) $
-
-
Constructor Summary
Constructors Constructor Description SuspendedFlow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getEventDate()
Returns the eventDate.FlowEntry
getFlowEntry()
Returns the flowEntry.String
getId()
Returns the id.String
getNodeId()
Returns the nodeId.Date
getResumeDateTime()
Returns the resumeDateTime.String
getUserId()
Returns the userId.void
setEventAttributes(Object eventAttributes)
Sets the eventAttributes.void
setEventDate(Date eventDate)
Sets the eventDate.void
setFlowEntry(FlowEntry flowEntry)
Sets the flowEntry.void
setNodeId(String nodeId)
Sets the nodeId.void
setResumeDateTime(Date resumeDateTime)
Sets the resumeDateTime.void
setUserId(String userId)
Sets the userId.
-
-
-
Method Detail
-
getFlowEntry
public FlowEntry getFlowEntry()
Returns the flowEntry.- Returns:
- the flowEntry
- Since:
- 12.1.0
-
setFlowEntry
public void setFlowEntry(FlowEntry flowEntry)
Sets the flowEntry.- Parameters:
flowEntry
- the flowEntry value to set.- Since:
- 12.1.0
-
getNodeId
public String getNodeId()
Returns the nodeId.- Returns:
- the nodeId
- Since:
- 12.1.0
-
setNodeId
public void setNodeId(String nodeId)
Sets the nodeId.- Parameters:
nodeId
- the nodeId value to set.- Since:
- 12.1.0
-
getUserId
public String getUserId()
Returns the userId.- Returns:
- the userId
- Since:
- 12.1.0
-
setUserId
public void setUserId(String userId)
Sets the userId.- Parameters:
userId
- the userId value to set.- Since:
- 12.1.0
-
setEventAttributes
public void setEventAttributes(Object eventAttributes) throws PortalException
Sets the eventAttributes.- Parameters:
eventAttributes
- the eventAttributes value to set.- Throws:
PortalException
- Since:
- 12.1.0
-
getEventDate
public Date getEventDate()
Returns the eventDate.- Returns:
- the eventDate
- Since:
- 12.1.0
-
setEventDate
public void setEventDate(Date eventDate)
Sets the eventDate.- Parameters:
eventDate
- the eventDate value to set.- Since:
- 12.1.0
-
getResumeDateTime
public Date getResumeDateTime()
Returns the resumeDateTime.- Returns:
- the resumeDateTime
- Since:
- 12.1.0
-
setResumeDateTime
public void setResumeDateTime(Date resumeDateTime)
Sets the resumeDateTime.- Parameters:
resumeDateTime
- the resumeDateTime value to set.- Since:
- 12.1.0
-
getId
public String getId()
Returns the id.- Returns:
- the id
- Since:
- 12.1.0
-
-