Class WellKnownPathTypes
- java.lang.Object
-
- com.inductiveautomation.ignition.common.WellKnownPathTypes
-
public class WellKnownPathTypes extends java.lang.ObjectThese are path identifiers used byQualifiedPathfor the well-known objects in Ignition.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAlarmstatic java.lang.StringDriverThe driver is the driving gateway name, sometimes with the provider, separated by ":".static java.lang.StringEventA particular event, in the context of the system or parent path.static java.lang.StringHistoryProviderstatic java.lang.StringMachineThe Machine ID of the physical server running Ignition.static java.lang.StringProjectFairly self explanatory.static java.lang.StringPropertystatic java.lang.StringProviderCan refer to different types of providers, depends on the following object for context.static java.lang.StringSourceThe source indicates where a remote event of some kind originated, ideally in a unique way.static java.lang.StringSystemThe id of the particular Ignitionstatic java.lang.StringTagA path to a tagstatic java.lang.StringUserstatic java.lang.StringUserProfile
-
-
-
Field Detail
-
Machine
public static final java.lang.String Machine
The Machine ID of the physical server running Ignition.- See Also:
- Constant Field Values
-
System
public static final java.lang.String System
The id of the particular Ignition- See Also:
- Constant Field Values
-
Tag
public static final java.lang.String Tag
A path to a tag- See Also:
- Constant Field Values
-
Alarm
public static final java.lang.String Alarm
- See Also:
- Constant Field Values
-
Event
public static final java.lang.String Event
A particular event, in the context of the system or parent path.- See Also:
- Constant Field Values
-
Provider
public static final java.lang.String Provider
Can refer to different types of providers, depends on the following object for context.- See Also:
- Constant Field Values
-
HistoryProvider
public static final java.lang.String HistoryProvider
- See Also:
- Constant Field Values
-
Driver
public static final java.lang.String Driver
The driver is the driving gateway name, sometimes with the provider, separated by ":". In other words: gatewayName[:providerName]- See Also:
- Constant Field Values
-
UserProfile
public static final java.lang.String UserProfile
- See Also:
- Constant Field Values
-
User
public static final java.lang.String User
- See Also:
- Constant Field Values
-
Property
public static final java.lang.String Property
- See Also:
- Constant Field Values
-
Source
public static final java.lang.String Source
The source indicates where a remote event of some kind originated, ideally in a unique way.- See Also:
- Constant Field Values
-
Project
public static final java.lang.String Project
Fairly self explanatory. Not often used in paths, but useful for logging.- See Also:
- Constant Field Values
-
-