Class ClientQualifiedPathUtils
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.ClientQualifiedPathUtils
 
- 
 public class ClientQualifiedPathUtils extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ClientQualifiedPathUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static QualifiedPathtoPathFromHistoricalString(ClientContext cc, java.lang.String histPath)Converts the given path to a historical qualified path, using the project-defined datasource and tag provider defaults.static java.lang.StringtoStringFromHistoricalPath(QualifiedPath path)This function currently does not do anything other than delegate to QualifiedPathUtils.toStringFromHistoricalPath.
 
- 
- 
- 
Method Detail- 
toPathFromHistoricalStringpublic static QualifiedPath toPathFromHistoricalString(ClientContext cc, java.lang.String histPath) Converts the given path to a historical qualified path, using the project-defined datasource and tag provider defaults.
 - 
toStringFromHistoricalPathpublic static java.lang.String toStringFromHistoricalPath(QualifiedPath path) This function currently does not do anything other than delegate to QualifiedPathUtils.toStringFromHistoricalPath.
 
- 
 
-