Class DefaultResourceActions.Read
java.lang.Object
com.inductiveautomation.ignition.gateway.config.actions.DefaultResourceActions.Read
- All Implemented Interfaces:
ResourceAction
,ResourceAction.Read
- Enclosing class:
- DefaultResourceActions
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.config.actions.ResourceAction
ResourceAction.ContextObject, ResourceAction.Copy, ResourceAction.Create, ResourceAction.CreateRequest, ResourceAction.Delete, ResourceAction.DeleteRequest, ResourceAction.ListResources, ResourceAction.Modify, ResourceAction.ModifyRequest, ResourceAction.Move, ResourceAction.Read, ResourceAction.Rename
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ReadResponse
read
(ConfigurationManager manager, ResourcePath path, @Nullable String collection) Reads a resource at the specified path.
-
Constructor Details
-
Read
public Read()
-
-
Method Details
-
read
@NotNull public @NotNull ReadResponse read(ConfigurationManager manager, ResourcePath path, @Nullable @Nullable String collection) Description copied from interface:ResourceAction.Read
Reads a resource at the specified path.- Specified by:
read
in interfaceResourceAction.Read
- Parameters:
manager
- The configuration manager to use for reading the resource.path
- The path of the resource to read.collection
- The collection in which the resource resides, if applicable.- Returns:
- A response containing the read resource data.
-