Class WellKnownPathTypes
java.lang.Object
com.inductiveautomation.ignition.common.WellKnownPathTypes
These are path identifiers used by
QualifiedPath
for the well-known objects in Ignition.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
The driver is the driving gateway name, sometimes with the provider, separated by ":".static final String
A particular event, in the context of the system or parent path.static final String
static final String
The Machine ID of the physical server running Ignition.static final String
Fairly self explanatory.static final String
static final String
Can refer to different types of providers, depends on the following object for context.static final String
The source indicates where a remote event of some kind originated, ideally in a unique way.static final String
The id of the particular Ignitionstatic final String
A path to a tagstatic final String
static final String
-
Method Summary
-
Field Details
-
Machine
The Machine ID of the physical server running Ignition.- See Also:
-
System
The id of the particular Ignition- See Also:
-
Tag
A path to a tag- See Also:
-
Alarm
- See Also:
-
Event
A particular event, in the context of the system or parent path.- See Also:
-
Provider
Can refer to different types of providers, depends on the following object for context.- See Also:
-
HistoryProvider
- See Also:
-
Driver
The driver is the driving gateway name, sometimes with the provider, separated by ":". In other words: gatewayName[:providerName]- See Also:
-
UserProfile
- See Also:
-
User
- See Also:
-
Property
- See Also:
-
Source
The source indicates where a remote event of some kind originated, ideally in a unique way.- See Also:
-
Project
Fairly self explanatory. Not often used in paths, but useful for logging.- See Also:
-