Class ClientQualifiedPathUtils

java.lang.Object
com.inductiveautomation.ignition.client.util.ClientQualifiedPathUtils

public class ClientQualifiedPathUtils extends Object
  • Constructor Details

    • ClientQualifiedPathUtils

      public ClientQualifiedPathUtils()
  • Method Details

    • toPathFromHistoricalString

      public static QualifiedPath toPathFromHistoricalString(ClientContext cc, String histPath)
      Converts the given path to a historical qualified path, using the project-defined datasource and tag provider defaults.
    • toStringFromHistoricalPath

      public static String toStringFromHistoricalPath(QualifiedPath path)
      This function currently does not do anything other than delegate to QualifiedPathUtils.toStringFromHistoricalPath.