Class WellKnownPathTypes


  • public class WellKnownPathTypes
    extends java.lang.Object
    These are path identifiers used by QualifiedPath for the well-known objects in Ignition.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String Alarm  
      static 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.
      static java.lang.String Event
      A particular event, in the context of the system or parent path.
      static java.lang.String HistoryProvider  
      static java.lang.String Machine
      The Machine ID of the physical server running Ignition.
      static java.lang.String Property  
      static java.lang.String Provider
      Can refer to different types of providers, depends on the following object for context.
      static java.lang.String System
      The id of the particular Ignition
      static java.lang.String Tag
      A path to a tag
      static java.lang.String User  
      static java.lang.String UserProfile  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • 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
      • 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
    • Constructor Detail

      • WellKnownPathTypes

        public WellKnownPathTypes()