Class TagConstants
java.lang.Object
com.inductiveautomation.ignition.common.tags.model.TagConstants
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isTypePath
(TagPath path) Returns whether the path extends from the complex manager root path.static TagPath
makeNonTypePath
(TagPath path) static String
makeNonTypePath
(String value) static TagPath
makeTypePath
(TagPath path) Makes sure that the given path extends from the root path.static String
makeTypePath
(String value) static BrowseFilter
Provides a BrowseFilter that will automatically filter out udt parameters from browse results.
-
Field Details
-
UDT_ROOT
- See Also:
-
UDT_ROOT_PATH
-
INCLUDE_UDT_PARAMS
-
-
Constructor Details
-
TagConstants
public TagConstants()
-
-
Method Details
-
isTypePath
Returns whether the path extends from the complex manager root path. -
makeTypePath
Makes sure that the given path extends from the root path. In other words, makes sure the first element is "_types_" -
makeTypePath
-
makeNonTypePath
-
makeNonTypePath
-
udtParamsFilter
Provides a BrowseFilter that will automatically filter out udt parameters from browse results.
-