Interface PyAlarmEvent
- All Superinterfaces:
AlarmEvent
,Countable
,Extendable<PropertySet>
,Iterable<PropertyValue>
,Mergable<PropertySet>
,MutablePropertyValueSource
,PropertySet
,PropertyValueSource
,Serializable
- All Known Implementing Classes:
PyAlarmEventImpl
Created by colby.clegg on 10/27/2014.
-
Field Summary
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY
-
Method Summary
Modifier and TypeMethodDescriptiongetOrDefault
(String property) void
void
This is only present in order to enable much more advanced scripting.Methods inherited from interface com.inductiveautomation.ignition.common.alarming.AlarmEvent
acknowledge, active, clear, getAckData, getActiveData, getClearedData, getDisplayPath, getDisplayPathOrSource, getId, getLabel, getLastEventState, getName, getNotes, getPriority, getSource, getState, isAcked, isCleared, isShelved
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSource
merge, remove, set, set
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
extend, getExtension, isExtended, isInherited, newDefaultInstance, newExtension
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSource
contains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
-
Method Details
-
get
-
getOrDefault
-
getOrElse
-
contains
-
set
-
setGlobal
-
sourceEvent
AlarmEvent sourceEvent()This is only present in order to enable much more advanced scripting. It should not normally be used. *
-