Class AlarmEventInstance
java.lang.Object
com.inductiveautomation.ignition.common.alarming.AlarmEventInstance
- All Implemented Interfaces:
AlarmEvent,AlarmPipelineMonitor,Countable,Extendable<PropertySet>,Mergable<PropertySet>,MutablePropertyValueSource,PropertySet,PropertyValueSource,Serializable,Iterable<PropertyValue>
Alarm events normally exist as a single object in the system. However, in some cases (such as pipelines), we need to
send the same event off in different directions, and we don't want to share the state between them. This class is
used to create a new instance, which stores its own state, but still has a reference to the core event.
- See Also:
-
Field Summary
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionAlarmEventInstance(AlarmEvent core) AlarmEventInstance(AlarmEvent core, AlarmStateTransition transition) Convenience constructor for branching on new state transition * -
Method Summary
Modifier and TypeMethodDescriptionvoidacknowledge(EventData ackData) voidstatic AlarmEventInstancebranch(AlarmEvent event) Creates a new instance, incrementing the BranchDepth property.voidboolean<T> TRetrieves the value of the property, or null if this set doesn't contain that property.intgetCount()getId()The unique id for this event.getLabel()Returns the "Label" property, or "Name" if not defined.Returns the most recent transition, or if this event represents a single state, the particular state that it represents.getName()getNotes()<T> TgetOrDefault(Property<T> prop) <T> TGet the value for a givenProperty, or else fall back to value if it's not present.Returns the priority of the alarm event.Collection<Property<?>>The path to the alarm that generated this event.getState()Returns the current state, as an enum.Returns the opaque PropertyValue objects.booleanisAcked()booleanbooleanisExtended(Property<?> prop) Returns whether this property set contains a value for the prop, and the prop was actually inherited.booleanisInherited(Property<?> prop) Indicates whether the property was inherited from a parent type.booleanReturns whether this is event is currently shelved, if the ShelfExpiration property is set, or whether the event was shelved, for journaled events, based on whether the IsShelved property is set.iterator()voidmerge(PropertySet other) voidvoid<T> voidvoidset(PropertyValue propValue) <T> voidtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSource
mergeMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
extend, getExtension, newDefaultInstance, newExtensionMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSource
getNonNull, getNonNull
-
Constructor Details
-
AlarmEventInstance
-
AlarmEventInstance
Convenience constructor for branching on new state transition *
-
-
Method Details
-
branch
Creates a new instance, incrementing the BranchDepth property. -
onPipelineDropout
public void onPipelineDropout()- Specified by:
onPipelineDropoutin interfaceAlarmPipelineMonitor
-
getLocals
-
getLastEventState
Description copied from interface:AlarmEventReturns the most recent transition, or if this event represents a single state, the particular state that it represents.- Specified by:
getLastEventStatein interfaceAlarmEvent
-
contains
- Specified by:
containsin interfacePropertyValueSource- Returns:
- True if the source contains a value for prop.
-
getOrDefault
- Specified by:
getOrDefaultin interfacePropertyValueSource- Returns:
- The value for prop or
Property.getDefaultValue()if not present. Can return null if the value is null.
-
get
Description copied from interface:PropertyValueSourceRetrieves the value of the property, or null if this set doesn't contain that property.- Specified by:
getin interfacePropertyValueSource
-
iterator
- Specified by:
iteratorin interfaceIterable<PropertyValue>
-
set
- Specified by:
setin interfaceMutablePropertyValueSource
-
setGlobal
-
getOrElse
Description copied from interface:PropertyValueSourceGet the value for a givenProperty, or else fall back to value if it's not present.- Specified by:
getOrElsein interfacePropertyValueSource- Parameters:
property- ThePropertyfor which a value is to be retrieved.value- The value to default to if property isn't present.- Returns:
- The value of property if present, value if not. Can return null if the value is null.
-
set
- Specified by:
setin interfaceMutablePropertyValueSource
-
remove
- Specified by:
removein interfaceMutablePropertyValueSource
-
getCount
public int getCount() -
getProperties
- Specified by:
getPropertiesin interfacePropertyValueSource
-
getValues
Description copied from interface:PropertyValueSourceReturns the opaque PropertyValue objects. This can be useful when you want to avoid the strict type checking of the value, and it's important to note that if the property is bound, the value will be a BoundValue. Be very careful about overriding, and make sure to maintain the methodology of using getProperties to iterate and get (or getOrDefault), to get the value, because those are all handled differently by BoundPropertySets, ExtendedPropertySets, etc.- Specified by:
getValuesin interfacePropertyValueSource
-
getId
Description copied from interface:AlarmEventThe unique id for this event. Generated when the alarm is first generated, and then maintained for the life of the alarm event cycle.- Specified by:
getIdin interfaceAlarmEvent
-
isExtended
Description copied from interface:PropertySetReturns whether this property set contains a value for the prop, and the prop was actually inherited. In other words, this is true if the property is inherited, and an override value is present.- Specified by:
isExtendedin interfacePropertySet
-
isInherited
Description copied from interface:PropertySetIndicates whether the property was inherited from a parent type.- Specified by:
isInheritedin interfacePropertySet
-
merge
- Specified by:
mergein interfaceMergable<PropertySet>
-
getSource
Description copied from interface:AlarmEventThe path to the alarm that generated this event.- Specified by:
getSourcein interfaceAlarmEvent
-
getName
- Specified by:
getNamein interfaceAlarmEvent
-
getPriority
Description copied from interface:AlarmEventReturns the priority of the alarm event.- Specified by:
getPriorityin interfaceAlarmEvent
-
getDisplayPath
- Specified by:
getDisplayPathin interfaceAlarmEvent
-
getDisplayPathOrSource
- Specified by:
getDisplayPathOrSourcein interfaceAlarmEvent
-
getLabel
Description copied from interface:AlarmEventReturns the "Label" property, or "Name" if not defined.- Specified by:
getLabelin interfaceAlarmEvent
-
active
- Specified by:
activein interfaceAlarmEvent
-
acknowledge
- Specified by:
acknowledgein interfaceAlarmEvent
-
clear
- Specified by:
clearin interfaceAlarmEvent
-
isCleared
public boolean isCleared()- Specified by:
isClearedin interfaceAlarmEvent
-
isAcked
public boolean isAcked()- Specified by:
isAckedin interfaceAlarmEvent
-
isShelved
public boolean isShelved()Description copied from interface:AlarmEventReturns whether this is event is currently shelved, if the ShelfExpiration property is set, or whether the event was shelved, for journaled events, based on whether the IsShelved property is set.- Specified by:
isShelvedin interfaceAlarmEvent
-
getState
Description copied from interface:AlarmEventReturns the current state, as an enum. If this event represents a single state, such as the result from a journal query, this value will be misleading. In that case, getLastEventState() is the more accurate state function to use.- Specified by:
getStatein interfaceAlarmEvent
-
getActiveData
- Specified by:
getActiveDatain interfaceAlarmEvent
-
getClearedData
- Specified by:
getClearedDatain interfaceAlarmEvent
-
getAckData
- Specified by:
getAckDatain interfaceAlarmEvent
-
toString
-
getNotes
- Specified by:
getNotesin interfaceAlarmEvent
-