Interface IDerivedDataRemover

    • Method Detail

      • getSupportedSegmentId

        String getSupportedSegmentId()
        Gets the DD segment supported by this instance of the computer.
        Returns:
        The identifier of the supported DD segment.
      • remove

        void remove​(IObjectDerivedDataContext context,
                    IBmModel model,
                    IBmTransaction transaction)
        Processes the removal of the top object. The processing code must not change the main model. It should be used only to perform clearing of caches, external indexes, etc
        Parameters:
        context - Context to process removal for, cannot be null
        model - The BM model reference, cannot be null
        transaction - The read-only transaction, cannot be null