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
,java.io.Serializable
,java.lang.Iterable<PropertyValue>
public class TagEditResources extends BasicPropertySet
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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.config.BasicPropertySet
BasicPropertySet.Builder
-
-
Field Summary
Fields Modifier and Type Field Description static Property<AlarmProperty>
ALARM_EXT_PROP_RESOURCE
static Property<AlarmProperty[]>
ALARM_EXT_PROPERTIES
static Property<java.lang.String>
ALARM_PIPELINE_RESOURCE
static Property<java.lang.String[]>
ALARM_PIPELINES
The following are properties for extended tag resources.static Property<java.lang.String[]>
DRIVERS
static Property<java.lang.String[]>
HISTORICALPROVIDERS
static java.lang.String
LOCAL_PIPELINE_RESOURCES
The original source of alarm pipelines was to look at the local resources.static Property<java.lang.String[]>
ROLES
static Property<java.lang.String[]>
SCANCLASSES
static Property<java.lang.String[]>
ZONES
-
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY
-
-
Constructor Summary
Constructors Constructor Description TagEditResources()
-
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 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 Detail
-
SCANCLASSES
public static final Property<java.lang.String[]> SCANCLASSES
-
HISTORICALPROVIDERS
public static final Property<java.lang.String[]> HISTORICALPROVIDERS
-
DRIVERS
public static final Property<java.lang.String[]> DRIVERS
-
ROLES
public static final Property<java.lang.String[]> ROLES
-
ZONES
public static final Property<java.lang.String[]> ZONES
-
ALARM_EXT_PROPERTIES
public static final Property<AlarmProperty[]> ALARM_EXT_PROPERTIES
-
ALARM_PIPELINES
public static final Property<java.lang.String[]> ALARM_PIPELINES
The following are properties for extended tag resources.
-
ALARM_PIPELINE_RESOURCE
public static final Property<java.lang.String> ALARM_PIPELINE_RESOURCE
-
ALARM_EXT_PROP_RESOURCE
public static final Property<AlarmProperty> ALARM_EXT_PROP_RESOURCE
-
LOCAL_PIPELINE_RESOURCES
public static final java.lang.String 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:
- Constant Field Values
-
-