Interface ResourceRegistrationFilter

    • Method Detail

      • beforeResourceRegistration

        void beforeResourceRegistration​(ResourceSetDescription resourceSet)
        Invoked before a resource set is registered in the backend.

        Changes made to the resourceSet object will be persisted.

        Parameters:
        resourceSet - The resource set that will be registered.
      • afterResourceRegistration

        void afterResourceRegistration​(ResourceSetDescription resourceSet)
        Invoked after a resource set is registered in the backend.

        Changes made to the resourceSet object will not be persisted.

        Parameters:
        resourceSet - The resource set that was registered.