Class PerspectiveTagReferenceLocation
java.lang.Object
com.inductiveautomation.ignition.common.tags.config.model.TagReferenceLocation
com.inductiveautomation.perspective.gateway.binding.PerspectiveTagReferenceLocation
- All Implemented Interfaces:
Serializable
public class PerspectiveTagReferenceLocation
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 TypeMethodDescriptionbinding
(BindingContext context, String function, String property) systemEvent
(PerspectiveElement element, String function, String script) viewEvent
(PerspectiveElement element, String function, String property) viewScriptExtFunction
(PerspectiveElement element, String script) viewScriptMessageHandler
(PerspectiveElement element, String script) Methods inherited from class com.inductiveautomation.ignition.common.tags.config.model.TagReferenceLocation
builder, entriesWithProjectResourceId, equals, fromMap, getCompleteReferenceMap, getProjectResourceId, getReferenceMap, hashCode, toString
-
Method Details
-
binding
public static PerspectiveTagReferenceLocation binding(@Nonnull BindingContext context, @Nonnull String function, @Nullable String property) -
systemEvent
public static PerspectiveTagReferenceLocation systemEvent(@Nonnull PerspectiveElement element, @Nonnull String function, @Nullable String script) -
viewEvent
public static PerspectiveTagReferenceLocation viewEvent(@Nonnull PerspectiveElement element, @Nonnull String function, @Nullable String property) -
viewScriptMessageHandler
public static PerspectiveTagReferenceLocation viewScriptMessageHandler(@Nonnull PerspectiveElement element, @Nonnull String script) -
viewScriptExtFunction
public static PerspectiveTagReferenceLocation viewScriptExtFunction(@Nonnull PerspectiveElement element, @Nonnull String script)
-