Class QualifiedPathUtils
java.lang.Object
com.inductiveautomation.ignition.common.QualifiedPathUtils
This class provides utilities related to
QualifiedPath
s. Primarily it provides conversion to and from other
path types, like TagPath
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QualifiedPath
fromHistoricalTagPath
(TagPath path) Deprecated.static QualifiedPath
static QualifiedPath
fromTagPath
(TagPath path) Deprecated.static QualifiedPath
fromTagPathNew
(TagPath path) static boolean
static QualifiedPath
parsePossibleTagpath
(String value) Deprecated.static QualifiedPath
parsePossibleTagpathNew
(String value) This function parses an QualifiedPath, but if that fails, attempts to parse it as a tag path and convert it.static QualifiedPath
toPathFromHistoricalString
(String histPath) This is a transitional helper function which is the opposite of toStringFromHistoricalPath().static QualifiedPath
toPathFromHistoricalString
(String histPath, String defaultHistProvider, String defaultSystem, String defaultProv) This is the opposite of toStringFromHistoricalPath.static String
This is a helper function, as we transition to qualifiedpaths, to convert from a path indicating a historical path to a string, for display and edit.static TagPath
toTagPath
(QualifiedPath path) Deprecated.static TagPath
toTagPathNew
(QualifiedPath path) Attempts to create a tag path out of the provided qualified path.
-
Constructor Details
-
QualifiedPathUtils
public QualifiedPathUtils()
-
-
Method Details
-
fromTagPath
Deprecated. -
fromHistoricalTagPath
Deprecated. -
toTagPath
Deprecated.Attempts to create a tag path out of the provided qualified path. If no "prov" or "tag" component is found, returns null. -
parsePossibleTagpath
Deprecated.This function parses an QualifiedPath, but if that fails, attempts to parse it as a tag path and convert it. -
toStringFromHistoricalPath
This is a helper function, as we transition to qualifiedpaths, to convert from a path indicating a historical path to a string, for display and edit. It renders strings in the form of: [histprov/drv]tag if it's a historical tag path, or returns the qualified path. -
toPathFromHistoricalString
This is a transitional helper function which is the opposite of toStringFromHistoricalPath(). It takes a historical path, rendered as a string, and reconstitutes it into a QualifiedPath. -
toPathFromHistoricalString
public static QualifiedPath toPathFromHistoricalString(String histPath, String defaultHistProvider, String defaultSystem, String defaultProv) This is the opposite of toStringFromHistoricalPath. It takes a string, which usually represents a tag path, and turns it into a qualifiedpath that can be used to query history. It has support for replacing default values for history provider, system, and tag provider. -
toTagPathNew
Attempts to create a tag path out of the provided qualified path. If no "prov" or "tag" component is found, returns null. -
parsePossibleTagpathNew
This function parses an QualifiedPath, but if that fails, attempts to parse it as a tag path and convert it. -
fromTagPathNew
-
fromHistoricalTagPathNew
-
isQualifiedHistorianProviderPath
-