Class TagSearchResult
java.lang.Object
com.inductiveautomation.ignition.common.tags.search.TagSearchResult
- All Implemented Interfaces:
Serializable
- Since:
- 8.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTagSearchResult
(TagPath tagPath, String subPropId, Property<?> property, Object propVal, boolean isMutable) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of the object that matches the search pattern.Property<?>
Uniquely identifies a property in a list of complex properties, such as alarms.The tag path without any propertiesgetText()
Gets the text representation of the search result.getValue()
boolean
toString()
-
Constructor Details
-
TagSearchResult
-
-
Method Details
-
getName
The name of the object that matches the search pattern. In other words, a description of the element inside the owner, such as "Name", or "Expression". For something like a tag, the name is the tag property where the search pattern was found. -
getText
Gets the text representation of the search result. This is what will be used for the "search". -
isMutable
public boolean isMutable()- Returns:
- true if the returned item can be modified via a replace operation
-
getTagPath
The tag path without any properties -
getProperty
-
getValue
-
getSubPropId
Uniquely identifies a property in a list of complex properties, such as alarms. Use "" for standard properties. -
toString
-