Interface Trackable<T extends Trackable<T>>

    • Method Detail

      • catalogTrackable

        default T catalogTrackable()
        Enables catalog trackable behavior for the component.
      • notCatalogTrackable

        default T notCatalogTrackable()
        Disabled catalog trackable behavior for the component.
      • profileTrackable

        default T profileTrackable()
        Enables profile trackable behavior for the component.

        Note that "profile" is a type of Catalog under the hood, but they are distinct from the Admin's perspective.
      • notProfileTrackable

        default T notProfileTrackable()
        Disabled profile trackable behavior for the component.

        Note that "profile" is a type of Catalog under the hood, but they are distinct from the Admin's perspective.
      • sandboxTrackable

        default T sandboxTrackable​(String changeContainerName)
        Enables sandbox trackable behavior for the component.
        Parameters:
        changeContainerName - the name of the change container, e.g. PRODUCT
        Returns:
        the trackable
      • notSandboxTrackable

        default T notSandboxTrackable()
        Disables sandbox trackable behavior for the component.