Class SimplifiedTagPath
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.AbstractTagPath
com.inductiveautomation.ignition.common.sqltags.tagpaths.SimplifiedTagPath
- All Implemented Interfaces:
Path
,TagPath
,Serializable
,Comparable<TagPath>
Deprecated.
A wrapper around a delegate TagPath that strips the path of its property, for use with managing subscriptions to
tags.
- See Also:
-
Field Summary
Fields inherited from interface com.inductiveautomation.ignition.common.Path
SERIALIZATION_WHITELIST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChildPath
(String nextId) Deprecated.Returns a path below the current path.Deprecated.Returns the name of the item at the end of the path that this path points to.Deprecated.Convenience function to return the last path element.Deprecated.Returns the path to this tag's parent foldergetPathComponent
(int i) Deprecated.Returns the path element at the specified location.int
Deprecated.Returns the number of elements in the path, which can be retrieved through getPathComponent().Deprecated.Returns the type of property in the tag that this path is referencing.Deprecated.Returns the source for this tag path.Deprecated.Returns which system this tag is being driven by.boolean
isAncestorOf
(Path child) Deprecated.Returns whether the provided path is a child path of this one.Methods inherited from class com.inductiveautomation.ignition.common.sqltags.model.AbstractTagPath
_createPath, compareTo, equals, hashCode, toString, toStringFull, toStringPartial
-
Constructor Details
-
SimplifiedTagPath
Deprecated.
-
-
Method Details
-
getProperty
Deprecated.Description copied from interface:TagPath
Returns the type of property in the tag that this path is referencing. -
getSource
Deprecated.Description copied from interface:TagPath
Returns the source for this tag path. Some tag paths don't have a source, indicating that they may be a relative, or they may wish to use a default source. -
getSystem
Deprecated.Description copied from interface:TagPath
Returns which system this tag is being driven by. If null, the system name won't be used to distinguish tags. -
getChildPath
Deprecated.Description copied from interface:TagPath
Returns a path below the current path. -
getItemName
Deprecated.Description copied from interface:TagPath
Returns the name of the item at the end of the path that this path points to. This will be a tag name or a folder name. -
getLastPathComponent
Deprecated.Description copied from interface:Path
Convenience function to return the last path element. -
getParentPath
Deprecated.Description copied from interface:TagPath
Returns the path to this tag's parent folder -
getPathComponent
Deprecated.Description copied from interface:Path
Returns the path element at the specified location. -
getPathLength
public int getPathLength()Deprecated.Description copied from interface:Path
Returns the number of elements in the path, which can be retrieved through getPathComponent(). -
isAncestorOf
Deprecated.Description copied from interface:Path
Returns whether the provided path is a child path of this one.- Specified by:
isAncestorOf
in interfacePath
- Overrides:
isAncestorOf
in classAbstractTagPath
-