Interface IBmUriBuildContributor


  • public interface IBmUriBuildContributor
    Component contributing custom logic in the process of building BM URIs.
    • Method Detail

      • buildCustomUriPath

        String buildCustomUriPath​(IBmObject object)
        Builds custom URI path.
        Parameters:
        object - The object the URI being generated belons to. May not be null.
        Returns:
        custom path or null in case the object is not supported by this contributor or creating a custom path for the object is not required.