Class TagEditResources
java.lang.Object
com.inductiveautomation.ignition.common.config.BasicPropertySet
com.inductiveautomation.ignition.common.sqltags.model.TagEditResources
- All Implemented Interfaces:
Countable
,Extendable<PropertySet>
,Mergable<PropertySet>
,MutablePropertyValueSource
,ObservablePropertySet
,PropertySet
,PropertyValueSource
,Serializable
,Iterable<PropertyValue>
This is a property set comprised of all of the items that might be relative to a tag provider. For example, the
available drivers, scan classes, alarm pipelines, etc.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.config.BasicPropertySet
BasicPropertySet.Builder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Property<AlarmProperty>
static final Property<AlarmProperty[]>
The following are properties for extended tag resources.static final String
The original source of alarm pipelines was to look at the local resources.Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.config.BasicPropertySet
addPropertyChangeListener, addPropertyChangeListener, change, coerceValue, contains, equals, firePropertyChange, get, getCount, getExtension, getOrDefault, getOrElse, getProperties, getRaw, getRawValueMap, getValues, isExtended, isInherited, iterator, of, remove, removePropertyChangeListener, removePropertyChangeListener, set, set, setDirect, setImpl, setRawValueMap, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSource
merge
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
extend, newDefaultInstance, newExtension
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSource
getNonNull, getNonNull
-
Field Details
-
SCANCLASSES
-
HISTORICALPROVIDERS
-
DRIVERS
-
ROLES
-
ZONES
-
ALARM_EXT_PROPERTIES
-
ALARM_PIPELINES
The following are properties for extended tag resources. -
ALARM_PIPELINE_RESOURCE
-
ALARM_EXT_PROP_RESOURCE
-
LOCAL_PIPELINE_RESOURCES
The original source of alarm pipelines was to look at the local resources. This also provides the slightly nice side effect that tags can choose new pipelines that haven't been saved yet. Obviously this doesn't work at all for remote providers. To maintain the old behavior, though, we use this. If present, the local resources will be included in the designer.- See Also:
-
-
Constructor Details
-
TagEditResources
public TagEditResources()
-