Package org.lowcoder.plugin.api.event
Interface LowcoderEvent
public interface LowcoderEvent
Interface for events transmitted by Lowcoder.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumType of event action.static enumEvents generated by Lowcoder.static enumType of event. -
Method Summary
-
Method Details
-
getIpAddress
- Returns:
- IP address of user who generated the event, if available.
-
getSessionHash
- Returns:
- Session hash of user who generated the event, if available.
-
getIsAnonymous
- Returns:
- True if user who generated the event is not known yet, false otherwise.
-
getOrgId
- Returns:
- Current Organization ID of the user who generated the event, if available.
-
getUserId
- Returns:
- User Id of the user who generated the event, if available.
-
details
- Returns:
- Map of additional event properties.
-
detail
Set additional property in the event.- Parameters:
name- Event property namevalue- Event property vaue
-
getEventType
LowcoderEvent.EventType getEventType()- Returns:
- Event type and action
-