Class ClientQualifiedPathUtils
- java.lang.Object
 - 
- com.inductiveautomation.ignition.client.util.ClientQualifiedPathUtils
 
 
- 
public class ClientQualifiedPathUtils extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description ClientQualifiedPathUtils() 
- 
Method Summary
All 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
- 
toPathFromHistoricalString
public 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. 
- 
toStringFromHistoricalPath
public static java.lang.String toStringFromHistoricalPath(QualifiedPath path)
This function currently does not do anything other than delegate to QualifiedPathUtils.toStringFromHistoricalPath. 
 - 
 
 -