@StableMinor(version="12.3", sinceVersion="12.1") public interface IExperienceAutomationFlowContext
Modifier and Type | Interface and Description |
---|---|
static interface |
IExperienceAutomationFlowContext.IExperienceAutomationFlow
Describes an experience automation flow.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getEventData()
Returns an unmodifiable map with the attributes of the event that triggered the experience automation flow.
The Java type of the attribute depends on the data type of the attribute as follows: String, Text, Keyword: String Double: Double Boolean: Boolean Long: Long Date time: Date URL: URL Geopoint: ExtendedGeoPoint The attributes may be wrapped within a list. The maps keys are the monitor field's identifier. |
IExperienceAutomationFlowContext.IExperienceAutomationFlow |
getFlow()
Returns information about the experience automation flow being executed.
|
UserConfig |
getFlowUser()
Returns the user that generated the event that triggered the flow.
|
UserConfig getFlowUser() throws PortalException
null
if the event was not generated by a user.PortalException
Map<String,Object> getEventData() throws PortalException
"lum_event.datetime": 08/13/2019 15:50 (a date object)
PortalException
IExperienceAutomationFlowContext.IExperienceAutomationFlow getFlow() throws PortalException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.