public class FlowContext extends Object implements Serializable, Cloneable
Constructor and Description |
---|
FlowContext(IMonitorEvent event,
Deque<IMonitorValuesProvider> monitoringValues,
Document document)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected FlowContext |
clone() |
Date |
getDate()
Returns the event date.
|
Map<String,Object> |
getEventAttributes()
Returns the eventAttributes.
|
FlowEntry |
getFlow()
Returns the flow.
|
MonitorUser |
getUser()
Returns the user.
|
void |
setFlow(FlowEntry flow)
Sets the flow.
|
public FlowContext(IMonitorEvent event, Deque<IMonitorValuesProvider> monitoringValues, Document document) throws PortalException
event
- the event being executed.monitoringValues
- the event data.document
- the event document.PortalException
public Date getDate() throws PortalException
PortalException
public MonitorUser getUser() throws PortalException
PortalException
public Map<String,Object> getEventAttributes()
protected FlowContext clone()
public FlowEntry getFlow()
public void setFlow(FlowEntry flow)
flow
- the flow value to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.