Class DefaultResourceActions
java.lang.Object
com.inductiveautomation.ignition.gateway.config.actions.DefaultResourceActions
Default implementations of each member of
ResourceAction, which provide the standard CRUD operations for a
given resource type.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe Default implementation of Copy.static classNot for direct usestatic final recordThe main wrapperDefaultResourceActions.ValidatingCopyprovides when validating a resource on copy.static final classThe Default implementation of Create.static final recordAn object which wraps the necessary detailsDefaultResourceActions.ValidatingMoveprovides when validating a resource on Create.static final recordAn object which wraps the necessary detailsDefaultResourceActions.ValidatingMoveprovides when validating resources on Create.static final classstatic final classstatic final classThe Default implementation of Modify.static final recordAn object which wraps the necessary detailsDefaultResourceActions.ValidatingModifyprovides when validating a resource on Modify.static final recordAn object which wraps the necessary detailsDefaultResourceActions.ValidatingModifyprovides when validating resources on Modify.static final classThe Default implementation of Move.static classNot for direct usestatic final recordAn object which wraps the necessary detailsDefaultResourceActions.ValidatingMoveprovides when validating a resource on Move.static final classstatic final classThe Default implementation of Rename.static classNot for direct usestatic final recordAn object which wraps the necessary detailsDefaultResourceActions.ValidatingRenameprovides when validating a resource on rename.static final classPerforms the default Copy operation but allows for validation of the resource prior to the resource being committed to the configuration system to be persisted.static final classPerforms the default Create operation but allows for validation of the resource prior to the resource being committed to the configuration system to be persisted.static final classPerforms the default Modify operation but allows for validation of the resource prior to the resource being committed to the configuration system to be persisted.static final classPerforms the default Move operation but allows for validation of the resource prior to the resource being committed to the configuration system to be persisted.static final classPerforms the default Rename operation but allows for validation of the resource prior to the resource being committed to the configuration system to be persisted. -
Method Summary