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.StringDriverA driver is usually a specific entity under a provider that is in turn responsible for executing tags, or other things.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.StringPropertystatic java.lang.StringProviderCan refer to different types of providers, depends on the following object for context.static java.lang.StringSystemThe id of the particular Ignitionstatic java.lang.StringTagA path to a tagstatic java.lang.StringUserstatic java.lang.StringUserProfile
-
Constructor Summary
Constructors Constructor Description WellKnownPathTypes()
-
-
-
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
A driver is usually a specific entity under a provider that is in turn responsible for executing tags, or other things.- 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
-
-