Class ScriptingTagReferenceLocation
java.lang.Object
com.inductiveautomation.ignition.common.tags.config.model.TagReferenceLocation
com.inductiveautomation.ignition.common.script.ScriptingTagReferenceLocation
- All Implemented Interfaces:
Serializable
public class ScriptingTagReferenceLocation
extends com.inductiveautomation.ignition.common.tags.config.model.TagReferenceLocation
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.tags.config.model.TagReferenceLocation
com.inductiveautomation.ignition.common.tags.config.model.TagReferenceLocation.Builder, com.inductiveautomation.ignition.common.tags.config.model.TagReferenceLocation.Companion
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.tags.config.model.TagReferenceLocation
CLIENT_REFERENCE_RESOURCE_PATH, Companion, FUNCTION_KEY, HOST_KEY, MODULE_KEY, PROJECT_KEY, PROPERTY_KEY, PROVIDER_KEY, RESOURCE_PATH_KEY, RESOURCE_TYPE_KEY, SCOPE_KEY, SCRIPT_KEY, SYSTEM_KEY, TAG_KEY, TAG_SYSTEM_RESOURCE_TYPE, TAG_SYSTEM_TYPE_ID, USER_KEY
-
Method Summary
Modifier and TypeMethodDescriptiongatewayEvents
(String project, ResourcePath resourcePath, String function, String script) Methods inherited from class com.inductiveautomation.ignition.common.tags.config.model.TagReferenceLocation
builder, entriesWithProjectResourceId, equals, fromMap, getCompleteReferenceMap, getReferenceMap, getResourceId, hashCode, toString
-
Method Details
-
gatewayEvents
public static ScriptingTagReferenceLocation gatewayEvents(String project, @Nonnull ResourcePath resourcePath, @Nonnull String function, @Nullable String script)
-