Package com.thingworx.things.events
Class ThingworxEvent
- java.lang.Object
-
- com.thingworx.types.events.EventDescriptor
-
- com.thingworx.types.events.EventOccurrence
-
- com.thingworx.things.events.ThingworxEvent
-
- All Implemented Interfaces:
IDiffableObject
,java.lang.Cloneable
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class ThingworxEvent extends EventOccurrence implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description ThingworxEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThingworxEvent
clone()
SecurityContext
getSecurityContext()
java.lang.Boolean
isTraceActive()
void
setSecurityContext(SecurityContext context)
void
setTraceActive(java.lang.Boolean value)
-
Methods inherited from class com.thingworx.types.events.EventOccurrence
getEventData, getEventTime, setEventData, setEventTime
-
Methods inherited from class com.thingworx.types.events.EventDescriptor
getAlertName, getEventDescriptor, getEventName, getSource, getSourceProperty, isAlertEvent, isAnyEvent, isPostCommitEvent, isPropertyEvent, setAlertName, setEventName, setSource, setSourceProperty
-
-
-
-
Constructor Detail
-
ThingworxEvent
@ThingworxExtensionApiMethod(since={6,6}) public ThingworxEvent()
-
-
Method Detail
-
setSecurityContext
@ThingworxExtensionApiMethod(since={6,6}) public void setSecurityContext(SecurityContext context)
-
getSecurityContext
@ThingworxExtensionApiMethod(since={6,6}) public SecurityContext getSecurityContext()
-
setTraceActive
@ThingworxExtensionApiMethod(since={6,6}) public void setTraceActive(java.lang.Boolean value)
-
isTraceActive
@ThingworxExtensionApiMethod(since={6,6}) public java.lang.Boolean isTraceActive()
-
clone
@ThingworxExtensionApiMethod(since={6,6}) public ThingworxEvent clone()
- Overrides:
clone
in classjava.lang.Object
-
-