Package com.inductiveautomation.ignition.gateway.config.actions
package com.inductiveautomation.ignition.gateway.config.actions
-
ClassDescriptionDefault implementations of each member of
ResourceAction
, which provide the standard CRUD operations for a given resource type.This sealed interface represents all supported resource "capabilities".An immutable collection ofResourceActions
, with type-safe getters for easy consumption in subsystems.The response to aResourceAction
that does not affect anything outside this resource.The response to aResourceAction
that does affect other resources, such as when a resource is deleted, renamed, or otherwise modified in a way that requires other resources to be updated or references to be checked.